Can we convert Qtgui code to Qt-qml code ?
-
wrote on 7 Oct 2011, 11:28 last edited by
If i have qtGui code written in c++. Can i convert it to Qt-qml?
-
wrote on 7 Oct 2011, 11:32 last edited by
Afaik this is not possible in an automated way. You will need to do it manually.
-
wrote on 7 Oct 2011, 12:01 last edited by
oh then it will be difficult and time taking.
-
wrote on 7 Oct 2011, 12:38 last edited by
Yes, but at least with Quick 1.x, you can mix & match. That is: you can use QML for widgets where that makes sense, and keep using the normal QWidgets for other things. That is: you don't have to do everything at once.
1/4