Re: [Interest] qtwebview with qtwebchannel

2018-09-14 Thread Sylvain Pointeau
Hello, I finally succeeded to make it working on the simulator... *unfortunately it does not work on the physical ipad.* to make it working, I had to copy the resource files on the temp dir, to pass the temp dir to QML, then use "file://"+mytemppath+"/index.html". Also I removed all "qrc:/" in th

Re: [Interest] qtwebview with qtwebchannel

2018-09-14 Thread Sylvain Pointeau
I did copy the file on a writeable path, it does not load neither... does it even load local files, located in the app document folder? On Fri, Sep 14, 2018 at 8:44 PM Sylvain Pointeau wrote: > Are you sure the WebView can load from the resources (url: > "qrc:/index.html)? > for me this does not

Re: [Interest] qtwebview with qtwebchannel

2018-09-14 Thread Sylvain Pointeau
Are you sure the WebView can load from the resources (url: "qrc:/index.html)? for me this does not work on ios, how could you make it run? Best regards, Sylvain On Fri, Sep 14, 2018 at 7:48 PM Sylvain Pointeau wrote: > Hi Artem, > > I just tried yesterday and today evening. > For me it does wor

Re: [Interest] qtwebview with qtwebchannel

2018-09-14 Thread Sylvain Pointeau
Hi Artem, I just tried yesterday and today evening. For me it does work on the desktop but not on the simulator. (the screen has 2 rectangles, one green with the text "some text" and one empty blue box) I have Qt 5.11.1 not sure what happens... Best regards, Sylvain On Tue, Sep 4, 2018 at 5:0

Re: [Interest] invalid Qt packaging heads up

2018-09-14 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! El jue., 13 de sep. de 2018 10:53, Roland Hughes < rol...@logikalsolutions.com> escribió: > All, > > Ran into this in PinguyOS, but, probably goes all the way back to current > Ubuntu. > > > In Synaptic Package Manager one can find > > libqt5webengine5 > libqt5webengine5-dev > libqt5websocket

[Interest] video init duration

2018-09-14 Thread Alexander Carôt
... sorry, I forgot the subject line in my last post (fixed now): Hi all, I have a video related app, which works fine but it takes 35 seconds after initialization for the cam to work in single-capture modus. The code looks like this: Camera::Camera() : ui(new Ui::Camera){ ui->setupUi(this

Re: [Interest] {macOS} Qt Installer insists on installing 5.11.2 snapshot

2018-09-14 Thread Andy
No response here either, so bug filed at: https://bugreports.qt.io/browse/QTIFW-1188 --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney On Wed, Sep 12, 2018 at 1:50 PM Andy wrote: > (Posted in the forum - no response - but thought I'd mention

[Interest] (no subject)

2018-09-14 Thread Alexander Carôt
Hi all, I have a video related app, which works fine but it takes 35 seconds after initialization for the cam to work in single-capture modus. The code looks like this: Camera::Camera() : ui(new Ui::Camera){ ui->setupUi(this); QCameraViewfinderSettings cameraSettings; cameraSetting