Button StyleΒΆ

The QPushButton has size, border, padding, margin and font that can be selected.

To understand the make up of a QPushButton look on the Box Model tab.

_images/button-01.png

For more information on the Box Model see the Box Model

Note

The margin, border-width, and padding properties all default to zero. In that case, all four rectangles (margin, border, padding, and content) coincide exactly.