Skip to content

TextArea

Fluent styled TextArea.

import QtQuick.Controls.QWinUI3 · src/style/QWinUI3/TextArea.qml

Category: Styled controls · Library: v2.80

← Component index

Gallery: TextAreasrc/gallery/pages/TextAreaPage.qml

Example

TextArea {
    id: area
    placeholderText: qsTr("Notes")
    wrapMode: TextEdit.Wrap
}

Notes

Style-only Fluent chrome for Qt Quick Controls TextArea. Public API is the Qt Quick Controls TextArea type; this file supplies visuals/metrics only.

API

Properties

Name Type Description
hasError bool Form validation error (2.66 M3)
appearance string Visual variant: filled | outline | "" (filled default — 2.66 A2/M3)

Signals

No custom signals (use inherited signals from the base type).

Methods

No custom methods (use inherited methods from the base type).


Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.