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

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

Running A Long Python Calculation In A Thread, With Logging To A Qt Window, Crashes After A Short While

I have a large module from a separate project, which I wanted to integrate into a GUI. The module d… Read more Running A Long Python Calculation In A Thread, With Logging To A Qt Window, Crashes After A Short While

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

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

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

Migrating From Inherited Qthread To Worker Model

So through a lot of help in my previous questions (Interrupting QThread sleep and PySide passing si… Read more Migrating From Inherited Qthread To Worker Model