[Solved] From where should I download QML
-
wrote on 10 Feb 2011, 08:36 last edited by
Can anybody please send me the link to download QML....
-
wrote on 10 Feb 2011, 08:39 last edited by
its part of Qt sdk now, so just get latest Qt sdk :)
-
wrote on 10 Feb 2011, 08:43 last edited by
I have the latest version of Qt 4.7.0 (32 bit)...
but where can I find QML inside Qt Creater... -
wrote on 10 Feb 2011, 08:48 last edited by
Try
file->new file or project ->Qt Quick Project and take it from there ...once the proj is created, main.qml is generated for you and you can just run it
you can go to the design mode on the left bar and it opens the Qml Visual Editorps: Qt 4.7.1 is also released
I'd suggest take a look at the Qml tutorials available in assistant
-
wrote on 10 Feb 2011, 08:49 last edited by
ok ..Thank you very much
-
wrote on 10 Feb 2011, 08:54 last edited by
I dont know Java...Is it necessary to learn Java before learning QML
-
wrote on 10 Feb 2011, 09:10 last edited by
no java required,
but javascript is required as you go along and javascript is very easy.I'd suggest start working on the tutorials and then look at the available examples and demos in the qt sdk folder you will manage well :)
happy learning!
-
wrote on 10 Feb 2011, 09:17 last edited by
thanks you.....
1/8