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

QtQuick.Controls Fusion style issue

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 6.2.2
    • Quick: Controls 2
    • None
    • Linux/X11

    Description

      Some controls with Fusion style have light gray text color.

      import QtQuick
      import QtQuick.Controls
      import QtQuick.Controls.Fusion
      
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
      
          Column {
              spacing: 2
      
              Button {
                  text: qsTr("Open")
              }
      
              ToolButton {
                  text: qsTr("Open")
              }
      
              ComboBox {
                  y: 50
                  implicitWidth: 200
                  textRole: "text"
                  valueRole: "value"
                  model: [
                      { value: Text.QtRendering, text: "QtRendering" },
                      { value: Text.NativeRendering, text: "NativeRendering" }
                  ]
              }
      
              SpinBox {}
      
              CheckBox {
                  text: qsTr("CheckBox")
              }
          }
      }
      

      Attachments

        1. fusion.png
          fusion.png
          16 kB
        2. image-2022-01-31-16-40-47-135.png
          image-2022-01-31-16-40-47-135.png
          227 kB
        3. material.png
          material.png
          16 kB
        4. UnableToReproduceOpenSuse15KDE.png
          UnableToReproduceOpenSuse15KDE.png
          143 kB

        Issue Links

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

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              henning Henning Gründl
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes