Rework GUI.

Work-in-progress state of the new gui.

Change-Id: Ib5e9ad2178b372fbd2914077096a9c73f025ecb7
This commit is contained in:
Alexander Zaft
2023-01-24 11:13:26 +01:00
committed by Markus Zolliker
parent 72f9f242d7
commit 9f54d89efa
37 changed files with 4967 additions and 1403 deletions

View File

@ -69,6 +69,7 @@ def main(argv=None):
app = QApplication(argv)
win = MainWindow(args.node, logger)
app.aboutToQuit.connect(win._onQuit)
win.show()
return app.exec_()