Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pyqt4

Coordinates Of An Image Pyqt

I'm making an application for which I need to extract the coordinates of the image on mouse cli… Read more Coordinates Of An Image Pyqt

How To Use Qpainter In A Qwidget In Pyqt4

My code below currently opens a 500x500 QMainWindow that is blank. I am simply trying to draw a cir… Read more How To Use Qpainter In A Qwidget In Pyqt4

Qtableview: Sort By Header Index -1

I am using PyQt4 and have a QTableView with a 2 columns data. There is an extra column for an index… Read more Qtableview: Sort By Header Index -1

Why Is My Qgraphicsitem Not Selectable?

I copied some code snippets and made my own version of it. The initial snippet (which I don't h… Read more Why Is My Qgraphicsitem Not Selectable?

Pyside, Pyqt4: How To Set A Validator When Editing A Cell In A Qtableview

In QLineEdit objects I can set a RegExp validator like this: validator = QtGui.QRegExpValidator(QtC… Read more Pyside, Pyqt4: How To Set A Validator When Editing A Cell In A Qtableview

Threading: Pyqt Crashes With "unknown Request In Queue While Dequeuing"

One part of an application I'm developing needs to send some emails to a small group of people.… Read more Threading: Pyqt Crashes With "unknown Request In Queue While Dequeuing"