Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-31385

Vertical progress bar does not show the value with some styles

XMLWordPrintable

      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.

        1. horizontal.png
          34 kB
          Ashley .
        2. vertical.png
          34 kB
          Ashley .
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            vhilshei Volker Hilsheimer
            qtcomsupport Qt Support
            Votes:
            2 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes