Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作 GUI,主要是为了我自己。而且问题是主流的文本编辑器是QTextEdit,我最喜欢用vim作为编辑器。
我正在谈论的这个地方必须在 GUI 中,我不能只将其设为文本文件。
有没有办法可以在 Qt4 GUI 中使用“vim”或任何其他独立编辑器作为 QTextEdit 的插件替换?也许一些库可以作为 QWidget 和独立的 unix 样式编辑器之间的转换器?
AFAIK,Vim 不能作为库使用。但是你可以从GVim 的这个 QT 移植中获得灵感。