[Development] Issues with QApplication::startDragDistance

Rutledge Shawn Shawn.Rutledge at theqtcompany.com
Thu Nov 13 15:19:15 CET 2014


On 13 Nov 2014, at 13:19, Jeremias Bosch <jeremias.bosch at basyskom.com> 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.


More information about the Development mailing list