Qt Quick 2, is there no resources out there on this?
-
I can't seem to find anything on this besides bullet-point like resources that give an overview of the architectural changes. I'm in a position where it looks like just the thing I need but am not sure what I can do now in preparation for it and Qt 5. For example, can I start using 4.8 and then easily transition to version 2 or is version 2 such a major change that I'm better off waiting because it will take a pretty big re-architecture since you can do so much more on the Qt Quick/JS side (I know that you have to rely far less on C++ with version 2)?
I know there is the Alpha out and the promise of a beta coming soon (what is the status of this?) but without docs I can't even see how to start programming against that.
Either way some resources on this would really help me know the right way to go on this. Are there any out there besides the random blog post, etc?
-
Hi,
Start here: "QML Application Developer Resources":http://doc-snapshot.qt-project.org/5.0/qtquick-applicationdevelopers.html
and then read: "QML 2 Language Documentation":http://doc-snapshot.qt-project.org/5.0/qtqml-main.html
and also: "Qt Quick 2 Module Documentation":http://doc-snapshot.qt-project.org/5.0/qtquick-main.htmlIf you have any questions, or can suggest any improvements, please do so :-) Some areas of the documentation are a work in progress still - hopefully it will all be completed prior to the (upcoming) beta release.
Cheers,
Chris. -
All three links are broken.
-
http://qt-project.org/doc/qt-5.0/qtquick/qtquick-qmltypereference.html
this link is good.And search anything in the top-right search box, I feel it useful.