'Console/Terminal Widget for Qt?
Anyone know of any widget in Qt4 that acts as a terminal/console? Open-source would be good.
Thanks in advance.
Solution 1:[1]
QConsole used to do something like that. (Not sure the project is active anymore, but you might want to have a look).
Solution 2:[2]
If you are on Qt6, you can use the QLightTerminal.
Solution 3:[3]
If you're on Qt5 now, there's the QTermWidget widget from the LXQt project.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Bart |
| Solution 2 | Florian P |
| Solution 3 | Andrew Janke |
