From 89231902b7fa7d8c9143ebc775dc25013294f6a4 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 11 Jan 2018 14:39:57 +0100 Subject: More conversationview testing --- views/conversation/qml/View.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'views/conversation/qml/View.qml') diff --git a/views/conversation/qml/View.qml b/views/conversation/qml/View.qml index 8b2b0caf..7f1c78bb 100644 --- a/views/conversation/qml/View.qml +++ b/views/conversation/qml/View.qml @@ -35,6 +35,7 @@ FocusScope { Kube.PositiveButton { id: newMailButton + objectName: "newMailButton" anchors { top: parent.top @@ -104,6 +105,7 @@ FocusScope { Kube.MailListView { id: mailListView + objectName: "mailListView" anchors.fill: parent activeFocusOnTab: true Layout.minimumWidth: Kube.Units.gridUnit * 10 @@ -112,6 +114,7 @@ FocusScope { Kube.ConversationView { id: mailView + objectName: "mailView" Layout.fillWidth: true Layout.fillHeight: parent.height activeFocusOnTab: true -- cgit v1.2.3