diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-10 16:26:46 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-11 10:32:38 +0200 |
commit | 03fd92efdb0407b34beee13a0d2f4888b4397916 (patch) | |
tree | d24f57edc3489b531984c8f07e8ba2f4680a5e67 /framework/qmldir | |
parent | 24cd706a39ac50c77dd9b88f50b8197bb2013173 (diff) | |
download | kube-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/qmldir | 2 |
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 | |||
22 | PositiveButton 1.0 PositiveButton.qml | 22 | PositiveButton 1.0 PositiveButton.qml |
23 | TextField 1.0 TextField.qml | 23 | TextField 1.0 TextField.qml |
24 | Label 1.0 Label.qml | 24 | Label 1.0 Label.qml |
25 | View 1.0 View.qml | ||
26 | AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml | ||
25 | singleton Messages 1.0 Messages.qml | 27 | singleton Messages 1.0 Messages.qml |
26 | singleton Colors 1.0 Colors.qml | 28 | singleton Colors 1.0 Colors.qml |
27 | singleton Icons 1.0 Icons.qml | 29 | singleton Icons 1.0 Icons.qml |