Top "Pyqt5" questions

Qt5 bindings for Python programming.

QComboBox click event

I have been trying to get a QComboBox in PyQt5 to become populated from a database table. The problem is …

python events drop-down-menu pyqt5 qcombobox
Python 3.6.x PyInstaller gives error "No module named 'PyQt5.sip'"

I developed a few programs that runs well on Python 3.5.4, but because of some errors about win32 made me go …

python pyqt5 sip pyinstaller
Using Anaconda Python 3.4 with PyQt5

I have an existing PyQt5/Python3.4 application that works great, and would now like to add "real-time" data graphing to …

matplotlib anaconda python-3.4 pyqt5
How to set current tab of QTabWidget by name?

PyQt5's QTabWidget has a method setCurrentIndex that you can use to get a particular tab to become the active …

qt pyqt pyqt5 qtabwidget
ImportError: No module named 'resource_rc'

I made a simple program with PyQt GUI, and compiled '.ui' file. # Form implementation generated from reading ui file …

python pyqt pyqt5 qt-designer qresource
How to add a QVideoWidget in Qt Designer?

I want to insert video in blue box(ui image) but I don't know how to insert video file. My …

python pyqt pyqt5 qt-designer qvideowidget
How to "render" HTML with PyQt5's QWebEngineView

How can I "render" HTML with with PyQt5 v5.6 QWebEngineView? I have previously performed the task with PyQt5 v5.4.1 QWebPage, …

python pyqt pyqt5
Change x-axis ticks to custom strings

I want to change the x-axis ticklabels to custom strings. from PyQt5.QtWidgets import * from PyQt5.QtGui import * import matplotlib.…

python matplotlib pyqt5
Cannot install pyqt5-tools - 'Could not find a version that satisfies the requirement pyqt5-tools'

I try to install pyqt5-tools like this: pip install pyqt5-tools and the resulting out put is: ERROR: Could …

python pip pyqt5
How can I draw inside existing QGraphicsVIew?

just like the title says i'm trying to draw inside an existing QGraphicsView. The window I generated using QT Designer, …

python pyqt pyqt5 qt-designer qgraphicsview