Loading Software-hub/main.py +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ def main(): else: neokomp = NeoKomp.NeoKomp() neokomp.setWindowTitle("NeoKomp") neokomp.setFixedSize(1280,1024) neokomp.show() neokomp.showFullScreen() app.exec_() Loading Loading
Software-hub/main.py +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ def main(): else: neokomp = NeoKomp.NeoKomp() neokomp.setWindowTitle("NeoKomp") neokomp.setFixedSize(1280,1024) neokomp.show() neokomp.showFullScreen() app.exec_() Loading