I need a Qt widget that displays plain text that scales automatically. This means when I resize the window that has this widget in its layout, font size is adjusted to the size of the widget to display the text in font as big as possible to fit in the size that layout dictates. Word wrap is a likely bonus.
I think, someone has already implemented such widget, but I couldn't google it.