Quote Originally Posted by SiLiZiUMM View Post
Is it possible to control the text alignment (horizontal & vertical) on a QPushButton using stylesheets
To me it looks like it's not possible.

or do I have to subclass QAbstractButton and make my own?
I think you could subclass QPushButton instead of QAbstractButton. This will save you from quite a bit of work. All you need is a bit different rendering so it could be done in reimplemented paintEvent().