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