summaryrefslogtreecommitdiff
path: root/qml
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-07 04:19:54 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-07 04:19:54 +0200
commit0a3f6f27868a6eaa15d27cfe5be303292737b562 (patch)
treeeca52784e4ad518e3fbeaa0afb104878a1217496 /qml
parent564f185e62e85fbd1662e9da06abbd853bab7266 (diff)
downloadtapasboard-0a3f6f27868a6eaa15d27cfe5be303292737b562.tar.gz
tapasboard-0a3f6f27868a6eaa15d27cfe5be303292737b562.zip
add categories for forum view
Diffstat (limited to 'qml')
-rw-r--r--qml/ForumPage.qml8
1 files changed, 8 insertions, 0 deletions
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