Reputation: 1329
I want to align text along the bottom of a button and an icon above it, like these buttons in Qt:
How do I do that? (Not using the \n character because that makes it look sloppy)
Upvotes: 1
Views: 882
Reputation: 6181
Use a QToolButton
and set toolButtonStyle
property to ToolButtonTextUnderIcon
Upvotes: 2