Qt-interest Archive, October 2001
Re: application intro
Message 1 in thread
Hi,
> 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 ?
Have a look at the Qt Designer.
Dimitri
Message 2 in thread
> 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.
Message 3 in thread
I did something like this. Basically, I just used the same code that Qt
Designer uses to display its splash screen. Look at the code in the
Designer directory.
Sherri
-----Original Message-----
From: owner-qt-interest@trolltech.com
[mailto:owner-qt-interest@trolltech.com]On Behalf Of sonicblue@lycos.com
Sent: Sunday, September 30, 2001 11:41 AM
To: qt-interest@trolltech.com
Subject: 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 ?
thanks.
Make a difference, help support the relief efforts in the U.S.
http://clubs.lycos.com/live/events/september11.asp
--
[ signature omitted ]