码迷,mamicode.com
首页 > Web开发 > 详细

QLabel设置行间距(使用html的语法,比较巧妙)

时间:2016-06-10 22:56:22      阅读:2142      评论:0      收藏:0      [点我收藏+]

标签:

1、设置行间距

QLabel没有设置行间距的函数,所以这种办法是行不通的。只能采用其它类似的方法来实现,例如设置行高,使用样式代码如下:

<p style=‘line-height:18px‘>推荐</p>

 

2、链接文本

实现点击Label,即可打开网页,且文本没有下划线效果,如下:

<a href="http://www.sina.com"><span style="text-decoration: none; color:#ff0000">新浪</style></a>

text-decoration: none,表示没有文本修饰,下划线就没有了。

 

http://blog.csdn.net/itjobtxq/article/details/9288787

QLabel设置行间距(使用html的语法,比较巧妙)

标签:

原文地址:http://www.cnblogs.com/findumars/p/5574330.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!