Re: [Interest] Strange issue with Qt, OpenGL and remote desktop

2019-10-24 Thread Rainer Wiesenfarth
On Thu, Oct 24, 2019 at 10:23 PM Giuseppe D'Angelo via Interest < interest@qt-project.org> wrote: > Il 24/10/19 17:57, Rainer Wiesenfarth ha scritto: > > We ran into a reproducible crash that is restricted to a certain > > scenario. The crash occurs in QGlContextPrivate::syncGlState() when > > try

Re: [Interest] QtWebView: how to ignore ssl errors?

2019-10-24 Thread Alexander Ivash
I understand all the theory behind, but still need to ignore errors for test purposes. If it is possible, where can I read how to achieve it? My understanding QtWebView uses native things for Android & IOS and WebEngine for desktop platforms and unfortunately there is no any public API allowing to

Re: [Interest] QtWebView: how to ignore ssl errors?

2019-10-24 Thread Thiago Macieira
On Thursday, 24 October 2019 16:07:22 PDT Alexander Ivash wrote: > Is it possible at all? Yes, but you shouldn't. They happened because they are errors. Fix them instead. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products ___

[Interest] QtWebView: how to ignore ssl errors?

2019-10-24 Thread Alexander Ivash
Is it possible at all? ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Strange issue with Qt, OpenGL and remote desktop

2019-10-24 Thread Giuseppe D'Angelo via Interest
Il 24/10/19 17:57, Rainer Wiesenfarth ha scritto: We ran into a reproducible crash that is restricted to a certain scenario. The crash occurs in QGlContextPrivate::syncGlState() when trying to call glDisableVertexAttribArray(). It seems the function pointer is not available. However, there are

[Interest] Antialiasing in QRasterPaintEngine

2019-10-24 Thread Oleg Gavrilchenko
Hello. Sorry for my English, it is not a my first language(Russian) I have made a Linux Embedded system. It have Cortex-A8 processor, whit no GPU and windows system. I build and install Qt 5.13.1. Run application with QPA linuxfb. I compile some applications for this QT. It was work sucessful

[Interest] Strange issue with Qt, OpenGL and remote desktop

2019-10-24 Thread Rainer Wiesenfarth
Has anyone of you experienced application crashes when running a Qt application that uses OpenGL over remote desktop on Windows 10? We ran into a reproducible crash that is restricted to a certain scenario. The crash occurs in QGlContextPrivate::syncGlState() when trying to call glDisableVertexAtt

[Interest] Write QSettings to a QString in INI format

2019-10-24 Thread Murphy, Sean
I'd like to be able to have QSettings write out my settings to an INI file format, but I'd like to avoid writing it to an actual file, instead just writing it to "something" in memory (for example, a QString, QByteArray, QBuffer, etc.). As far as I can tell, there doesn't seem to be any way to

[Interest] [Qt3D] Create SkyBox using 2d textures from Scene2D

2019-10-24 Thread Vlad Stelmahovsky
Hello is %subj% possible in qt 3d 2.x? Would like to have some hints thanks -- Best regards, Vlad ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

[Interest] QtIFw: Adding a cstom page in mantenance after choosing "Remove all components"

2019-10-24 Thread Schenk, Hendrik
Hi, i would like to know, how to add a custom page into the maintenance tool when i selected "Remove all components". The problem ist that there are no components whcih are loaded at this point. I appreciate your help. Thank you. Best regards, Hendrik _