如何使 QTextEdit 中的链接可点击?

发布于 2024-08-08 03:33:30 字数 262 浏览 5 评论 0原文

有没有办法使 QTextEdit

我知道我可以使用 QTextBrowser 并连接到 anchorClicked 但我宁愿将编辑和查看全部保留在一个小部件中,并且当我将小部件设置为只读模式。

这是可能的还是我必须在堆栈中放置两个单独的小部件并在它们之间切换?

Is there a way to make links clickable in a QTextEdit?

I know I can use a QTextBrowser and connect to anchorClicked but I'd rather keep the editing and viewing all in one widget, and have clickable links when I set the widget to read-only mode.

Is this possible or am I stuck with having two separate widgets in a stack and switching between them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怎樣才叫好 2024-08-15 03:33:30

由于 QTextBrowser 继承自 QTextEdit,您应该使用它并设置 readOnly 属性设置为 false。然后您可以根据需要更改 QTextBrowser 的样式。

Since QTextBrowser inherits from QTextEdit, you should use it and set the readOnly property to false. Then you can change the style of the QTextBrowser as you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文