-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate on QML #2
Comments
I would strongly advise to step away from that idea of mixing widget and qml code. However, if you want to try it, you might want to have a look into my fork (HEAD commit of branch The commit basically removes any QWidget related code - but you can easily just add the qml/qtquick module and start off with that… |
@antis81 Thanks a lot
Why? There is my arguments for mixing:
|
I agree with @Diadlo, we don't have the manpower to do a hard switch all at once, so we have to do it gradually, even if it takes longer. But it means our users will get continuous support during the whole process. |
I'm not sure, that it's good idea. But we can start rewriting part of widgets into QML
http://doc.qt.io/qt-4.8/qml-integration.html
The text was updated successfully, but these errors were encountered: