Details
-
Bug
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
-
4.8.4, 5.4.2, 5.15.12, 6.4.2
-
Qt 4 (Windows/Cleanlooks styles), Qt 5 (Windows/Fusion styles).
Description
Vertical QProgressBar is missing the value text at least with windows and cleanlooks style. The following code shows the issue:
QProgressBar *bar = new QProgressBar;
bar->setValue(50);
bar->setOrientation(Qt::Vertical);
This results a progress bar that does not show the value (50%). For horizontal progress bar the value is shown.
Attachments
Issue Links
- mentioned in
-
Page Loading...