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::Card::Config Struct Reference

Style configuration for the Card class. More...

#include <Card.h>

Public Attributes

int toolTipPaddingInPixels
 Padding for tooltips in pixels. All directions get the same padding.
 
int headerIconSizeInPixels
 Size of the icon in pixels. Icons must be square.
 
int rootLayoutSpacing
 Spacing value for the main layout of the card. All directions get the same spacing.
 
QString warningIcon
 Path to the icon. Svg images recommended.
 
QSize warningIconSize
 Size of the warning icon. Size must be proportional to the icon's ratio.
 
qreal disabledIconAlpha
 Alpha value for disabled icons. Must be a value between 0.0 and 1.0.
 

Detailed Description

Style configuration for the Card class.


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