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

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()

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

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

Pyqt5: Timer In A Thread

Problem Description I'm trying to make an application that collects data, processes it, display… Read more Pyqt5: Timer In A Thread

Python Qt - How To Insert Items In Table Widget From Another Thread?

I want to insert text items from a Worker Qthread to a QTableWidget UI in Main thread ?. I want to … Read more Python Qt - How To Insert Items In Table Widget From Another Thread?

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

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