Console/Terminal Widget for Qt?

2019-04-27 04:06发布

问题:

Anyone know of any widget in Qt4 that acts as a terminal/console? Open-source would be good.

Thanks in advance.

回答1:

QConsole used to do something like that. (Not sure the project is active anymore, but you might want to have a look).



回答2:

Found some decent source code here. Very basic functionality, but I've been adding to it some and I think it has promise to do what I need it to.

NOTE: I have only tested this code in Win32.

Here is a link to my new question concerning this code.



回答3:

If you're on Qt5 now, there's the QTermWidget widget from the LXQt project.