Qt 的控制台/终端小部件?
有人知道 Qt4 中充当终端/控制台的小部件吗?开源会很好。
提前致谢。
Anyone know of any widget in Qt4 that acts as a terminal/console? Open-source would be good.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
QConsole 曾经做过类似的事情。 (不确定该项目是否已激活,但您可能想看看)。
QConsole used to do something like that. (Not sure the project is active anymore, but you might want to have a look).
这里找到了一些不错的源代码。非常基本的功能,但我已经添加了一些功能,我认为它有望完成我需要的功能。
注意:我仅在 Win32 中测试了此代码。
这是关于此的我的新问题的链接代码。
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.
如果您使用的是 Qt6,则可以使用 QLightTerminal。
If you are on Qt6, you can use the QLightTerminal.
如果您现在使用 Qt5,可以使用 LXQt 项目中的 QTermWidget 小部件。
If you're on Qt5 now, there's the QTermWidget widget from the LXQt project.