Re: [Interest] Stacking QOpenGLWidgets

2016-01-27 Thread Konstantin Tokarev
27.01.2016, 18:11, "Uwe Rathmann" : > Hi all, > > I'm trying to create an application with several QOpenGLWidgets ( no > regular QWidgets involved ), where some of them are on top of others. > > My first results are promising, but I couldn't find out how to enable a >

Re: [Interest] Stacking QOpenGLWidgets

2016-01-27 Thread Allan Sandfeld Jensen
On Wednesday 27 January 2016, Uwe Rathmann wrote: > Hi all, > > I'm trying to create an application with several QOpenGLWidgets ( no > regular QWidgets involved ), where some of them are on top of others. > > My first results are promising, but I couldn't find out how to enable a > transparent

[Interest] Multiple QML WebEngineView instances on one QQmlEngine

2016-01-27 Thread Jani Tykka
I have one QQmlEngine instance which holds multiple QML WebEngine instances. Is this supported approach? I'm experiencing random WebEngine crashes which makes me think this could be the culprit. Thanks, Jani -- This email is intended solely for the person or entity to which it is addressed

Re: [Interest] [Development] Setup CI service

2016-01-27 Thread Koehne Kai
(moving this from development@ to interest@) > -Original Message- > From: Ben Lau [mailto:xben...@gmail.com] > Sent: Wednesday, January 27, 2016 11:14 AM > To: Koehne Kai > Cc: developm...@qt-project.org > Subject: Re: [Development] Setup CI service > > >

Re: [Interest] [Development] 5.7 feature freeze

2016-01-27 Thread mark diener
Lars: I am sure I am not the only newcomer to QT who would love to add code to the 5.7 feature list, but barely have time to contribute bugs to debug 5.6.0 beta let alone look ahead to 5.7 Now we are faced with waiting until 5.8 to even think about a set of key missing functions in Qt QML. I am

[Interest] Stacking QOpenGLWidgets

2016-01-27 Thread Uwe Rathmann
Hi all, I'm trying to create an application with several QOpenGLWidgets ( no regular QWidgets involved ), where some of them are on top of others. My first results are promising, but I couldn't find out how to enable a transparent background for the widgets on top. I would like to have a