Details
-
Bug
-
Resolution: Incomplete
-
P3: Somewhat important
-
4.7.0
-
None
-
Qt4.7.0 Carbon, Mac OSX 10.6.5, GCC4
Description
-create a QLabel
-set the text to:
"<hr><font color='red'>hr's + font blocks are buggy<br>you end up getting extra space between</font><br>the first two lines"
-you'll find an extra line break after the first line for some reason. You must have both the <hr> and the <font> tag in order to get this to occur.
-the above html is rendered correctly by webkit and other browsers, in other words this is a bug with QLabel
You can easily reproduce this with the attahced .ui file. You can see the problem in the attached screenshot.