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

Using Psycopg2 And Qthreads Together(or Just Postgresql And Qthreads) And Updating Gui

The orderbook in DB always shows the right orderbook, i just want to continually update it in a GUI… Read more Using Psycopg2 And Qthreads Together(or Just Postgresql And Qthreads) And Updating Gui

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

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

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

Qthread Updating Ui Statusbar?

I have a simple pyqt gui which creates a qthread to open a file and read some information. I want … Read more Qthread Updating Ui Statusbar?

Python Access Widgets Of Parent Class In Qthread

I want to access the parent class widgets in the QThread class This line gives hangs GUI 'Exam… Read more Python Access Widgets Of Parent Class In 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

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