QML Text element lineHeight
-
wrote on 4 Aug 2011, 08:56 last edited by
I have a little problem.
Does anyone know from which version of Qt SDK lineHeight and lineHeightMode properties of Text element are available?
I am using Qt SDK 4.7.3 for Symbian and I can't find information about those properties in documentation of my Qt Creator and get
error that this properties do not exist.
In online documentation of "Text element":http://doc.qt.nokia.com/4.7-snapshot/qml-text.html#lineHeight-prop those properties are present.Is it available to use this properties in development of Symbian application--?
If so, will it be possible to submit this application to Ovi Store? -
wrote on 5 Aug 2011, 03:50 last edited by
Hi,
These properties are added as part of QtQuick 1.1, which hasn't been released yet (but will hopefully will be a part of 4.7.4)
Regards,
Michael -
wrote on 5 Aug 2011, 08:21 last edited by
Thanks!
Maybe it would be better to write in docs that this feature is available since Qt 4.7.4(if it will be truly so) instead of Qt Quick 1.1, but its just my opinion.
2/3