Overlay QML View on QOpenGLWindow
Unsolved
QML and Qt Quick
-
Hi,
I had instance(pointer) of QOpenGLWindow, which is provided by third party library.
I need to Overlay a QML view on the top of QOpenGLWindow.
The QML view consists of Left/Right/Top Panels.My problem is, the QML view is always going behind the QOpenGLWindow, I used raise()/Z-order , but no result
Could some one please help me.
Thank you
-
@dheerendra , could you please help