Skip to content

QDoubleSpinBox

QDoubleSpinBox is a widget that allow you to create and control double spin box widgets.

Example

example_doubleSpinBox.ts
import { QDoubleSpinBox } from '@vixen-js/core';
const doubleSpinBox = new QDoubleSpinBox();

Learn more about QDoubleSpinBox in: https://doc.qt.io/qt-6/qdoublespinbox.html