The QWebEngineView class provides a widget that is used to view and edit web documents
Questions tagged [qwebengineview]
322 questions
0
votes
0 answers
QT QWebEngineView : How to inject touch events (touchstart, touchmove, touchend)?
I would like to inject touch events such as "touchstart", "touchmove", "touchend" into the QWebEngineView. Then, I should be able to capture the events in my html page running in the webview for example using jquery like below :…

Raghavendra L
- 13
- 5
0
votes
0 answers
QWebEngineView slowing down QGraphicsScene
In a 3D CAD program a friend and I are doing, the adding of a QWebEngineView is slowing down a QGraphicsScene.
We create a 3D model layer by layer, we place points in each layer in 2D (the points are painted by the QGraphicsScene), and then, using a…

ElevenJune
- 423
- 1
- 4
- 21
-1
votes
1 answer
How can I interact with html elements use QT
For example, I have a simple HTML page with button and label (or something else). How can I change the text in label (or something else) and catch the button click use QT.
I try to use QWebEngineView to show html, but I don`t know how to interact…

Thomas_Lucky13
- 3
- 1
-1
votes
1 answer
QWebEngine download restart after a reboot
I did an application to download softwares. It's works well with QWebengine.
For the second version, I need to implement the restart of the download after the application is turned off.
My goal is to get possible to restart the same download at the…

Florian Pasquereau
- 132
- 3
- 15
-3
votes
1 answer
how can I setting the user-agent when in pyside6 WebEngineView
I wrote a Windows software in python and pyside6, in which I opened an interface with QwebEngine, is there any way to define the information such as this embedded browser request header
here are my code of this part
self.webEngineView =…

whk
- 15
- 5