Skip to main content

All Questions

Tagged with
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
1 answer
47 views

PyQt5: How to download icon for QWebEngineView?

I keep on struggling with something as simple as showing a favicon.ico with PyQt5's QWebEngineView. Both tracing and the testing server tell me that pixmap gets downloaded, but it simply does not show....
Serge Stroobandt's user avatar
0 votes
0 answers
61 views

PyQt5 - QtWebEngineWidgets error while trying to open a web page

For some reason, when i am trying to open a web page using QtWebEngineWidgets i show this error: [10316:10636:0407/073627.994:FATAL:tsf_text_store.cc(52)] Failed to initialize CategoryMgr. MRE: file: ...
Chris P's user avatar
  • 2,289
0 votes
0 answers
47 views

PyQt5 Gui Freezes

import sys from PyQt5 import QtWidgets from tablo import Ui_MainWindow from PyQt5.QtWidgets import QMessageBox, QVBoxLayout from PyQt5.QtCore import QThread, pyqtSignal, QDate, QUrl, Qt, QTimer from ...
Berk Akyıldız's user avatar
0 votes
0 answers
62 views

PyQt5 QWebEngineView - Issues with Opening Popup Window [duplicate]

I am developing a PyQt5 application that utilizes QWebEngineView to load an HTML page. The HTML page contains JavaScript code that opens a popup window for entering values. The code works as expected ...
Mohammad's user avatar
0 votes
0 answers
31 views

Issues with Importing and Calling JavaScript Functions in Qt WebEngineView from Python [duplicate]

Problem Description: I found this example in this post which there is a QWebEngineView in Python (main.py) that loads an HTML file (init.html) with embedded JavaScript files (utils.js and main.js). I ...
Mohammad's user avatar
0 votes
0 answers
122 views

Calling Python Function from JavaScript in PyQt5 Application - Uncaught ReferenceError: qt is not defined

I am working on a PyQt5 application that uses QWebEngineView, and I want to call a Python function from JavaScript. I found an example here, and I've implemented the code as follows: main.py from os....
Mohammad's user avatar
1 vote
0 answers
177 views

PyQt5 QWebEngineView - Embed JavaScript app in Python - Can't register (registerObject()) QObject to QWebChannel?

So I have a PyQt5 application in python that displays a Plotly plot (plotly being an interactive grapher app). Plotly runs on JavaScript, and I want to be able to catch JavaScript events and use them ...
Qosa's user avatar
  • 57
1 vote
0 answers
81 views

PyQt QWebEngineView black flicker when tooltip of context menu comes up

My PyQtWebEngineView is randomly flickering black(i think it has to do with context menus and tooltips) Try it yourseft: import sys from PyQt5 import QtCore, QtGui, QtWidgets from PyQt5....
Etscharntmin's user avatar
0 votes
1 answer
148 views

Program on PyQt5 + QWebEngineView closes when loading youtube.music site

The program on PyQt5 + QWebEngineView closes when loading youtube.music site after about 3-4 seconds after opening, without any error, while any other site loads without any problems and the program ...
ツDeeffest笑's user avatar
1 vote
0 answers
192 views

In Python Jupyter notebook, how to select an option from the combobox and click the "Print" button to print in the Chrome browser console?

I'm using Python in Jupyter notebook and Chrome browser, coding pyqt5 app. In some parts of the code, I need to use QWebEngineView for HTML Combobox widget ( not using Qcombox() ). The next code is ...
John's user avatar
  • 107
0 votes
0 answers
62 views

Pdfs in QWebEngineView: How to select letters inside linked phrase

I use pyqt5 QWebEngineView to display pdfs. In the pdfs there are phrases that are linked. When I want to select individual words or letters, it doesn't work with the links. Is there a possibility in ...
Mazze's user avatar
  • 433
0 votes
1 answer
109 views

Qwebengine security pop not showing

I build one normal browser with pyqt5 and qwebengine. Everything working fine but the security pop is not showing... For example, if we go to this site: http://jexmon.co.in/login/register It is asking ...
skinfo's user avatar
  • 1
1 vote
2 answers
1k views

How to render HTML in PyQt5 window? [duplicate]

I'm new to using PyQt5 to create GUIs and I think I need a hand. I'm trying to just create a simple window that renders a simple html file. However, when I use the code below the window renders, but ...
Jaimee-lee Lincoln's user avatar
0 votes
0 answers
213 views

QWebEngineView crashes without error output

The page loads, I enter something in the search and the application freezes dead. You can have time to click on some link, but then everything freezes and crashes. There is no error message. The most ...
Dmitrii Gavrilov's user avatar

15 30 50 per page
1
2 3 4 5
11