[Development] Scalable UIs in QtQuick (take 2)

Nils Jeisecke jeisecke at saltation.de
Thu Feb 18 12:42:43 CET 2016


On Thu, Feb 18, 2016 at 11:50 AM, Hausmann Simon
<Simon.Hausmann at theqtcompany.com> wrote:
>I recall was that this would seem like a nice feature on paper but in practice
>people create their resolution independent interfaces using the current
>"pixels" and a scale factor that they introduce in a qml file or as a context property.

This is the approach I'm using. However this adds lots and lots of
property bindings, is tedious to write and looks ugly.
So some alternative mechanism would be splendid. It should however be
possible to change that scaling value on the fly - I think this would
be necessary in multi-screen / multi-dpi environments.

Nils



More information about the Development mailing list