Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
⚠️ Forum Maintenance: Feb 6th, 8am - 14pm (UTC+2)
I want to pause and resume running QProcess on linux programmably. My first thought is SIGSTOP and SIGCONT signals. Does anyone have some experience?
Yes, it seems to be the right way to do so. Anyway, you can't use Qt to do that.