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

Drag N Drop Button And Drop-down Menu Pyqt/qt Designer

I would like to know the 'best practice' to change the behavior of some buttons to do the f… Read more Drag N Drop Button And Drop-down Menu Pyqt/qt Designer

Pyqt: 'dynamically' Append To Qtextedit From Function

There is a button in my pyqt gui that when clicked runs a function that does some lengthy math calc… Read more Pyqt: 'dynamically' Append To Qtextedit From Function

Typeerror: Accept Missing 2 Required Arguments (still Functional)

This is a curiosity question. I have a block of code that executes upon an accepted.connect(). It … Read more Typeerror: Accept Missing 2 Required Arguments (still Functional)

Overlay Video With Custom Graphics Using Phonon & Pyqt

I am building a eye-tracking data visualization tool using PyQt4 and Phonon module. Essentially, I … Read more Overlay Video With Custom Graphics Using Phonon & Pyqt

How Do I Tell My Main Gui To Wait On A Worker Thread?

I have successfully outsourced an expensive routine in my PyQT4 GUI to a worker QThread to prevent … Read more How Do I Tell My Main Gui To Wait On A Worker Thread?

Replacing Layout On A Qwidget With Another Layout

I have a widget which changes when an option is toggled. This invalidates all layouts and widgets. … Read more Replacing Layout On A Qwidget With Another Layout