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. | |