当我们使用 Qlabel 作为超链接文本时,如何在正常状态下删除超链接文本下方的行?
我希望仅当我们悬停或按非正常状态的超链接文本时才显示该行,并且我也想更改文本的颜色。我尝试过 Qpalette 但发现颜色没有变化。
I want the line to appear only when we hovered or press the hyperlink text not in normal state and i want to change the color of the text also. i have tried Qpalette but i found no change in color.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以向锚标记添加样式属性:
请参阅 HTML 子集 Qt 的富文本小部件支持以获取详细信息。
You can add a style attribute to your anchor tag:
See the HTML subset supported by Qt's rich-text widgets for details.