Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-16 Thread Allan Sandfeld Jensen
On Mittwoch, 16. August 2017 17:33:32 CEST Christian Kandeler wrote: > On Wed, 16 Aug 2017 16:46:09 +0200 > > Allan Sandfeld Jensen wrote: > > On Mittwoch, 16. August 2017 11:06:26 CEST Christian Kandeler wrote: > > > On Tue, 15 Aug 2017 22:09:15 +0200 > > > > > > Allan Sandfeld Jensen wrote: >

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-16 Thread Christian Kandeler
On Wed, 16 Aug 2017 16:46:09 +0200 Allan Sandfeld Jensen wrote: > On Mittwoch, 16. August 2017 11:06:26 CEST Christian Kandeler wrote: > > On Tue, 15 Aug 2017 22:09:15 +0200 > > > > Allan Sandfeld Jensen wrote: > > > On Dienstag, 15. August 2017 16:14:45 CEST Thiago Macieira wrote: > > > >

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-16 Thread Allan Sandfeld Jensen
On Mittwoch, 16. August 2017 11:06:26 CEST Christian Kandeler wrote: > On Tue, 15 Aug 2017 22:09:15 +0200 > > Allan Sandfeld Jensen wrote: > > On Dienstag, 15. August 2017 16:14:45 CEST Thiago Macieira wrote: > > > On Tuesday, 15 August 2017 03:18:03 PDT Allan Sandfeld Jensen wrote: > > > > You m

Re: [Interest] Uncheck Button in QML ButtonGroup

2017-08-16 Thread Jérôme Godbout
Small fix to double check on single entry, my bad: ExclusiveGroup { id: group_ property var lastClicked: null function unselectAll() { [b1_, b2_].forEach(function(v){ return v.checked = false; }); current = null; lastClicked = null; } } Column { CheckBox { id: b1_ text: 'b1' exclusiveGroup: grou

Re: [Interest] Uncheck Button in QML ButtonGroup

2017-08-16 Thread Jérôme Godbout
It's sad that the clicked event is sent after the exclusive group is handled (since we cannot affect or cancel it, so here's a work around): ExclusiveGroup { id: group_ property var lastClicked: null function unselectAll() { [b1_, b2_].forEach(function(v){ return v.checked = false; }); current =

Re: [Interest] Uncheck Button in QML ButtonGroup

2017-08-16 Thread Bullinger, Julius
From: Jérôme Godbout [mailto:jer...@bodycad.com] Sent: Wednesday, August 16, 2017 14:32 To: Bullinger, Julius Cc: interest@qt-project.org Subject: Re: [Interest] Uncheck Button in QML ButtonGroup > Here's what I did: > > function unselectAllButton() > { > [idButton1, idButton2, ...].forEach(func

Re: [Interest] Uncheck Button in QML ButtonGroup

2017-08-16 Thread Jérôme Godbout
Here's what I did: function unselectAllButton() { [idButton1, idButton2, ...].forEach(function(v){ v.checked = false; }); group.checkedButton = null; } I didn't test it with ButtonGroup, but only with QtQuick Controls 1 and ExclusiveGroup work this way (change the group.checkButton for group.

[Interest] Uncheck Button in QML ButtonGroup

2017-08-16 Thread Bullinger, Julius
Hi, given the ButtonGroup example from the documentation: ButtonGroup { id: group } RadioButton { checked: true text: qsTr("Option A") ButtonGroup.group: group } RadioButton { text: qsTr("Option B")

Re: [Interest] Qt3D Rendering offscreen

2017-08-16 Thread Andy
On Wed, Aug 16, 2017 at 1:57 AM, Laszlo Agocs wrote: > The formats look a bit strange. Try rather Texture.RGBA8_UNorm and > Texture.DepthFormat (or maybe Texture.D24) for color and depth, > respectively. > Thanks Laszlo! I was trying to follow along with the deferred-renderer-cpp manual test, s

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-16 Thread Christian Kandeler
On Tue, 15 Aug 2017 22:09:15 +0200 Allan Sandfeld Jensen wrote: > On Dienstag, 15. August 2017 16:14:45 CEST Thiago Macieira wrote: > > On Tuesday, 15 August 2017 03:18:03 PDT Allan Sandfeld Jensen wrote: > > > You might want to cross compile Qt or most of Qt, but have other projects > > > you