From d3addd8b9988d4e313b40b09588025097049944a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 2 May 2017 14:28:03 +0200 Subject: The people view is now its own view. --- components/kube/contents/ui/Kube.qml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'components') diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 7b6c9a83..bf7d987a 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml @@ -129,7 +129,7 @@ Controls2.ApplicationWindow { iconName: Kube.Icons.mail_inverted onClicked: { - //TODO + kubeViews.currentIndex = 0 } } @@ -137,7 +137,7 @@ Controls2.ApplicationWindow { iconName: Kube.Icons.user_inverted onClicked: { - people.open() + kubeViews.currentIndex = 1 } } } @@ -246,19 +246,4 @@ Controls2.ApplicationWindow { } } //END Search - - //BEGIN People - Kube.Popup { - id: people - height: app.height * 0.85 - width: app.width * 0.85 - - x: app.width * 0.075 - y: app.height * 0.075 - - Kube.People { - anchors.fill: parent - } - } - //END People } -- cgit v1.2.3