Does anyone know of any widget in Qt4 that acts like a terminal / console? Open-source will be good.
Thanks in advance.
Found a good source code here . Very basic functionality, but I add some to it, and I think that it promises to do what I need.
NOTE. I tested this code only in Win32.
Here is a link to my new question regarding this code.
QConsole used something similar. (Not sure if the project is active anymore, but you can take a look).
If you are currently on Qt5, there is a QTermWidget widget from the LXQt project.