We have tried a bunch more ideas and none seem to work. We have tried the
following:
m_WebView->page()->triggerAction(QWebEnginePage::Back);
m_WebView->page()->history()->goToItem(
m_WebView->page()->history()->itemAt(1));
m_WebView->page()->triggerAction(QWebEnginePage::Back);
None of these wo
> Sent: Thursday, December 17, 2015 at 4:24 PM
> From: "william.croc...@analog.com"
> To: interest@qt-project.org
> Subject: Re: [Interest] Unnecessary repaints.
>
> Well, the code deep inside of QWifget::updateGeometry boils down to this.
> My call results in the postEvent. I assume that would
On Fri, Dec 18, 2015 at 2:02 AM, Joerg Bornemann <
joerg.bornem...@theqtcompany.com> wrote:
> On 17-Dec-15 23:14, q...@supradigital.org wrote:
>
> A colleague of mine saw something similar on his Windows 10 machine last
>>> week. He would double click on the Creator Icon (version 3.5.1 I
>>> belie
> On 17 Dec 2015, at 21:27 , Jason H wrote:
>
> So this bug from 8 months ago I guess landed in 5.5.1?
>
> I'm still having the issue, or a similar one. Thanks to the source code in
> the review ( 0559f645bbe928e9a54666356409fce444e80c57 |
> https://codereview.qt-project.org/#/c/111387/ )
>
Hi!
I've got a QML app running in fullscreen. Unfortunately I've noticed
that the app is not visible through Teamviewer/x11vnc which I'd like to
use for remote access.
This issue occurs if the app runs on Linux.
Through Teamviewer I can see the target desktop as if the app would be
completely t
Thanks. I'll try to look into this shortly.
Have a good weekend/Christmas/New Year.
Sean
On 18/12/2015 10:50, Nye wrote:
Hello,
I've filed a bug report, as I was able to extract the suspicious part
of the code in a separate project. I also updated to the very last 5.6
HEAD and the issue is s
Hello,
I've filed a bug report, as I was able to extract the suspicious part of
the code in a separate project. I also updated to the very last 5.6 HEAD
and the issue is still present. I'm not getting any segfaults anymore at
least, which is good. I've attached a full reproducible example to the
bu
On 17-Dec-15 23:14, q...@supradigital.org wrote:
A colleague of mine saw something similar on his Windows 10 machine last
week. He would double click on the Creator Icon (version 3.5.1 I
believe) and it would appear that Creator was not started, though task
manager showed it running. Eventually
Hi,
I've a problem very similar on my target linux system (it's a customized
ubuntu 14.04).
On this target runs a qml app in full screen mode + teamviewer (it starts
automatically at the boot up of the system).
>From my laptop PC (Windows 7), I connect to my target linux system via
TeamViewer. I