Inherits QSpinBox.
|
void | valueChangeBegan () |
| Triggered when the value begins changing, for example when the control starts being dragged.
|
|
void | valueChangeEnded () |
| Triggered when the value stops changing, for example when the control is released.
|
|
void | globalUndoTriggered () |
| Triggered when the global undo key sequence is pressed by the user while this control is focused.
|
|
void | globalRedoTriggered () |
| Triggered when the global redo key sequence is pressed by the user while this control is focused.
|
|
void | cutTriggered () |
| Triggered when the Cut key sequence is pressed by the user while this control is focused.
|
|
void | copyTriggered () |
| Triggered when the Copy key sequence is pressed by the user while this control is focused.
|
|
void | pasteTriggered () |
| Triggered when the Paste key sequence is pressed by the user while this control is focused.
|
|
void | deleteTriggered () |
| Triggered when the Delete key sequence is pressed by the user while this control is focused.
|
|
void | contextMenuAboutToShow (QMenu *menu, QAction *undoAction, QAction *redoAction) |
|
|
static AZ_POP_DISABLE_WARNING void | initializeWatcher () |
|
static void | uninitializeWatcher () |
|
static bool | drawSpinBox (const QProxyStyle *style, const QStyleOption *option, QPainter *painter, const QWidget *widget, const Config &config) |
|
static QRect | editFieldRect (const QProxyStyle *style, const QStyleOptionComplex *option, const QWidget *widget, const Config &config) |
|
static bool | polish (QProxyStyle *style, QWidget *widget, const Config &config) |
|
static bool | unpolish (QProxyStyle *style, QWidget *widget, const Config &config) |
|
static void | setButtonSymbolsForStyle (QAbstractSpinBox *spinBox) |
|
Control for integer number selection. Supports value editing via direct input, dragging, mouse scrollwheel and UI arrows.