[Development] QTWebEngine Compilation failure

2017-07-20 Thread Sudhir Sharma
Hi, I am not able to compile QtWebEngine. Upon compilation of entite source I notice the QtWebEngine has not been builit. If I try to compile it separately, I get following error. C:\Qt\Qt5\5.9.1\Src\qtwebengine>qmake Running configure tests Checking for alsa... no Checking for khr... no Checkin

Re: [Development] QWebEngineView Print

2017-07-16 Thread Sudhir Sharma
source * Sudhir Sharma wrote: > How can we print html loaded in QWebEngineView in QT 5.7? In 5.7, you can only print by first printing to PDF and then invoking something external to actually send the PDF to a printer. See the code (submitted by me) in QupZilla 2.1.x (and currently also in master/

[Development] QWebEngineView Print

2017-07-13 Thread Sudhir Sharma
Hi, How can we print html loaded in QWebEngineView in QT 5.7? Regards, Sudhir http://www.mindtree.com/email/disclaimer.html ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/l

Re: [Development] QT 5.9. Issues with QWebEngine

2017-07-12 Thread Sudhir Sharma
Browser. But with this setting I cannot load local URLs in QWebEngine. Regards, Sudhir -Original Message- From: Kai Koehne [mailto:kai.koe...@qt.io] Sent: Wednesday, July 12, 2017 4:37 PM To: Sudhir Sharma ; development@qt-project.org Subject: RE: QT 5.9. Issues with QWebEngine * You are

[Development] QT 5.9. Issues with QWebEngine

2017-07-12 Thread Sudhir Sharma
HI, QWebEngine does not take exact proxy settings from System (as done in internet browsers like Chrome) Internet client is configured to use proxy for internet addresses and bypass it for local addresses. But it does not happen. QWebEngine fails to bypass proxy for local urls. Scenarios: -