From 0a3f6f27868a6eaa15d27cfe5be303292737b562 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 7 Apr 2013 04:19:54 +0200 Subject: add categories for forum view --- qml/ForumPage.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'qml') diff --git a/qml/ForumPage.qml b/qml/ForumPage.qml index 6c21742..e2e263f 100644 --- a/qml/ForumPage.qml +++ b/qml/ForumPage.qml @@ -53,6 +53,14 @@ Page { board: forumPage.board forumId: forumPage.forumId } + + section.property: "humanDate" + section.criteria: ViewSection.FullString + section.delegate: GroupHeader { + width: parent.width + text: section + } + delegate: EmptyListDelegate { id: topicItem -- cgit v1.2.3