Specific QPushButton style
问题 How can I customize the look of a QPushButton or QToolButton to look something like elementaryos's webpage "buttons"? All I really want is the characteristic image position and the text on it's side, maybe if i'm lucky i can also get a border like that, but i don't really need the little description below the title :) Can i do it only with StyleSheets, or do i have to subclass QPushButton/QAbstractButton/Something like that? I already searched everywhere but didn't found that level of