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

Interrupting Qthread Sleep

I would like to know how to pause a QThread and then resume when I get a signal. I have read and kn… Read more Interrupting Qthread Sleep

Passing Parameter To A Pyqt Thread When Started

Is there any way we can pass a parameter to QThread when the thread is started (.start) ? I found a… Read more Passing Parameter To A Pyqt Thread When Started

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

Qthreading Pyqtgraph Plotwidgets In Pyqt4

As a continuation of the question I got solved here some days ago, I've got a PyQt4 GUI which e… Read more Qthreading Pyqtgraph Plotwidgets In Pyqt4

Msgbox Error While Threading , Gui Blocks

I have a problem while executing the following gui. it works normally if there's no msgbox, but… Read more Msgbox Error While Threading , Gui Blocks

Pyqt Main Window Keeps Crashing After Receiving Data From A Thread

i have a QMainWindow that starts a QThread and waits for data from the network. updates UI when it … Read more Pyqt Main Window Keeps Crashing After Receiving Data From A Thread

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

Run Multiple Qthreads Concurrently In Python

In the attached code when you click start it creates a QSpinBox and starts counting to 20 in QThrea… Read more Run Multiple Qthreads Concurrently In Python