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.