diff --git a/Artemis3.500px.png b/Artemis3.500px.png new file mode 100644 index 0000000..e4dfeb1 Binary files /dev/null and b/Artemis3.500px.png differ diff --git a/Artemis3.png b/Artemis3.png new file mode 100644 index 0000000..0af2be8 Binary files /dev/null and b/Artemis3.png differ diff --git a/main.py b/main.py index 64e9fe0..2de20e7 100644 --- a/main.py +++ b/main.py @@ -1033,12 +1033,11 @@ class MyApp(QMainWindow, Ui_MainWindow): if __name__ == '__main__': my_app = QApplication(sys.argv) - # img = QPixmap("splash.jpg") + img = QPixmap("Artemis3.500px.png") # img = img.scaled(600, 600, aspectRatioMode = Qt.KeepAspectRatio) - # splash = QSplashScreen(img) - # splash.show() - # splash.showMessage("Loading database...") - # sleep(2) + splash = QSplashScreen(img) + splash.show() + sleep(2) w = MyApp() - # splash.finish(w) + splash.finish(w) sys.exit(my_app.exec_()) diff --git a/splash.jpg b/splash.jpg deleted file mode 100644 index c83acfc..0000000 Binary files a/splash.jpg and /dev/null differ