Re: [Interest] QWebEngine: Http POST request with payload data

2017-03-07 Thread Jason Dolan
> On Mar 6, 2017, at 12:10 PM, Allan Sandfeld Jensen wrote: > > On Monday 06 March 2017, Jason Dolan wrote: >> Ahh, of coarse there is a solution in the *next* release. I feel like >> that’s always the case with QWebEngine since Qt 5.0. Well, I guess it >> takes a while for it to become a full

Re: [Interest] Support for Visual Studio 2017

2017-03-07 Thread Tom Isaacson
*crickets* Visual Studio 2017 is being released today. Does anyone know if there's a plan to add support to the Qt Visual Studio Plug-In? Tom Isaacson -Original Message- From: Interest [mailto:interest-bounces+tom.isaacson=navico@qt-project.org] On Behalf Of Tom Isaacson Sent: Mond

[Interest] Some crash when adding and removing entities in Qt3D.

2017-03-07 Thread Kamil Zaripov
Hi, I have entities that should be created and deleted at runtime. Entity have only material and mesh component. Material is QDiffuseMapMaterial with QTextureImage. When entities begin to add and delete from scene, sometimes application crashes with this assert: qt_assert: ASSERT: "img != null

[Interest] Qt5: drawing on X11 root screen (and changing the WId of an existing QWidget)

2017-03-07 Thread René J . V . Bertin
René J.V. Bertin wrote: Hello, Forgive me for reposting a question I asked yesterday under a hopefully more descriptive subject. I'd still like to know if it's possible in Qt5 to change the WId of an existing (just created) QWidget as shown below, and how. But the main goal of that operation