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 --- framework/qml/ConversationView.qml | 1 + framework/qml/InlineAccountSwitcher.qml | 1 + framework/qml/MailListView.qml | 1 + 3 files changed, 3 insertions(+) (limited to 'framework') diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index c4cdea32..c8ea74ae 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml @@ -53,6 +53,7 @@ FocusScope { Kube.ConversationListView { id: listView + objectName: "listView" focus: true anchors { diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml index 746891f9..b7f69588 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml @@ -74,6 +74,7 @@ FocusScope { } Kube.FolderListView { + objectName: "folderListView" anchors { top: accountButton.bottom left: parent.left diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 074f004c..f3e6a7a6 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml @@ -109,6 +109,7 @@ FocusScope { Kube.ListView { id: listView + objectName: "listView" Layout.fillWidth: true Layout.fillHeight: true -- cgit v1.2.3