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

How To Plot On My Gui

I'm designing a GUI with PyQt where I need to display a matplotlib/pylab window when I click on… Read more How To Plot On My Gui

Qthread Updating Ui Statusbar?

I have a simple pyqt gui which creates a qthread to open a file and read some information. I want … Read more Qthread Updating Ui Statusbar?

Qthreadpool - How To Interrupt / How To Use Wisely The Waitfordone Method

Background : I have a script that allows me to make spatial queries on a PostgreSQL database via an… Read more Qthreadpool - How To Interrupt / How To Use Wisely The Waitfordone Method

Need Advice To Keep Gui Responsive

Basically, what I have is a GUI with some QLineEdits, a 'search button' and a table. You hi… Read more Need Advice To Keep Gui Responsive