Native application window inside QML
-
Hello,
I'm figuring out if there's a way (maybe in qt6) to create an element (maybe QWidget?) and get handle to it.
I can do this in QtWidgets with ui->previewFrame->winId() which I then pass to library.Reasons for that is external library that needs to get handle to which it renders own content.
Thank you!