Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.1
-
None
Description
When render HTML on QLabel, the size of the QLabel is inaccurate. The issue becomes obvious when putting multiple HTML QLabels in a vertical layout - the QLabels at the bottom are cut off (p1). Replacing `label->setText(html);` with `label->setText(markdownText[i]);` in the example code can bring the rendering back to normal (p2).