Format code
This commit is contained in:
parent
aa44fcc7f6
commit
5963d88966
1 changed files with 3 additions and 4 deletions
|
|
@ -54,7 +54,6 @@ def main():
|
|||
# If you know you won't use command line arguments QApplication([]) works too.
|
||||
app = QApplication(sys.argv)
|
||||
|
||||
|
||||
# Create a Qt widget, which will be our window.
|
||||
window = leekMainWindow()
|
||||
window.show() # IMPORTANT!!!!! Windows are hidden by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue