Re: [Interest] Qt3D on Android with C++

2017-06-14 Thread Jason H
I'm not sure why this isn't considered a bug to be fixed in 5.9. It is a LTS release, after all.   Sent: Wednesday, June 14, 2017 at 8:04 AM From: max_bergman...@web.de To: "Laszlo Agocs" , interest@qt-project.org Subject: Re: [Interest] Qt3D on Android with C++ Thanks,

[Interest] QtQ Controls 2 CheckBox fail

2017-06-14 Thread Jason H
So excited to install 5.9 and get going, particularly with Controls 2. Really, after all the buzz, I go to use a CheckBox this happens: (see attached) Blue is universal, B is default. One clip:true (and looks terrible) and the other doesn't. On OSX.___

Re: [Interest] Qt3D on Android with C++

2017-06-14 Thread max_bergmann89
Thanks, it's good to know that there will be a fix in the future. Unfortunatly I'm bound to Qt 5.9 right now.   Regard, Max   Gesendet: Mittwoch, 14. Juni 2017 um 11:48 Uhr Von: "Laszlo Agocs" An: "max_bergman...@web.de" , "interest@qt-project.org"

Re: [Interest] Qt3D on Android with C++

2017-06-14 Thread Laszlo Agocs
Hi, createWindowContainer() has some minor issues on Android in Qt 5.9 and earlier, which unfortunately lead to not showing anything in the "embedded" window. The missing things have been added in the dev branch, so it should work in 5.10 (although I have only tested

[Interest] Qt3D on Android with C++

2017-06-14 Thread max_bergmann89
Hi,   I'm currently facing a problem with Qt3D and widgets on Android. My C++ application got a Qt3DWindow in a WindowContainer, so I can use Widgets for controls in this window: Qt3DExtras::Qt3DWindow *view = new Qt3DExtras::Qt3DWindow(); QWidget *container =

Re: [Interest] QWebEngine block domain

2017-06-14 Thread Florian Bruhin
On Tue, Jun 13, 2017 at 09:41:17PM -0700, Kevin Mcintyre wrote: > Is it possible to block requests, like for instance to a specific domain. > > Is see QWebEngineUrlRequestInterceptor but this is only informational. Only informational how? There's a QWebEngineUrlRequestInfo::block() which seems

[Interest] First Qt 5.9.1 snapshot available

2017-06-14 Thread Jani Heikkinen
Hi all, We have first Qt 5.9.1 snapshot available via online installer. It is a separate 5.9.1 node, not as an update to Qt 5.9.0. Instructions how to install it here: https://wiki.qt.io/How_to_get_snapshot_via_online_installer Content of the snapshot is based on