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