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

How Do I Tell My Main Gui To Wait On A Worker Thread?

I have successfully outsourced an expensive routine in my PyQT4 GUI to a worker QThread to prevent … Read more How Do I Tell My Main Gui To Wait On A Worker Thread?

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

Python Error (qthread Is Undefined)

This code is about after effects render. I have installed pyqt5 and python 3.4 I am no expert at py… Read more Python Error (qthread Is Undefined)

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

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

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