Skip to content

QSpinBox

QSpinBox is a widget that provides a spin box that you can use in your application.

Example

example_spinBox.ts
import { QSpinBox } from '@vixen-js/core';
const spinBox = new QSpinBox();

Learn more about QSpinBox in: https://doc.qt.io/qt-6/qspinbox.html