QDoubleSpinBox
QDoubleSpinBox is a widget that allow you to create and control double spin box widgets.
Example
import { QDoubleSpinBox } from '@vixen-js/core';
const doubleSpinBox = new QDoubleSpinBox();Learn more about QDoubleSpinBox in: https://doc.qt.io/qt-6/qdoublespinbox.html