Is it possible to achieve all functionality of Qt application by using Qt Quick Components
-
wrote on 14 Jun 2012, 06:41 last edited by
Hi all,
I am new on Qt development. I just want to ask simple thing that if suppose we make a application using Qt in C++. Now i want to create the same application in Qt Quick means only using QML and JavaScript in place of C++. Is it possible or there are few API or other things that are not available in QML . Thnx for any suggestion .
-
[quote author="Ravinder" date="1339656081"] Now i want to create the same application in Qt Quick means only using QML and JavaScript in place of C++.[/quote]
This assumption is wrong. You can use QML with both/ either C++ and JS.
As for the question in the topic - QtWidgets and QML are significantly different, they do not cover the same GUI questions as of today. If you mean to ask whether QML can do everything that widgets do, the answer is again a "no". A set of QML components imitating widgets is being worked on, but is not in Qt officially yet.
-
wrote on 14 Jun 2012, 09:51 last edited by
But i had seen that there are many APIs in QML that can be used in place of C++ . Somthing like Qt Mobility etc. etc.
1/3