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).
How can we initialize an OpenGL window pane in a QML window.
@sachiv AFAIK you can add all OpenGL related stuff in a QQuickItem derived class, then register it using qmlRegisterType, import it in QML, instantiate it and use it. An example here.
QQuickItem
qmlRegisterType