Skip to main content

Questions tagged [qtwebview]

The tag has no usage guidance.

qtwebview
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
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
18 views

How to to pass a simple message from QML to HTML vice-versa on Android device using Qtwebview ,Qtwebsockets and Qtwebchannel

The websocket did not open ,how to make it open and start the communication between the HTML to QML. Iam unable to pass a simple message from QML to HTML vice-versa on Android device using Qtwebview ,...
Rajesh Kannan's user avatar
0 votes
1 answer
31 views

**Iam doing this in Android**How to add a index.html file to the qml project and load it in webview

`Rectangle { Layout.fillWidth: true Layout.fillHeight: true border.width: 2 border.color: "blue" WebView { id: webView ...
Rajesh Kannan's user avatar
0 votes
0 answers
309 views

"No WebView plug-in found!" when using QtWebView Qt-5.12 on RHEL 8.8

I have to create gui to display pdf files. For this I am using QtWebView class. Th requirement is to use Qt-5.12 version for this. In the pro file: QT += qml quick webview In the qml file: import ...
Saurabh Bhola's user avatar
1 vote
0 answers
132 views

Multiple QWebEngineProcesses created by QWebEngineView eats up memory

In my application I have a list of buttons and clicking on each creates a new QWebEngineView in a QMainWindow. On closing the QMainWindow I want the QWebEngineView (and the QWebEngineProcess that it ...
Lizzzz90's user avatar
  • 125
0 votes
1 answer
362 views

how to get the full URL from a QML WebView

When clicking on a link inside of a QT Quick WebView (something like "http://example.com/page?abc=def&bca=fde"), the url property doesn't contain the query string (giving only "http:...
Farook Al-Sammarraie's user avatar
0 votes
1 answer
264 views

QWebEngineView does not find some libraries which are installed

To solve a display problem I was suggested to use QWebEngineView. I inserted from PyQt5.QtWebEngineWidgets import QWebEngineView in the script which when executed emits: from PyQt5.QtWebEngineWidgets ...
Ryan Day's user avatar
  • 125
1 vote
1 answer
1k views

How to use QtWebEngine createWindow in PyQt5

I am trying to make a window that contains a QWebEngineView. Now I want the browser to be able to handle the create window or _blank type triggers, or specifically to open a URL in a new window when ...
Hack Try's user avatar
  • 536
0 votes
1 answer
217 views

macdeployqt does not copy the QtWebView plugin

I could not find a way to inform macdeployqt that I need QT_ROOT/qml/QtWebView/libdeclarative_webview.dylib to be copied into the app bundle. This is needed to use native QtWebView in QML (configured ...
Volodymyr Lashko's user avatar
1 vote
1 answer
141 views

Disable horizontal scroll bar in QWebView Qt5

I'm having a problem with the scroll bar in Qt5.4. Right now, I'm trying to display a webpage in a Qt Application, and I do this by adding a Qwebview widget inside a Qdialog, everything works fine, ...
Jerry's user avatar
  • 31
0 votes
0 answers
115 views

QWebView not rendering all the website information

I have a piece of code that renders an HTML file into a QWebView object. This is the code: from PyQt5 import QtCore, QtGui, QtWidgets from PyQt5.QtWebEngineWidgets import QWebEngineView as ...
Santi Peñate-Vera's user avatar
2 votes
1 answer
3k views

Qt WebView and WebChannel over WebSockets in QML

I want to access QtObject from HTML-page running in WebView - invoke methods, read/write properties, etc. As far as I understood, I need to establish WebSockets connection between QML and HTML sides, ...
retif's user avatar
  • 1,615
1 vote
2 answers
946 views

Read http header in qt webengine

I want to capture server http response in qt demo browser and check the header fields. How to implement this using qt webengine? I also saw QWebEngineUrlRequestInterceptor but using this class we cant ...
alireza's user avatar
  • 21
2 votes
1 answer
3k views

How to get QtWebKitWidgets.QWebView to work with qt designer

I want to integrate/show a web page (url) section on my main window. I use anaconda, pyqt (5.6) and designer. I added a QWebView on my main form via designer. But I can't run it. The error I get when ...
shafuq's user avatar
  • 465

15 30 50 per page