ui: startscreen

startscreen with recent projects, "recent" projects are the xml files in the projects folder
This commit is contained in:
Andreas Stallinger
2015-05-27 10:56:25 +02:00
parent 837fb24dc6
commit b0a5461316
10 changed files with 175 additions and 12 deletions
+2 -1
View File
@@ -34,7 +34,7 @@ public:
void run(void)
{
//min Time the Splash screen is displayed
//QThread::msleep(1000);
QThread::msleep(500);
}
};
@@ -59,6 +59,7 @@ int main(int argc, char *argv[])
splash->show();
splash->repaint();
qtApp.processEvents();
if (splash) splash->message( "Starting GUI" );
qtApp.processEvents();