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

Running A Heavy Qtimer Task As A Qthread

I have a heavy task that constantly runs every 500ms. It consists of updating GUI elements and I ne… Read more Running A Heavy Qtimer Task As A Qthread

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

Gui Become Unresponsive While Looping

After i click the button, the form become unresponsive until the parsing function finish its work. … Read more Gui Become Unresponsive While Looping

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

Stop Processing Event-queue Immediately On Qthread.exit()

I am building a Qt GUI application which uses QThread/QObject combinations to act as workers that d… Read more Stop Processing Event-queue Immediately On Qthread.exit()

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

Pyside2 Qthread Crash

I want to use PySide2 Qtcore.Qthread because of Qtcore.Signal, but I end up with this error: Proces… Read more Pyside2 Qthread Crash

Pyqtgraph Imageview Freezes When Multithreaded

I have multiple cameras that are hooked up wirelessly via wifi and I'm trying to stream the dat… Read more Pyqtgraph Imageview Freezes When Multithreaded