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

Style configuration for the ComboBox class. More...

#include <ComboBox.h>

Public Attributes

QColor placeHolderTextColor
 Color for the placeholder text that is shown when no value is selected.
 
QColor framelessTextColor
 Default text color.
 
QString errorImage
 Path to the icon. Svg images recommended.
 
QSize errorImageSize
 Size of the error image. Size must be proportional to the image's ratio.
 
int errorImageSpacing
 Spacing around the error image in pixels.
 
int itemPadding
 Total horizontal padding (left + right) of items in the dropdown, in pixels.
 
int leftAdjust
 Adjust the left position of the dropdown, in pixels.
 

Detailed Description

Style configuration for the ComboBox class.


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