Re: [Interest] How to show Qt Quick 2 scene on widget?

2012-10-03 Thread Oleg Shparber
See QQuickView - http://doc-snapshot.qt-project.org/5.0/qquickview.html On Wed, Oct 3, 2012 at 7:54 AM, Alexander Akulich akulichalexan...@gmail.com wrote: Hi all. Is there any replacement for QDeclarativeView in Qt5? If not, is it planned in future releases? How to port large Qt4

Re: [Interest] How to show Qt Quick 2 scene on widget?

2012-10-03 Thread Samuel Rødal
On 10/03/2012 11:29 AM, Oleg Shparber wrote: See QQuickView - http://doc-snapshot.qt-project.org/5.0/qquickview.html On Wed, Oct 3, 2012 at 7:54 AM, Alexander Akulich akulichalexan...@gmail.com mailto:akulichalexan...@gmail.com wrote: Hi all. Is there any replacement for

Re: [Interest] How to show Qt Quick 2 scene on widget?

2012-10-03 Thread Alexander Akulich
Thanks for answers. *Oleg Shparber*, i already look on it, but haven't idea, how to render something like this on widget. *Samuel Rødal*, you perfectly right! QQuickView accept only QWindow, so the only way is use windowHandle(). When i wrote new QQuickView(windowHandle()); in first line of

Re: [Interest] How to show Qt Quick 2 scene on widget?

2012-10-03 Thread Samuel Rødal
On 10/03/2012 03:02 PM, Alexander Akulich wrote: Thanks for answers. *Oleg Shparber*, i already look on it, but haven't idea, how to render something like this on widget. *Samuel Rødal*, you perfectly right! QQuickView accept only QWindow, so the only way is use windowHandle(). When i wrote

[Interest] How to show Qt Quick 2 scene on widget?

2012-10-02 Thread Alexander Akulich
Hi all. Is there any replacement for QDeclarativeView in Qt5? If not, is it planned in future releases? How to port large Qt4 widget-based application with few Qt Quick scene and use Qt Quick 2? ___ Interest mailing list Interest@qt-project.org