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

Style configuration for the SpinBox class. More...

#include <SpinBox.h>

Public Attributes

int pixelsPerStep
 The distance the cursor needs to be dragged to increase the value one step, in pixels.
 
QCursor scrollCursor
 Default mouse cursor used on hover in draggable areas. Must be an svg file.
 
QCursor scrollCursorLeft
 Mouse cursor used when dragging to the left. Must be an svg file.
 
QCursor scrollCursorLeftMax
 Mouse cursor used when dragging to the left and the value hit the minimum. Must be an svg file.
 
QCursor scrollCursorRight
 Mouse cursor used when dragging to the right. Must be an svg file.
 
QCursor scrollCursorRightMax
 Mouse cursor used when dragging to the right and the value hit the maximum. Must be an svg file.
 
int labelSize
 Default label size. Used in derived classes like VectorInput.
 
bool autoSelectAllOnClickFocus
 Select the full value when the control is focused.
 

Detailed Description

Style configuration for the SpinBox class.


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