The system integrated component is TextArea

this will give graphical styling and behavior

Signed-off-by: Marco Martin <notmart@gmail.com>
This commit is contained in:
Marco Martin 2015-11-30 01:17:43 +01:00 committed by Sebastian Kügler
parent 0926776877
commit fd3bb4a84d

View file

@ -155,7 +155,7 @@ MobileComponents.Page {
Layout.alignment: Qt.AlignRight
text: "Notes:"
}
TextEdit{
TextArea {
id: txtNotes
text: notes
focus: true