QSpinBox
QSpinBox is a widget that provides a spin box that you can use in your application.
Example
import { QSpinBox } from '@vixen-js/core';
const spinBox = new QSpinBox();Learn more about QSpinBox in: https://doc.qt.io/qt-6/qspinbox.html
QSpinBox is a widget that provides a spin box that you can use in your application.
import { QSpinBox } from '@vixen-js/core';
const spinBox = new QSpinBox();Learn more about QSpinBox in: https://doc.qt.io/qt-6/qspinbox.html