Qt Widget 用于以下目的? (文本编辑器、链接)
请
建议使用小部件用于以下目的:
- 编辑文本 在小部件中,就像在文本编辑器中一样
- 文本中的链接 文本中的
- 图像(理想)
编辑功能:
- 可编辑链接:直接从小部件中更改链接的标题。
- 在链接上按“Enter”键 - 转到链接目标
当然,完整的小部件确实存在。
以什么为基础。
谢谢!
Please,
recommend Widget for using with following purposes:
- Edit text In the widget, as in a text editor
- Links in the text
- Images in the text (desirable)
Editing features:
- Editable Links: straight from the widget to change the title of links.
- Pressing "Enter" on link - go to the link target
Of course, the complete widget does exists.
What to use as a basis.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
QTextEdit
。Use
QTextEdit
.