Open 3D Engine AzQtComponents API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzQtComponents::Menu::Config Struct Reference

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.
 

Detailed Description

Style configuration for the Menu class.


The documentation for this struct was generated from the following file: