Skip to content

QLineEdit

QLineEdit is a widget that provides a text field that you can use in your application.

Example

example_lineEdit.ts
import { QLineEdit } from '@vixen-js/core';
const lineEdit = new QLineEdit();

Learn more about QLineEdit in: https://doc.qt.io/qt-6/qlineedit.html