On Tuesday 18 March 2014 10:12:35 André Bergner wrote: > So what is the "official" way to render a QQuickView scene to an offscreen > target while keeping it "alive"? > > I remember talking to somebody at the last Qt dev days in Berlin. He was > suggesting some solution that should make this possible with Qt 5.2.
Not officially supported, and not 5.2, but QQuickRenderControl, which is private API in 5.3, does support this usecase. We do plan to make this class public in a later Qt release, soI would recommend it if Qt 5.3 is an option. - Paul _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
