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

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

Pyqt5: Pop-up Progressbar Using Qthread

How can I implement a progress bar in a pop-up window that monitors the progress of a running funct… Read more Pyqt5: Pop-up Progressbar Using Qthread

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

Run Multiple Qthreads Concurrently In Python

In the attached code when you click start it creates a QSpinBox and starts counting to 20 in QThrea… Read more Run Multiple Qthreads Concurrently In Python

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

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

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