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

Add "interactive" property to SwipeView QML Control

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.8.0 Alpha
    • 5.7.0
    • Quick: Controls 2
    • None
    • d3b20ffdfa47229c90e856d6ef39723910ae612c

      It would be nice to have an "interactive" property on the SwipeView control which would enable/disable the actual swiping on the control in cases such as when used on desktop where no touch screen is available.

      This would allow nice looking navigation where pages have neat transition without any implementations from the developer.

      A current workaround is as follows

      SwipeView {
          Component.onCompleted: contentItem.interactive = false
      }
      

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

            Unassigned Unassigned
            xarxer Pontus Sjögren
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes