Qt-interest Archive, December 2007
Progress Bar
Message 1 in thread
Hello all,
Two questions regarding ProgressBar:
1 - Is it possible to have a Progress Bar in a splash screen?
2 - Is it possible to display the progress bar text, eg "50%", in the
middle of the progress bar?
Cheers,
--
[ signature omitted ]
Message 2 in thread
> Two questions regarding ProgressBar:
> 1 - Is it possible to have a Progress Bar in a splash screen?
> 2 - Is it possible to display the progress bar text, eg "50%", in the
> middle of the progress bar?
1) you can subclass QSplashScreen and reimplement drawContents().
2) sure, its just a matter of style: you can achieve that by setting an
appropriate style on it (or even globally), like you can see here:
http://doc.trolltech.com/4.3/qprogressbar.html#details
The Plastique widget style does what you want.
You should also be able to achieve this using style sheets.
Cheers,
Peter
--
[ signature omitted ]