CSTextArea QML Type

Display an editable multiline text. More...

Import Statement: import CSDataQuick.Components 1.0
Inherits:

CSControl

Properties

Detailed Description

It can be used to edit a multiline text. The CSData object could be of char array type. To confirm the changes, use the Apply context menu.

 CSTextArea {
    width: 100
    height: 80
    source: 'wavec'
}

Property Documentation

font : font

This property holds the font group property used to display the text