Skip to content

NumberSlotSpinBox()

Description

Constructor of the NumberSlotSpinBox type.

Syntax

JS
new NumberSlotSpinBox(parent: widget = null) -> NumberSlotSpinBox

Return value

Type Description
NumberSlotSpinBox Object of type NumberSlotSpinBox.

Example

JS
let w = new NumberSlotSpinBox();
console.info(w);

See Also

Last update: 18 August 2025, 14:28