Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
5.7.0
-
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
- is duplicated by
-
QTBUG-55596 Property to enable/disable touch/mouse input in SwipeView
- Closed