How to add some padding between QPushButton's boundary and its inner text?
General and Desktop
6
Posts
3
Posters
3.0k
Views
1
Watching
-
Longer strings don't look too good in a QPushButton, because there's no spacing between the text and button's frame, i. e. the text is placed tightly within the button. Is there a way to add some padding?
-
I actually haven't, totally forgot about CSS styling possibility. Thank you.
-
Is there any way to set a stylesheet in Qt Designer? So that I could see the actual UI in design time?