[Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-17 Thread Kevin Wang
Hi All, I am attempting to utilize the Qt Installer Framework for our company's software. I am just starting out and am running into some issues. I uploaded the generated repo to our website, and linked the repo in the installer. When I run the installer and attempt to fetch the remote repo

Re: [Interest] qtwebview with qtwebchannel

2018-09-17 Thread Sylvain Pointeau
Hello Artem, it works! your code sample pointed me on the issue. You were using "applicationDirPath", I was using QStandardPaths:: writableLocation(QStandardPaths::TempLocation) I tested applicationDirPath, same as you, it worked. (but this directory is not good because not writable.) then I tri

[Interest] OpenGL: Setting samples on default QSurfaceFormat

2018-09-17 Thread Andy
I seem to have a catch-22. - QSurfaceFormat::setDefaultFormat() needs to be called before application construction. - I want multisampling on a 3.3 context by default, so I need to call QSurfaceFormat::setSamples(). - I can't know how many samples are supported until after application constructi

Re: [Interest] qtwebview with qtwebchannel

2018-09-17 Thread Sylvain Pointeau
Hummm, that’s getting really strange. I will create a git repo this evening so we can speak about the same code. On Mon, 17 Sep 2018 at 09:06, Artem Sidyakin wrote: > > OK it works on macos, but what about iOS? > > I was talking about iOS :) > It works on iOS, my last e-mail was exactly about th

Re: [Interest] Linux openssl 1.1.0 versus 1.0.X

2018-09-17 Thread Roland Winklmeier
Am Mo., 17. Sep. 2018 um 05:36 Uhr schrieb Thiago Macieira < thiago.macie...@intel.com>: > Also, please note that this only applies to something compiled *on* > Debian. > The official Qt binaries from download.qt.io are not compiled on Debian. > ... > But again, the official Qt binaries are not

Re: [Interest] qtwebview with qtwebchannel

2018-09-17 Thread Artem Sidyakin
> OK it works on macos, but what about iOS? I was talking about iOS :) It works on iOS, my last e-mail was exactly about that. --- Artem Sidyakin > On 17 Sep 2018, at 01:13, Sylvain Pointeau wrote: > > > On Sun, Sep 16, 2018 at 5:24 PM Artem Sidyakin wrote: > I would understand if local file