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

Qgraphicsitem Paint Delay

What could be the possible reason for this? When i zoom in the QGraphicsView and move the QGraphics… Read more Qgraphicsitem Paint Delay

Qt - Pyside - .savegeom() .savestate() (again)

This is a follow on question to Qt - pyside - saveGeometry() saveState() I have a Qt program and cu… Read more Qt - Pyside - .savegeom() .savestate() (again)

Pyside Qprocess Need Help

NOTE: class MyWindow(QWidget): In init self.proc = QtCore.QProcess(self) self.te = QTextEdit(self… Read more Pyside Qprocess Need Help

Qt Checkbox Delegate Generates Two Checkboxes

I am trying to implement some kind of list view within a PySide GUI which gives the user the opport… Read more Qt Checkbox Delegate Generates Two Checkboxes

Functional Test For Qmessagebox... Why Does Not Work?

I would develop some functional tests for a pyqt application that uses PyQt (or PySide) as GUI libr… Read more Functional Test For Qmessagebox... Why Does Not Work?

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

How To Update Ui With Output From Qprocess Loop Without The Ui Freezing?

I am wanting to have a list of commands being processed through a QProcess and have its output be a… Read more How To Update Ui With Output From Qprocess Loop Without The Ui Freezing?

Qt Tooltip How To Prevent The Text From Disappearing After The Builtin Delay?

I have a QGraphicsScene and inside I have a few QGraphicsItems. When I hover over a QGraphicsRectIt… Read more Qt Tooltip How To Prevent The Text From Disappearing After The Builtin Delay?