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

Icon not colourised after becoming enabled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.10.0 Alpha
    • 5.10
    • Quick: Controls 2
    • None
    • 7c52e1d6e318a8874913e484d2f1481f21458c9e

    Description

      import QtQuick 2.7
      import QtQuick.Controls 2.0
      
      ApplicationWindow {
          id: window
          visible: true
          width: 200
          height: 200
      
          Switch {
              id: enabledSwitch
          }
      
          ToolButton {
              id: selectionToolButton
              objectName: "selectionToolButton"
              checkable: true
              enabled: enabledSwitch.checked
              text: "A"
              icon.source: "qrc:/qt-project.org/imports/QtQuick/Controls.2/images/check.png"
              anchors.centerIn: parent
          }
      }
      

      Attachments

        For Gerrit Dashboard: QTBUG-60807
        # Subject Branch Project Status CR V

        Activity

          People

            mitch_curtis Mitch Curtis
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes