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

QListWidget, QTabWidget, QTabBar displays corrupt text on iOS, iOS simulator ...

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.2.0, 5.2.1, 5.3.0, 5.3.1
    • osx 10.8 with Qt Creator 3.0, 3.0.1 and qt 5.2.0 and 5.2.1
      I have also compiled from sources, same result.
    • iOS/tvOS/watchOS

    Description

      Upon initial opening of a QDialog containing QTabHdr or QTabWidget with QListWidget, sometimes the active tab text is garbles as per one of the attached screenshots. ( I have since discovered QTableWidget suffers the same fate too )

      In the same time, if you click on an item in the List, all the items below the selected item become grayed out.

      The attached project exhibits the same behavior.

      Possibly QFusionStyle doesn't paint properly???

      I have now tried the following

      QString style = "Windows";
      QApplication::setStyle(QStyleFactory::create(style));

      This mitigates the issues. So it would appear that the issue happens when using the QFusionStyle

      Attachments

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

        Activity

          People

            vestbo Tor Arne Vestbø
            phoenixai Dean T
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes