[Qt-qml] Resolution independence, "style" constants

Ville M. Vainio vivainio at gmail.com
Mon Nov 1 10:56:40 CET 2010


What's the recommended way to ensure something in QML application is
"finger sized", without knowing the details about resolution in the
target platform? I'm thinking of something like:

Rectangle {
  height: Const.FingerHeight * 1.2
  ...
}


-- 
Ville M. Vainio @@ Forum Nokia



More information about the Qt-qml mailing list