Quote Originally Posted by forgottenduck View Post
I've had a few issues with word wrapping in my current project. Basically I have a bunch of labels with input widgets in a QGridLayout, and some of the descriptive labels are pretty verbose.
You should keep the label minimal and provide a verbose description using tool tips.

There is a known issue which caused my labels to not set the correct height and some of the text would be cut off.
What issue is that?

Note: the vertical policy must be minimum.
The policy should rather be Fixed.