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:
parent
16ea0c68f6
commit
ac1e50d3aa
@ -52,6 +52,14 @@ Item {
|
|||||||
*/
|
*/
|
||||||
property bool errorHighlight
|
property bool errorHighlight
|
||||||
|
|
||||||
|
/**
|
||||||
|
* type:bool
|
||||||
|
* Displays widget background
|
||||||
|
*
|
||||||
|
* The default value is true.
|
||||||
|
*/
|
||||||
|
property alias backgroundVisible: base.visible
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* type:int
|
* type:int
|
||||||
* Current cursor position.
|
* Current cursor position.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user