Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Qt app running with Console
-
Im planning to work on an app, that works with bash scripts. Qt app will be the GUI frontend which will give take the user input and transfer this data to the bash script. how can i achieve this? any suggestions and ideas?
-
Hi,
Seems like you are looking for QProcess
Hope it helps