Top "Pyqt5" questions

Qt5 bindings for Python programming.

Qt Designer how to change background

This is an repost. I am kind of new in QtDesigner and wanted to do something about the uglyness of …

python pyqt pyqt5 qwidget qt-designer
Argument 1 has unexpected type 'NoneType'?

I have a problem with my PyQt button action. I would like to send a String with the Function but …

python pyqt5
pyqt5 - closing/terminating application

I'm working though the pyqt5 tutorial found here Zetcode, PyQt5 As an exercise for myself I'm trying to expand on …

python exit messagebox pyqt5 terminate
Build Multiple .py files into a single executable file using pyinstaller

I have made a small pyqt application of 5 and 6 .py files.Now I want to build them and compiled them …

python pyqt5 exe pyinstaller
Plotting matplotlib figure inside QWidget using Qt Designer form and PyQt5

I don't understand the best way to link a matplotlib figure to a form created from Qt Designer. I have …

python matplotlib pyqt5 matplotlib-widget
PyQt5 - Add image in background of MainWindow layout

New to PyQt5... Here is a very basic question. I would like to add an image inside the layout of …

python-3.x qwidget pyqt5 qimage qlayout
PyQt5: The DLL load failed: the specified module could not be found

I recently installed the PyQt5 module setup for 32-Bit computers on Windows. But when I am trying to run their …

python python-3.x module pyqt pyqt5
AttributeError: 'Ui_MainWindow' object has no attribute 'setCentralWidget'

I am still working on the GUI for my Database and now i have a different error: Traceback (most recent …

python pyqt pyqt5 qt-designer qmainwindow
How can I change the cursor shape with PyQt?

I have a simple application that runs a process that can last for several minutes before completing. I am trying …

python pyqt cursor pyqt5 pyqt4
Install PyQt5 5.14.1 on Linux

pip3 install PyQt5 Collecting PyQt5 Using cached https://files.pythonhosted.org/packages/3a/fb/eb51731f2dc7c22d8e1…

python qt pyqt pyqt5 pyqtchart