Qt“QTextEdit”功能
嗯,我正在做一个 IDE 系统。基本上,一切正常。虽然,但我有一个问题。 “QTextEdit”类没有用于自动完成的成员“setCompleter”。正确的?
那么,是否有某个类支持它,包括所有 QTextEdit 成员?
PS:有更好的方法来进行自动完成吗?我以前问过这个问题,但我听说你可以用 QReg 来做到这一点,但不知道。
谢谢!
Well, i'm doing an IDE System. Basically, everything works Fine. Though, but i have a problem. The class "QTextEdit" doesn't have the member "setCompleter" which is for autocomplete. Right?
Well, is some class that supports it including all QTextEdit members?
PS: Any better way to do Autocomplete? I've asked this before, but i heard you can do it with QReg , but no idea.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Qt 文档有一个关于如何使用自定义自动完成器扩展 QTextEdit 的示例: http://doc.qt.io/qt-5/qtwidgets-tools-customcompleter-example.html
The Qt documentation has an example on how to extend QTextEdit with a custom auto-completer here: http://doc.qt.io/qt-5/qtwidgets-tools-customcompleter-example.html