From: interest-bounces+laszlo.agocs=theqtcompany@qt-project.org
on behalf of
Allan Sandfeld Jensen
Sent: Monday, July 13, 2015 11:56 AM
To: Shantanu Tushar
Cc: interest@qt-project.org
Subject: Re: [Interest] QWebEngine makes QApplication ignore
On Monday 13 July 2015, Shantanu Tushar wrote:
> Hi,
>
> I tried passing that to the my app's executable (verified using process
> explorer that the cmdline argument was there), it still loads opengl
> instead of egl. The following gets passed to QtWebEngineProcess-
>
> --type=renderer --enable-
Hi,
I tried passing that to the my app's executable (verified using process
explorer that the cmdline argument was there), it still loads opengl
instead of egl. The following gets passed to QtWebEngineProcess-
--type=renderer --enable-threaded-compositing --no-sandbox
--use-gl=desktop --enable-d
On Monday 06 July 2015, Shantanu Tushar wrote:
> Hi,
>
> As most of our userbase need it, we force our Qt app to use ANGLE on
> Windows machines -
>
> app.setAttribute(Qt::AA_UseOpenGLES);
>
> just after setting the app name, organization etc.
>
> We recently started using QWebEnginePage to loa
Hi,
As most of our userbase need it, we force our Qt app to use ANGLE on
Windows machines -
app.setAttribute(Qt::AA_UseOpenGLES);
just after setting the app name, organization etc.
We recently started using QWebEnginePage to load a webpage from our website
because it serves some features. The p