NumberSlotSpinBox()¶ Description¶ Constructor of the NumberSlotSpinBox type. Syntax¶ JSnew NumberSlotSpinBox(parent: widget = null) -> NumberSlotSpinBox Return value¶ Type Description NumberSlotSpinBox Object of type NumberSlotSpinBox. Example¶ JS1 2let w = new NumberSlotSpinBox(); console.info(w); See Also Last update: 18 August 2025, 14:28