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. fusion_checkdelegate_darkmode.png
          fusion_checkdelegate_darkmode.png
          36 kB
        2. macos_fusion_dark.png
          macos_fusion_dark.png
          40 kB
        3. macos_native_dark.png
          macos_native_dark.png
          41 kB
        4. radiocheck.png
          radiocheck.png
          5 kB
        5. screenshot-1.png
          screenshot-1.png
          6 kB
        6. screenshot-2.png
          screenshot-2.png
          5 kB
        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