Top "Pyqt4" questions

PyQt is a set of Python bindings for Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux.

PyQt4: How do you iterate all items in a QListWidget

Currently, I use the following while loop in a class that inherits QtGui.QListWidget to iterate all items: i = 0 while …

python pyqt4 qlistwidget
Sending custom PyQt signals?

I'm practicing PyQt and (Q)threads by making a simple Twitter client. I have two Qthreads. Main/GUI thread. Twitter …

python pyqt pyqt4 qthread
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
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
Retrieving cell data from a selected cell in a tablewidget

I am making a stock control program and i have hit a problem with getting the value of a selected …

python pyqt4 qtablewidget
how to make a cell in a QTableWidget read only?

i have the following code defining the gui of my app class Ui (object): def setupUi(): self.tableName = QtGui.QTableWidget(…

python qt pyqt4 qtablewidget
How to stop a QThread from the GUI

This is a follow up question to a previous one I posted earlier. The problem is how to stop (terminate|…

python pyqt pyqt4 qthread
How to check if a keyboard modifier is pressed (shift, ctrl, alt)?

I am building a UI with Qt Designer and I want buttons to perform different actions with different modifiers. So …

python pyqt pyqt5 pyqt4 modifier-key
How to change Qtablewidget's specific cells background color in pyqt

I am new in pyqt4 and I can't figure out how to do this. I have a QtableWidget with data …

python pyqt pyqt4 qtablewidget qtablewidgetitem
ImportError: No module named QtWebKit

I am on centos5. I installed python26 source with a make altinstall. Then I did a: yum install qt4 yum …

python pyqt4 qtwebkit