qt - About switching pages in a ListView -



I have created a list view in which 3 rectangles (pages) and; They are flick horizontally, a rectangle is shown at a time & amp; The view switches between them using a button,
I want to know how to prevent the user from pressing on Android? Thank you,

You can create an "interactive" property by dragging the page (it can only go to another rectangle by pressing the button) Should be set to false, it is from the "flicker" class, from which "list view" is derived.

Comments