Questions tagged [qtwebengine]

QtWebEngine integrates the chromium rendering engine into Qt.

QtWebEngine integrates the Chromium rendering engine into Qt. Since QtWebKit was marked as deprecated in Qt 5.5, QtWebEngine is now the main web platform for Qt applications development.

QtWebEngine is only available for Qt 5.4 and newer. The list of supported platforms is yet restricted.

Qt official documentation is here

Project homepage

485 questions
-1
votes
0 answers

loadFinished menthod does NOT execute the method inside connect

I have a python code which convert url to pdf. My python code is below import sys from PyQt6 import QtWidgets, QtWebEngineWidgets from PyQt6.QtCore import QUrl, QTimer, QDateTime, Qt from PyQt6.QtGui import QPageLayout, QPageSize from…
AMendis
  • 1,346
  • 4
  • 18
  • 34
-1
votes
1 answer

Adding Qt Dependencies to spec file in rpmbuild

I'm using Ubuntu 14.04 and I am updating the rpmbuild spec file of an application that now uses Qt. The packages that I need are the following: sudo apt-get build-essential sudo apt-get install mesa-common-dev -y sudo apt-get install…
Ankur Shah
  • 125
  • 12
-1
votes
1 answer

Including a web viewer in Qt Creator App

I'm pretty new to Qt and I'm trying to add a web viewer to an app. I have an app with 3 windows and a navigation bar with 3 buttons. When I click on a button, it swipe to the window associated. I would have one of this button open the web viewer,…
user5368401
  • 11
  • 1
  • 2
-1
votes
1 answer

How to force update a hidden window?

I’m working with QtWebEngine. I have a very heavy page. When the page is loaded I show another QWindow (a splash window). I subscribe on loadingChanged signal of the QQuickWebEngineView by which I show the window with webview. The problem is that…
-3
votes
1 answer

QtWebEngine 32bit dll is needed

I am done with all building activities of qwebengine on 32bit msvc2015 platform using VS2017 compiler. I finally fed up with the build logs and errors. Can anyone please share the below dlls for 32bit…
Jaga
  • 13
  • 5
1 2 3
32
33