Skip to content

QDoubleSpinBox()

Description

Constructor of the QDoubleSpinBox type.

Syntax

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

Return value

Type Description
QDoubleSpinBox Object of type QDoubleSpinBox.

Example

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

See Also

Last update: 18 August 2025, 15:25