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
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
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
> 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
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
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
>
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
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