Qt app does not call terminal if call program from executable (application/x-executable
Unsolved
General and Desktop
-
Need to explicitly call terminal from my Qt program, what should I add to project
-
What 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
-
I'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)