summaryrefslogtreecommitdiffstats
path: root/framework/qmldir
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-10 16:26:46 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-11 10:32:38 +0200
commit03fd92efdb0407b34beee13a0d2f4888b4397916 (patch)
treed24f57edc3489b531984c8f07e8ba2f4680a5e67 /framework/qmldir
parent24cd706a39ac50c77dd9b88f50b8197bb2013173 (diff)
downloadkube-03fd92efdb0407b34beee13a0d2f4888b4397916.tar.gz
kube-03fd92efdb0407b34beee13a0d2f4888b4397916.zip
A new composer based on Kube.View
Kube.View is a sort of split-view that always only shows a fixed number of splits (and doesn't support manual resizing).
Diffstat (limited to 'framework/qmldir')
-rw-r--r--framework/qmldir2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qmldir b/framework/qmldir
index 8b0c52ac..2060a920 100644
--- a/framework/qmldir
+++ b/framework/qmldir
@@ -22,6 +22,8 @@ ComboBox 1.0 ComboBox.qml
22PositiveButton 1.0 PositiveButton.qml 22PositiveButton 1.0 PositiveButton.qml
23TextField 1.0 TextField.qml 23TextField 1.0 TextField.qml
24Label 1.0 Label.qml 24Label 1.0 Label.qml
25View 1.0 View.qml
26AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml
25singleton Messages 1.0 Messages.qml 27singleton Messages 1.0 Messages.qml
26singleton Colors 1.0 Colors.qml 28singleton Colors 1.0 Colors.qml
27singleton Icons 1.0 Icons.qml 29singleton Icons 1.0 Icons.qml