How do I use the QML?
QML and Qt Quick
4
Posts
3
Posters
1.3k
Views
1
Watching
-
wrote on 21 Mar 2013, 13:09 last edited by
how do I use the QML?
- I use pure?
- I use with C + +?
-
As you see fit. There is no definite answer, all depends on your use case and will.
The intention behind the language is to separate UI from logic. But you can build whole apps in pure QML/ JS if you prefer.
In my projects I use a healthy mix - often the prototype is QML-heavy, then when I'm happy with the app I move most of the logic to C++.#
-
wrote on 21 Mar 2013, 13:23 last edited by
I would like to create more complex applications using QML. but only find information regarding components, trivial and silly things.
Does anyone have a link on calling QML in QML or using SQL and signs?
-
wrote on 21 Mar 2013, 13:28 last edited by
There is no need to post the same question all over the place, chose a thread and stick to it.
1/4