Skip to content

QLabel

QLabel is a widget that provides a text label that you can use in your application.

Example

example_label.ts
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