TextArea.qml: Add backgroundVisible property (http://qt-project.org/doc/qt-5/qml-qtquick-controls-textarea.html#backgroundVisible-prop) so it will be possible to use this componenet to write Notes plasmoid.

Signed-off-by: Davide Bettio <bettio@kde.org>
This commit is contained in:
Davide Bettio 2014-04-22 11:35:55 +02:00
parent 16ea0c68f6
commit ac1e50d3aa
No known key found for this signature in database
GPG Key ID: 89B727A19263B1C8

View File

@ -52,6 +52,14 @@ Item {
*/
property bool errorHighlight
/**
* type:bool
* Displays widget background
*
* The default value is true.
*/
property alias backgroundVisible: base.visible
/**
* type:int
* Current cursor position.