show splash screen whenever project is being loaded

... including when switching projects and reloading projects
This commit is contained in:
garak
2025-04-29 15:29:13 -04:00
committed by t
parent c2b1f5ab85
commit 9a0a7865fb
4 changed files with 17 additions and 12 deletions

View File

@@ -27,7 +27,8 @@ public:
void setPixmap(QPixmap pixmap);
void showMessage(QString text);
void start() { this->timer.start(120); }
void start();
void stop ();
private:
void setupUi();