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

Unchecked Fusion style RadioButtons / CheckBoxes are barely visible in dark mode

    XMLWordPrintable

Details

    • All

    Description

      In light mode there is a gray circle/box around the indicator, but in dark mode it is black, which is very difficult to see against dark background and thus it is very easy to miss that it is actually something clickable. Please see attache image.

      Maybe this could instead be gray like in light mode.

      import QtQuick
      import QtQuick.Window
      import QtQuick.Controls
      
      ApplicationWindow {
          id: root
          width: 800
          height: 600
          visible: true
          Pane {
             anchors.fill: parent
              Column {
                  CheckBox {
                      text: "CheckBox"
                  }
                  RadioButton {
                      text: "RadioButton"
                  }
              }
          }
      }
      

      Attachments

        1. screenshot-2.png
          5 kB
          Axel Spoerl
        2. screenshot-1.png
          6 kB
          Axel Spoerl
        3. radiocheck.png
          5 kB
          Joni Poikelin
        4. macos_native_dark.png
          41 kB
          Nils Jeisecke
        5. macos_fusion_dark.png
          40 kB
          Nils Jeisecke
        6. fusion_checkdelegate_darkmode.png
          36 kB
          Nils Jeisecke
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            santhoshkumar Santhosh Kumar Selvaraj
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes