On 13 Nov 2014, at 13:19, Jeremias Bosch <[email protected]> wrote: > > I have two combined lists. One vertical, one horizontal. You can imagine it > like a grid. One item in those lists has the size of the screen. The user can > navigate horizontal and vertical from each item. > > What I need is: > • the user needs to move his finger about 1/3 of the screen in > horizontal direction until his movement is recognized by the horizontal list > as a scroll. > • the user needs to move his finger about the 1/2 size of the screen in > vertical direction until his movement is recognized by the vertical list as a > scroll. > All other lists should show standard system behavior.
That sounds like snapping behavior; maybe a GridView or a couple of PathViews would work? because they have snapMode. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
