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

Vertical progress bar does not show the value with some styles

    XMLWordPrintable

Details

    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

        1. horizontal.png
          horizontal.png
          34 kB
        2. vertical.png
          vertical.png
          34 kB

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes