QtQuick 1.1 available?? Help please
Hi there,
I am a newbie in Qt/Qml. I have been across some issues when developing my app. I need to use some functions of "Text Element" like 'lineHeight". But in the QML documentation it says that this functionality was added in QtQuick 1.1. Same for the Pinch & Zoom.
Then I tried to import QtQuick 1.1 but the app wont launch and the build log keeps showing me "module "QtQuick" version 1.1 is not installed import QtQuick 1.1 "
I though that QtQuick 1.1 was included in Qt Sdk 1.1.
Can anybody advise me on that? Is QtQuick 1.1 available ? Would the handsets support that? Is there something I need to download or something I have to import in my project??
Thank you very much
Luca
Re: QtQuick 1.1 available?? Help please
current SDK release includes Qt 4.7.3 which then includes Qt Quick 1.0, the 1.1 version is supposedly coming with Qt 4.7.4: [url]http://doc.qt.nokia.com/4.7-snapshot/qtquick-whatsnew.html[/url]
Re: QtQuick 1.1 available?? Help please
Thank you very much for the info... Do you know more or less when the 4.7.4 will be available?
Re: QtQuick 1.1 available?? Help please
unfortunately, currently I would not know any public release dates.
Re: QtQuick 1.1 available?? Help please
Hi, QtQuick 1.1 is not released yet. It may come out with qt 4.7.4 but not confirmed. QtQuick does not come as a separate installable, it comes with Qt libraries.