Re: [Development] Issues with QApplication::startDragDistance

2014-11-14 Thread Michael Brasser
100 > From: jeremias.bo...@basyskom.com > To: shawn.rutle...@theqtcompany.com > CC: development@qt-project.org > Subject: Re: [Development] Issues with QApplication::startDragDistance > > > Am 13.11.2014 um 15:19 schrieb Rutledge Shawn: > > That sounds like snapping b

Re: [Development] Issues with QApplication::startDragDistance

2014-11-14 Thread Jeremias Bosch
Am 13.11.2014 um 15:19 schrieb Rutledge Shawn: That sounds like snapping behavior; maybe a GridView or a couple of PathViews would work? because they have snapMode. A Grid view does not work since it is not guaranteed that all horizontal lists will have the same amount of items. Also I want t

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Rutledge Shawn
On 13 Nov 2014, at 13:19, Jeremias Bosch 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

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Morten Johan Sørvig
> On 13 Nov 2014, at 11:11, Jeremias Bosch wrote: > > Now there are two issues I ran into. > • On High DPI cases the sensitivity of the lists is very high, > basically touching the screen is already registered as a drag and pressing > buttons is pretty hard. On Low DPI its fine. Of cours

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Jeremias Bosch
Am 13.11.2014 um 12:09 schrieb Rutledge Shawn: Yeah we will get there eventually. e.g. there’s just a start here https://codereview.qt-project.org/#/c/79480/ https://codereview.qt-project.org/#/c/91242/ But there are potentially a lot of these “feel” constants which should depend on the plat

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Rutledge Shawn
On 13 Nov 2014, at 11:11, Jeremias Bosch wrote: > Dear all, > I was looking into deploying a simple QML App on a wide range of devices. The > App consists basically of two QML Lists which are used for horizontal and > vertical page navigation. The ranges of Display DPI differ a lot between >

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Gianluca
Dear Jeremias, I use a lot of ListView and Flickable in my apps, and I test them on iOS iPhone and iPad with Retina display and on Android Samsung with 320 DPI and an Android tablet with about 100 DPI. During my test with Qt 5.3.2, I’ve never experienced what you are saying. I was able to perfect

[Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Jeremias Bosch
Dear all, I was looking into deploying a simple QML App on a wide range of devices. The App consists basically of two QML Lists which are used for horizontal and vertical page navigation. The ranges of Display DPI differ a lot between those devices. Now there are two issues I ran into. 1. On