Esempio n. 1
0
def main():
    app = QApplication(sys.argv)
    form = MainWindow()
    form.show()
    form.on_load()
    app.exec_()