diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-19 17:28:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-19 17:28:25 +0200 |
commit | 36271954aada008d4ea91df79ee4cc11b750274f (patch) | |
tree | 96ee11b3529aac891d4e9356137d52cde7697ece /framework/qmldir | |
parent | d7f4560d6143f93121ed9950531df3bb4010aa45 (diff) | |
download | kube-36271954aada008d4ea91df79ee4cc11b750274f.tar.gz kube-36271954aada008d4ea91df79ee4cc11b750274f.zip |
A texteditor that does scrolling
Something is not quite right with the sizes, but at least it works
otherwise.
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 74f8a4af..4328548b 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -23,6 +23,7 @@ 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 | TextArea 1.0 TextArea.qml |
26 | TextEditor 1.0 TextEditor.qml | ||
26 | Label 1.0 Label.qml | 27 | Label 1.0 Label.qml |
27 | View 1.0 View.qml | 28 | View 1.0 View.qml |
28 | AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml | 29 | AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml |