I have a QPushButton with an Icon. By default the Icon is placed to the left of the button text like this:
Using a QToolButton I can achieve the desired behavior with: button.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextUnderIcon)
is there a similar straightforward approach to do this for a QPushButton?