Skip to content

QProgressBar

QProgressBar is a widget that provides a progress bar that you can use in your application.

Example

example_progressBar.ts
import { QProgressBar } from '@vixen-js/core';
const progressBar = new QProgressBar();

Learn more about QProgressBar in: https://doc.qt.io/qt-6/qprogressbar.html