Skip to main content

Questions tagged [qtwebengine]

QtWebEngine integrates the chromium rendering engine into Qt.

0 votes
0 answers
25 views

Validate HTTPS requests manually in Qt WebEngine

I'm using Qt WebEngine (Chromium) to load HTTPS pages, which comes with a collection of Certificate Authorities, and I'm able to access Google, etc, without adding any CA. I want to prevent this and ...
Muttal Kadavul's user avatar
0 votes
0 answers
9 views

How to disable js logging when using QWebEngineView [duplicate]

I am using QWebEngineView in my pyqt app. I am navigating to tradingview website and it is logging lots of errors continuously. This is making it difficult to find my logs in the mix. How can I stop ...
rsp's user avatar
  • 619
0 votes
0 answers
71 views

PyQt5 QWebEngineView Not Displaying Web Pages correctly

I'm attempting to create a simple web browser using PyQt5 on Termux Kali Linux rootless, and I've encountered an issue where the QWebEngineView doesn't display web pages as expected. I've followed the ...
Æmmy's user avatar
  • 21
0 votes
0 answers
21 views

qtwebengine compilation in BLFS 12 project with weak PC

I'm trying to build the QtWebEngine-5.15.17 from BLFS 12 project, but facing failures. My PC is pretty old with weak 2 core proc: Intel(R) Pentium(R) CPU B960 @ 2.20GHz my RAM size is 5883136 kB I ...
Vlad Kristof's user avatar
1 vote
0 answers
21 views

QProcess::startDetached() hangs out when executing google-chrome

The issue is present only on CentOS 7, using Qt 5.12.6 In the Qt application we open a configuration tool using the following command: QProcess::startDetached("google-chrome", {"http://...
Juampa's user avatar
  • 21
0 votes
0 answers
73 views

How to get http requests made by a QWebEngineView?

I want to save to a file all the http requests (get, post, ...) that a QWebEngineView sends during a navigation session (like I would do with Firefox: inspect > network > save to HAR file). ...
zigma12's user avatar
  • 181
0 votes
0 answers
34 views

I want to use selenium automation for automating multiple webpages in one window, I am currently using Pyside-6 qtwebengineview

I want to use selenium automation for automating multiple webpages in one window, I am currently using Pyside-6 qtwebengineview, i couldn't find any webdriver for the same. I am looking to automate ...
Neevraj Kumarpal Bokria's user avatar
0 votes
0 answers
202 views

Raspberry PI5 & QtWebEngine errors :page_allocator_internals_posix.h(225)] Check failed: . : Invalid argument (22)

I'm passing from rpi3 to RPI5 for my project but i'm having some troubles. Knowing that Raspberry Pi OS now uses Wayland (instead of X11) with Wayfire (instead of Mutter) by default on Raspberry Pi 5. ...
Mayssa Bizid's user avatar
0 votes
0 answers
72 views

How to set QtWebEngine Content-Security-Policy (CSP) to default-src?

i have a qtwebengine view inside my app, and I'm having issues with apple music regarding the CPS, for some reason, it is set to script-src https://music.apple.com/us/browse:143 Refused to execute ...
ECO's user avatar
  • 371
0 votes
0 answers
65 views

PyQt5 WebEngine does not display pages like angular.dev or react.dev properly

I can't figure out how to make pages like react.dev, angular.dev, facebook.com, or chat.openai load properly. from PyQt5.QtWidgets import * from PyQt5.QtGui import * from PyQt5.QtCore import * from ...
BlueWOlfStorm's user avatar
0 votes
0 answers
62 views

Python QTWebEngine page doesn't load with custom cookie

I want the user to input an account name so I can look for a matching token on storage. If the token exists I want to load a webview with the set cookie. This will aid in fast login when the user has ...
Leonardo Luiz's user avatar
0 votes
0 answers
47 views

How can I get responseHeaders() from PyQt6.QtWebEngineCore.QWebEngineLoadingInfo()

Here is a code example from PyQt6.QtWidgets import QApplication from PyQt6.QtWebEngineWidgets import QWebEngineView from PyQt6.QtWebEngineCore import QWebEngineLoadingInfo from PyQt6.QtCore import ...
Pibjoy9m's user avatar
0 votes
0 answers
28 views

Can't get multi tab functionality to work in PyQt5 (QtWebEngine)

So, I made a browser in QtWebEngine, and whenever I make a new tab, and click on a link that takes me to another page, and I click on the back button to go back to the previous one, it doesn't do ...
RoadKingGod's user avatar
0 votes
0 answers
41 views

List of service workers in Qt WebEngine

I'm using Qt WebEngine (chromium). The question is, can I get a list of all service workers and their statuses using Qt or something else. And handle this info in code I would like to get information ...
GendOS's user avatar
  • 3
0 votes
0 answers
135 views

QWebEngineView - Render after loading finished

I am encountering an issue with rendering images on a QWebEngineView, where the HTML document loads immediately, causing flickering, while external objects load asynchronously. I was referring to the ...
Vakkas Celik's user avatar

15 30 50 per page
1
2 3 4 5
33