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

Unwanted animation when toggling Material controls between various states

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.9.0 Beta 1
    • 5.9
    • Quick: Controls 2
    • None
    • c7994835630cf5a34fda22829d6462b8a0d34ae9

    Description

      import QtQuick 2.7
      import QtQuick.Controls 2.2
      
      ApplicationWindow {
          visible: true
          width: 420
          height: 180
      
          Switch {
              id: enabledSwitch
          }
      
          Row {
              anchors.centerIn: parent
              spacing: 20
      
              Button {
                  id: button
                  text: "Button"
                  enabled: enabledSwitch.checked
              }
              ComboBox {
                  model: 10
                  editable: enabledSwitch.checked
              }
              DelayButton {
                  text: "DelayButton"
                  enabled: enabledSwitch.checked
              }
              RoundButton {
                  text: "A"
                  enabled: enabledSwitch.checked
              }
          }
      }
      

      Attachments

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

        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