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

Regression in Fusion when using smaller fonts

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P4: Low
    • None
    • 5.4.0
    • GUI: Look'n'Feel
    • None

    Description

      openSUSE 13.2, using 141dpi 15" laptop and 169dpi 13" laptop, both native resolution/dpi, both configured to use 6pt font. After updating from 5.3.2 to 5.4.0 some widgets are drown wrongly:

      • checkboxes
      • radio
      • tab bar
      • menu items for checkbox and radio

      On normal layouts checkboxes and radio are just out of proportion, but in menus the checkboxes and radios are not fitting the size of menu item, and drawing some strange artifact instead. Please see the attached screenshots.

      Console output:

      user@thinkpad:~> xdpyinfo | grep -A1 'dimensions'
        dimensions:    1920x1080 pixels (345x194 millimeters)
        resolution:    141x141 dots per inch
      

      After debugging the Qt sources, the critical change point is this, when value of 14px transformed into 20px:
      https://qt.gitorious.org/qt/qtbase/source/68676d2128e86bbe5c650b8be7f8b78cb7f60e8f:src/widgets/styles/qfusionstyle.cpp#L3126
      Minimal reproducer application attached as well.

      It would be amazing if those widgets would scale depending on the size of the text, but better to keep them smaller with big text than huge with smaller text.

      Attachments

        1. main.cpp
          0.8 kB
        2. qt-5.3.2-6tp-141dpi.png
          qt-5.3.2-6tp-141dpi.png
          3 kB
        3. qt-5.4.0-6tp-141dpi.png
          qt-5.4.0-6tp-141dpi.png
          4 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            bachewii Jens
            TheIndifferent Stanislav Baiduzhyi
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes