QLabel
QLabel is a widget that provides a text label that you can use in your application.
Example
import { QLabel } from '@vixen-js/core';
const label = new QLabel();label.setText("Hello World");
Learn more about QLabel
in: https://doc.qt.io/qt-6/qlabel.html