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

How Do I Catch A Pyqt Closeevent And Minimize The Dialog Instead Of Exiting?

I have a QDialog object. When the user clicks on the X button or presses Ctrl+Q, I want the dialog… Read more How Do I Catch A Pyqt Closeevent And Minimize The Dialog Instead Of Exiting?

Can I Get A Python Object From Its Memory Address?

I'm learning how to use Qt with PyQt, and I have a QTabelView with a StandardItemModel I've… Read more Can I Get A Python Object From Its Memory Address?

How To Increase The Row Height Of The Header Labels And Font Size Of The Row Items In Qtablewidget In Pyqt4

Here i want to increase the row height of the headerlabel and font size of the cell items. In my co… Read more How To Increase The Row Height Of The Header Labels And Font Size Of The Row Items In Qtablewidget In Pyqt4

Viewing Maps With Pyqt4 Qwebview Using Python 3

I am building a program that can show a map with a markers according to specific coordinates from a… Read more Viewing Maps With Pyqt4 Qwebview Using Python 3

Pyqt4 Qthread / Movetothread Not Working Depending On Context?

I'm trying to understand why the following code immediately exits, but works if I create the th… Read more Pyqt4 Qthread / Movetothread Not Working Depending On Context?

Pyqt 4 - Global Name 'signal' Is Not Defined

I am trying to connect a push button signal to a callable I created, but for some reason this error… Read more Pyqt 4 - Global Name 'signal' Is Not Defined