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

SwitchDelegate's handle is not draggable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.7.1
    • 5.7.0
    • Quick: Controls 2
    • None
    • b3983692680a91023dc5f22608b4e84b46fae883

    Description

      Switch allows dragging the knob/handle, but SwitchDelegate does not:

      import QtQuick 2.5
      import QtQuick.Window 2.2
      import QtQuick.Controls 2.0
      
      ApplicationWindow {
          id: window
          width: 360
          height: 360
          visible: true
      
          Column {
              spacing: 20
              anchors.centerIn: parent
      
              Switch {
                  text: "Switch"
              }
              SwitchDelegate {
                  text: "SwitchDelegate"
              }
          }
      }
      

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            jpnurmi J-P Nurmi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes