Qt app does not call terminal if call program from executable (application/x-executable
Unsolved
General and Desktop
-
wrote on 24 Oct 2023, 22:25 last edited by
Need to explicitly call terminal from my Qt program, what should I add to project
-
Need to explicitly call terminal from my Qt program, what should I add to project
wrote on 25 Oct 2023, 05:00 last edited by ChrisW67What does "call terminal" mean?
When you ask for help it would greatly speed the process if you could explain:
- the requirement
- what you are doing (preferably with compilable code)
- what you are expecting to happen
- what is actually happening
- how that does meet your requirement (if it is not obvious)
- what you have tried to remedy the problem
- the environment and versions of things you are using.
http://www.catb.org/~esr/faqs/smart-questions.html#beprecise
-
Need to explicitly call terminal from my Qt program, what should I add to project
wrote on 25 Oct 2023, 05:25 last edited byI'm just guessing that this is what you are looking for:
QProcess
and start the terminal with your OS specific command (you didn't mention your OS)
1/3