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

Style configuration for the ToolButton class. More...

#include <ToolButton.h>

Public Attributes

int buttonIconSize
 The default size of button icons in pixels.
 
int defaultButtonMargin
 Margin around ToolButton controls, in pixels. All directions get the same margin.
 
int menuIndicatorWidth
 Width of the menu indicator arrow in pixels.
 
QColor checkedStateBackgroundColor
 Background color for checkable ToolButtons set to the checked state.
 
QString menuIndicatorIcon
 Path to the indicator icon. Svg images recommended.
 
QSize menuIndicatorIconSize
 Size of the indicator icon. Size must be proportional to the icon's ratio.
 

Detailed Description

Style configuration for the ToolButton class.


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