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

Add "interactive" property to SwipeView QML Control

    XMLWordPrintable

Details

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

    Description

      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
      }
      

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes