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

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

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

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

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

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