QDialog or a QMainWindow from qml
-
You can call from QML any C++ backend function that creates
QWindoworQDialogfrom widgets part, just do not forget that it requereswidgetsmodule and also your application should be created asQApplicationrather thanQGuiApplication. -
Sorry but I haven't explained so good.
I have a qml application and I need to show a QWidget in a separate window.@mrdebug
additionally to @IntruderExcluder 's suggestion,
KDAB has an "experimental" declarative widgets project, that might be of interest
https://www.kdab.com/declarative-widgets/