Skip to content

QSlider

QSlider is a widget that provides a slider that you can use in your application.

Example

example_slider.ts
import { QSlider } from '@vixen-js/core';
const slider = new QSlider();

Learn more about QSlider in: https://doc.qt.io/qt-6/qslider.html