How to insert a terminal in Qt window ?
Solved
General and Desktop
-
wrote on 1 Jun 2018, 01:12 last edited by
How to insert a linux terminal window in Qt window ?
Something like IDE, when I press run, run some command in terminal, I can see terminal message.
The QProcess is run background, I can not see the output in process. -
wrote on 1 Jun 2018, 01:42 last edited by
I got a problem the same you, I want to open a console window to continue text command
How to open console window via QProcess? -
wrote on 1 Jun 2018, 15:04 last edited by
For a terminal/console window, what about just running
xterm
? -
wrote on 1 Jun 2018, 15:12 last edited by
I'm not sure it that can help you.
Please have a look at krdc. It is an application that embed rdesktop to manage Windows remote connections.
So krdc embeds rdesktop and can send to it data like keyboard events. -
wrote on 1 Jun 2018, 15:37 last edited by
See
QProcess::readyReadStandardOutput
,QProcess::readyReadStandardError
andQProcess::write
1/5