Did you try using stylesheets?
Gosh, why I forget that part
Qt Code:
setStyleSheet( "QPushButton {" "text-align:left;" "}" "QToolButton {" "text-align:left;" "}" );To copy to clipboard, switch view to plain text mode
Work in QPushButton, but in QToolButton not![]()
Bookmarks