Include QWidget into QML. How?
Solved
QML and Qt Quick
-
Hello!
I need to include into QML UI some previously developed modules on QWidget. Few months ago I've seen examples of it, but couldn't find it right now. Could someone provide me with it?
Briefly - I need to solve the same kind of issue https://www.qtdesktopdays.com/how-to-breathe-new-qml-life-into-a-qwidget-based-app-from-2000s/
-
@bogong That way is not really intended, AFAIK.
The closest thing you can try, and that I know of, is KDAB's declarative widgets
https://www.kdab.com/declarative-widgets/ -