When I create a QPushButton with an Icon it by default displays the text to the right of the icon. Is there a way to have the text display underneath the icon?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you're able to, the easiest thing to do is use a QToolButton instead:
If that's not an option you could consider creating your own button widget, possibly derived from QPushButton or QAbstractButton. In this case you'll probably (I haven't tried it myself) want to focus most of your efforts on reimplementing [Edit: read the comments for alternatives which are probably way simpler than this] |
|||||||||
|
|
Use Qt Creator, and in the right side bottom pane, you will see an option ' |
|||
|
|
|
|||
|
|