PDA

View Full Version : Vertical Progressbar but display normal the format?



hakermania
12th February 2011, 21:39
this
ui->progressbar->setOrientation(Qt::Vertical); works fine, but the ->setFormat(QString) will place the QString vertical ! How can I make it place it horizontally?

squidge
12th February 2011, 23:13
If the progress bar is vertical, it doesn't really make much sense to place the format text horizontally, but if you really want to do that, how about using label ?