I'd like to make QPushButton word wrap and expand it's height instead of expanding width. How can I do that?
QPushButton
Use a QToolButton instead of a QPushButton. QToolButton can use multiline text and QToolButton's size is easier to control than the size of a QPushButton.
1.4m articles
1.4m replys
5 comments
57.0k users