Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15
-
None
Description
QLabel rendering is broken in Qt5 (5.15) when setWordWrap() is set to true. See the sample application, that creates the simplest QFormLayout with QLabels. In many cases (use the data from the attached data.txt file), the layout sizeHint() is completely different from what is rendered leading to cut off texts.
On Qt6 (6.4) the rendering/layout works fine.