My initial screen takes quite a long time to load on the device, so I thought I create a screen with a label that just reads 'Loading, please wait' which is shown while the main screen loads...
But it don't seem to work.
LoadScreen *ls = new LoadScreen(); ls->show(); MainScreen *ms = new MainScreen(); ms->show();
.