- Tcl Shell - added a button to delete the content of the active line

- Tcl Command Isolate - fixed to work in the new configuration
This commit is contained in:
Marius
2020-06-02 01:36:25 +03:00
parent 6b247ff5e1
commit 2624df10bf
6 changed files with 320 additions and 4 deletions

View File

@@ -2728,6 +2728,9 @@ class App(QtCore.QObject):
'title="Flaticon">www.flaticon.com</a></div>'
'<div>Icons by <a target="_blank" href="https://icons8.com">Icons8</a></div>'
'Icons by <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>'
'<div>Icons by <a href="https://www.flaticon.com/authors/pixel-perfect" '
'title="Pixel perfect">Pixel perfect</a> from <a href="https://www.flaticon.com/" '
'title="Flaticon">www.flaticon.com</a></div>'
)
)
attributions_label.setOpenExternalLinks(True)