Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
If i have qtGui code written in c++. Can i convert it to Qt-qml?
Afaik this is not possible in an automated way. You will need to do it manually.
oh then it will be difficult and time taking.
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.