Skip to content

QTextEdit

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

Example

example_textEdit.ts
import { QTextEdit } from '@vixen-js/core';
const textEdit = new QTextEdit();

Learn more about QTextEdit in: https://doc.qt.io/qt-6/qtextedit.html