diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-05-17 13:43:57 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-05-17 13:43:57 +0200 |
commit | 3dfcc1ae7973d1dbbd2dfa6c10d14548815ad7de (patch) | |
tree | 2d96ab2f0842f095fdb08b0faef128ec247f6ef1 /framework/qmldir | |
parent | 8dce5968d395ef362fd554ed5131d14900470a67 (diff) | |
download | kube-3dfcc1ae7973d1dbbd2dfa6c10d14548815ad7de.tar.gz kube-3dfcc1ae7973d1dbbd2dfa6c10d14548815ad7de.zip |
initial Kube.TextArea
Diffstat (limited to 'framework/qmldir')
-rw-r--r-- | framework/qmldir | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qmldir b/framework/qmldir index a5184771..1265b68c 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -22,6 +22,7 @@ StatusBar 1.0 StatusBar.qml | |||
22 | ComboBox 1.0 ComboBox.qml | 22 | ComboBox 1.0 ComboBox.qml |
23 | PositiveButton 1.0 PositiveButton.qml | 23 | PositiveButton 1.0 PositiveButton.qml |
24 | TextField 1.0 TextField.qml | 24 | TextField 1.0 TextField.qml |
25 | TextArea 1.0 TextArea.qml | ||
25 | Label 1.0 Label.qml | 26 | Label 1.0 Label.qml |
26 | View 1.0 View.qml | 27 | View 1.0 View.qml |
27 | AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml | 28 | AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml |