You can try to use an external process to read user input. In Linux that would/could be "read".
At program start you create a QProcess and connect its signals to your MainWindow, so you can read the users input.
When quiting the application, you terminate -close- the QProcess.
Hope this helps...![]()




Reply With Quote
Bookmarks