diff options
Diffstat (limited to 'Lib/defconQt/windows/test3.py')
| -rw-r--r-- | Lib/defconQt/windows/test3.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Lib/defconQt/windows/test3.py b/Lib/defconQt/windows/test3.py deleted file mode 100644 index 9401c96..0000000 --- a/Lib/defconQt/windows/test3.py +++ /dev/null @@ -1,15 +0,0 @@ -from PyQt5.QtCore import * -from PyQt5.QtWidgets import * -from progressWindow import * - -if __name__ == '__main__': - import sys - - app = QApplication(sys.argv) - - screen = BaseWindowController() - screen.w = None - screen.startProgress("Hello World!", 5) -# screen.show() - - sys.exit(app.exec_())
\ No newline at end of file |
