标签: c++ qt button text icons
我想对齐按钮底部的文本和它上面的图标,就像Qt中的这些按钮一样:
我该怎么做? (不使用\ n字符,因为这使它看起来很草率)
答案 0 :(得分:2)
使用QToolButton并将toolButtonStyle属性设置为ToolButtonTextUnderIcon
QToolButton
toolButtonStyle
ToolButtonTextUnderIcon