- changes the exit method from exit(0) to quit()
This commit is contained in:
@@ -160,6 +160,7 @@ if __name__ == '__main__':
|
||||
|
||||
fc = App(qapp=app)
|
||||
|
||||
# interrupt the Qt loop such that Python events have a chance to be responsive
|
||||
timer = QTimer()
|
||||
timer.timeout.connect(lambda: None)
|
||||
timer.start(100)
|
||||
|
||||
Reference in New Issue
Block a user