SpinBox

    Numerical input text field.

    SpinBox is a numerical input text field. It allows entering integers and floats.

    Example:

    See class for more options over the SpinBox.

    Properties

    voidapply ( )
    get_line_edit ( )

    Theme Properties

    • align
    Default
    Setterset_align(value)
    Getterget_align()

    Sets the text alignment of the SpinBox.


    If true, the SpinBox will be editable. Otherwise, it will be read only.


    Default“”
    Setterset_prefix(value)
    Getterget_prefix()

    • suffix

    Adds the specified suffix string after the numerical value of the SpinBox.

    Method Descriptions

    • void apply ( )

    Applies the current value of this SpinBox.


    Returns the LineEdit instance from this . You can use it to access properties and methods of .