Not sure of any such function.
I guess u want to show the whole text.
Would suggest 2 solutions -
1) Use setToolTip() to display the whole text
2) Inherit QLabel and make the text scrolling. Its easy. Set a fixed no of chars to display. Now display the string - fullString.mid(ith_position,no_of_chars_to_displaY ) using a QTimer .
Hope this helps![]()
Bookmarks