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).
Hi,
My application has mixed with QML & Qt. Launching heap based QQuickView object from Qt Slot. How to gracefully delete the QQuickView object when use click on close button ('X' button next to minimize/mazimize/restore) QML screen. Any inputs.
Thanks.
Hi
Pass the parent object to QQuickView and it will be deleted on quit.