[Qt-interest] How to change QProgressDialog's Color
R. Reucher
rene.reucher at batcom-it.net
Mon Sep 14 08:57:24 CEST 2009
On Sun, 13 Sep 2009 20:24:38 -0700, Ta-Cheng Lin wrote:
> The default bar's color is black,
> How to change the bar's color?
Either create a new QProgressBar (on the heap), set the appropriate
attributes (i.e. colors) and set the QProgressDialog's bar with
QProgressDialog::setBar(QProgressBar *) -- or use a different style /
style sheet (for the whole application or the QProgressDialog instance).
--
René Reucher
rene.reucher at batcom-it.net
http://www.batcom-it.net/
More information about the Qt-interest-old
mailing list