Style configuration for the Menu class. More...
#include <Menu.h>
Public Attributes | |
| QPixmap | shadowPixmap |
| Pixmap for the shadow shown around the Menu. | |
| Margins | shadowMargins |
| Margins for drop shadow around the Menu. | |
| QColor | backgroundColor |
| Background color for the Menu. | |
| int | radius |
| Corner radius for the Menu rect. | |
| int | horizontalMargin |
| Margin for the Menu on the horizontal directions (left, right). | |
| int | verticalMargin |
| Margin for the Menu on the vertical directions (top, bottom). | |
| int | horizontalPadding |
| Padding for the Menu on the horizontal directions (left, right). | |
| int | verticalPadding |
| Padding for the Menu on the vertical directions (top, bottom). | |
| int | subMenuOverlap |
| Amount of pixels submenus overlap with their parent Menu. | |