Top "Pyqt5" questions

Qt5 bindings for Python programming.

How to display a Pandas data frame with PyQt5/PySide2

I have a problem with the line below self.tableView.set??????????(df) that supposed to display the data frame in …

python pandas pyqt pyqt5 qtableview
PyQt5 ListWidget add list items

while learning PyQt5 i found a little problem( maybe a bug) in the ListWidget Widget (and all other widgets) the …

python pyqt pyqt5 qlistwidget
Where is the connect() method in PyQt5?

I'm following Mark Summerfield's Rapid GUI Programming with Python and Qt which is using PyQt4. I'd prefer to be working …

python qt pyqt pyqt5
Error when using pyinstaller: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff

I have an issue when i compile a PyQt code with pyinstaller. I use this line to compile: c:\Anaconda3\…

python pyqt5 pyinstaller
How to install PyQt5 on a new virtualenv and work on an IDLE

I installed PyQt5 globally on my win7 system (python 3.3), using the installer provided from the official riverbank website. Then i …

python pyqt virtualenv pip pyqt5
function of pyqtSlot

I just read a tutorial about pyqt5 button from here. And the code is as below. There is a question …

python pyqt pyqt5 qtcore
ImportError: cannot import name 'QStringList' in PyQt5

I am using PyQt5 but can't import QStringList. I know that QStringList used to be in the module QtCore in …

python python-3.x import qstring pyqt5
PyQt combo box change value of a label

I'm using PyQt5 to make a UI to a project. I want to change the value of a label when …

python python-3.x user-interface pyqt5
PyQt5 Signals and Slots 'QObject has no attribute' error

I have been trying to find a way to update the GUI thread from a Python thread outside of main. …

user-interface pyqt qt-signals pyqt5
PyQt5 - Failed to load platform plugin "windows". Available platforms are: windows, minimal

When I try to run any PyQt5 program from Eclipse, I got this error. Failed to load platform plugin "windows". …

python pyqt pyqt5