diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 18:39:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 18:39:51 +0200 |
commit | 2e0fbe4ba93fda2f90d4ddef56c35ab6ab9c3f0e (patch) | |
tree | 4b787ad28211312fb7f9c5c2ff03c60f701aab5c /framework/qmldir | |
parent | bdd54743c254ce6b8b4cfb04622323701a86dd04 (diff) | |
download | kube-2e0fbe4ba93fda2f90d4ddef56c35ab6ab9c3f0e.tar.gz kube-2e0fbe4ba93fda2f90d4ddef56c35ab6ab9c3f0e.zip |
GridView based people view.
This enables keyboard navigation.
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 a23e2475..748547fb 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -33,6 +33,7 @@ AutocompleteLineEdit 1.0 AutocompleteLineEdit.qml | |||
33 | AttachmentDelegate 1.0 AttachmentDelegate.qml | 33 | AttachmentDelegate 1.0 AttachmentDelegate.qml |
34 | ListView 1.0 ListView.qml | 34 | ListView 1.0 ListView.qml |
35 | TreeView 1.0 TreeView.qml | 35 | TreeView 1.0 TreeView.qml |
36 | GridView 1.0 GridView.qml | ||
36 | ScrollHelper 1.0 ScrollHelper.qml | 37 | ScrollHelper 1.0 ScrollHelper.qml |
37 | singleton Messages 1.0 Messages.qml | 38 | singleton Messages 1.0 Messages.qml |
38 | singleton Colors 1.0 Colors.qml | 39 | singleton Colors 1.0 Colors.qml |