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
          16 kB
          Henning Gründl
        2. image-2022-01-31-16-40-47-135.png
          227 kB
          Oliver Eftevaag
        3. material.png
          16 kB
          Henning Gründl
        4. UnableToReproduceOpenSuse15KDE.png
          143 kB
          Oliver Eftevaag

        Issue Links

          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: