Re: [Interest] OpenGL and Quick in 5.4

2014-12-19 Thread Thomas Sevaldrud
Ok, I finally figured it out :-) The QML ApplicationWindow class has got a style now, and the default style for the background is to fill the entire area in gray. By adding a custom style with an empty item for the background it works again. i.e something like this: style: ApplicationWindowSt

[Interest] OpenGL and Quick in 5.4

2014-12-19 Thread Thomas Sevaldrud
Hi, After upgrading to 5.4 my OpenGL applications no longer work. I am mixing OpenGL and Quick components, like in this example: http://doc.qt.io/qt-5/qtquick-scenegraph-openglunderqml-example.html I.e I have a class derived from QuickItem with a QObject-based renderer that renders on the QQu