Qt 6.11 is out! See what's new in the release
blog
What happened to "Qt:TextWordBreak"?
General and Desktop
3
Posts
2
Posters
1.9k
Views
1
Watching
-
It's in the documentation, but codewise, seems like it doesn't exist.
I am trying to use "MyLabel->fontMetrics().size" to find out the size of a certain text in a label. the label is multi-line with word wrapping. I'd like to find out the size (mainly height) of the outcome text in the current font.