Top "Pyqt" questions

PyQt is a set of Python v2 and v3 bindings for The Qt Company's Qt application framework and runs on all platforms supported by Qt including Windows, macOS, Linux, iOS and Android

Adding items to QlistView

I'm using pyqt4 with python 2.7 and I have a list view widget that I can't add items to it # -*…

python pyqt pyqt4 qlistwidget qlistview
get cell value based on header string and selected row

For example, I have a PyQt QTableWidget which has 3 columns and 2 rows. The column headers are labeled A, B, and …

python pyqt qtablewidget
Resize column width to fit into the QTableWidget pyqt

I've googled around but I'm not able to find a solution to my problem. I have a QTableWidget with 2 columns …

python qt pyqt qtablewidget autoresize
PyQt: Show menu in a system tray application

First of all, I'm an experienced C programmer but new to python. I want to create a simple application in …

python menu pyqt system-tray
PyQt: clicking X doesn't trigger closeEvent

I'm a total newbie in PyQt trying to develop simple application. I have designed simple ui with Qt-designer. I want …

python pyqt pyqt4
PyQt: Prevent Resize and Maximize in QDialog?

How can I prevent a QDialog in PyQt from being resizeable or maximazable? I don't want the window's size changed.

python resize pyqt qdialog
Prompt on exit in PyQt application

Is there any way to promt user to exit the gui-program written in Python? Something like "Are you sure you …

python pyqt exit
PyQt sending parameter to slot when connecting to a signal

I have a taskbar menu that when clicked is connected to a slot that gets the trigger event. Now the …

python qt4 pyqt
QListWidget and Multiple Selection

I have a regular QListWidget with couple of signals and slots hookedup. Everything works as I expect. I can update, …

python user-interface pyqt qlistwidget
How to plot on my GUI

I'm designing a GUI with PyQt where I need to display a matplotlib/pylab window when I click on a …

python matplotlib pyqt pyside qthread