Skip to content
Snippets Groups Projects
Commit e78dcaad authored by Paolo Cinquegrana's avatar Paolo Cinquegrana
Browse files

corretto main

parent ba53faab
No related branches found
No related tags found
No related merge requests found
......@@ -482,7 +482,6 @@ class MainWindow(QDialog): #tabelle SHOW
#####################
if __name__ == '__main__':
app = QApplication([])
window = MainWindow()
app.exec_()
\ No newline at end of file
app = QApplication([])
main = MainWindow()
app.exec_()
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment