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