Skip to content

QLCDNumber

QLCDNumber is a widget that provides a LCD-Like number digits that you can use in your application.

Example

example_lcd.ts
import { QLCDNumber } from '@vixen-js/core';
const lcd = new QLCDNumber();

Learn more about QLCDNumber in: https://doc.qt.io/qt-6/qlcdnumber.html