From 0c91d01eb26793e745138c4598cf15d9a21c0136 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 21 Mar 2017 12:11:49 +0100 Subject: Filtering for maillistmodel and peoplemodel Works surprisingly well and is very useful for testing. The searchbar in the maillistmodel is a temporary solution as the global searchbar has some usability issues. E.g. how do we reset the search? As an intermediate step we could just hide the searchbar and make it visible by clicking on the search button. --- components/mail/contents/ui/Mail.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/mail') diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index 1ae4062d..c5078877 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml @@ -395,6 +395,7 @@ Controls2.ApplicationWindow { anchors.fill: parent Controls2.TextField { + id: searchField Layout.fillWidth: true placeholderText: "Search... is not available in this beta" } -- cgit v1.2.3