Proper way of running QProcess in a PySide6 app [duplicate]
This question already has answers here: Pyqt5 Two QThread communicate use signal and slot issue (2 answers) Pyqt5 qthread + signal not working + gui freeze (3 answers) Closed 21 mins ago. I’m writing an app where I expect some routine tasks to be executed in background. I want to create a class that would […]
Propper way of running QProcess in a PySide6 app
I’m writing an app where I expect some routine tasks to be executed in background.
I want to create a class that would run in a QProcess.
Communication of QProcess with other instances would happen through QSignal interfaces.
Propper way of running QProcess in a PySide6 app
I’m writing an app where I expect some routine tasks to be executed in background.
I want to create a class that would run in a QProcess.
Communication of QProcess with other instances would happen through QSignal interfaces.