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