Qt-interest Archive, October 2001
AW: application intro
Message 1 in thread
Why don't you make a widget in the designer with a intro picture at the top
and a litte progressbar at the bottom. Then create a QTimer and jump into a
init function where you load all your graphics or whatever you like to load
(every time you jump into it a other picture for example), update your
progressbar and hide the window if you are finished.
-----Ursprüngliche Nachricht-----
Von: Jian Deng [mailto:jdeng@kcco.com]
Gesendet: Montag, 01. Oktober 2001 15:58
An: qt-interest@trolltech.com
Betreff: Re: application intro
> I'd like to show an intro widget that has to be visible as soon as the
user launch the application and only for some seconds, the time necessary to
the applicatio to load its data.
> How can I synchronize the show()/hide() of the two widgets (the intro
widget and the application widget) ?
> It would be nice then to have a status bar at the bottom of the intro
widget that shows to the user all the loading phases. Has anyone done
something like that ?
search 'splash screen' on trolltech web site.
--
[ signature omitted ]