Re: [Interest] Render QQuickView into another window?

2014-02-07 Thread MaxEd
This seems interesting. So, if QQuickRenderControl is public, the code to render QQuickWindow to other window would looks like that? QQuickView view; view.setSource( "form.qml" ); QWindow *pOtherWindow = QWindow::fromWinId( otherWindowId ); QOpenGLContext ctx; ctx.makeCurrent( pOtherWindow ); Q

Re: [Interest] Render QQuickView into another window?

2014-02-07 Thread Gunnar Sletta
It isn't really possible right now, but there is some progress. Have a look at the QQuickRenderControl which is part of https://codereview.qt-project.org/#change,76700 The plan is to eventually make this public API. cheers, Gunnar On 07 Feb 2014, at 08:07, Max Savenkov wrote: > I want to ren

[Interest] Render QQuickView into another window?

2014-02-06 Thread Max Savenkov
I want to render QQuickView contents to another, _non-Qt_ OpenGL window, preferably without showing QQuickView's own window. Is this possible in any way? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/intere