File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44from PyQt5 .QtWidgets import QApplication
55
6- NAME = 'CadQuery GUI (PyQT) '
6+ NAME = 'CQ-editor '
77
88#need to initialize QApp here, otherewise svg icons do not work on windows
99app = QApplication (sys .argv ,
Original file line number Diff line number Diff line change 1- __version__ = "0.1.0 "
1+ __version__ = "0.1.1 "
Original file line number Diff line number Diff line change @@ -309,8 +309,8 @@ def about(self):
309309
310310 about_dialog (
311311 self ,
312- 'CadQuery GUI (PyQT) ' ,
313- f'Experimental PyQt GUI for CadQuery.\n Version: { __version__ } .'
312+ f'About CQ-editor ' ,
313+ f'PyQt GUI for CadQuery.\n Version: { __version__ } .\n Source Code: https://github.com/CadQuery/CQ-editor' ,
314314 )
315315
316316 def check_for_cq_updates (self ):
You can’t perform that action at this time.
0 commit comments