From 654bc3e4d195fd26c3ca6711bdbda5455ea6bbf4 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Sat, 21 Jan 2017 12:21:26 +0100 Subject: initial people popup ui --- components/mail/contents/ui/main.qml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'components/mail/contents/ui') diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index 2afac750..88aabf7e 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml @@ -162,6 +162,10 @@ Controls2.ApplicationWindow { iconName: "user" height: Kirigami.Units.gridUnit * 1.5 width: height + + onClicked: { + people.open() + } } ToolButton { @@ -309,4 +313,17 @@ Controls2.ApplicationWindow { } } //END Search + + //BEGIN People + KubeComponents.People { + id: people + + height: app.height * 0.85 + width: app.width * 0.85 + + x: app.width * 0.075 + y: app.height * 0.075 + + } + //END People } -- cgit v1.2.3