diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-10-19 14:28:08 +0200 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-10-19 14:28:08 +0200 |
commit | 6833c46a9522be3c55cefe79676293a0a571cbf5 (patch) | |
tree | 6a91b7e00cff34aec70341c24921fd9a1dd095ea /components/package/contents/ui/MailViewer.qml | |
parent | be38c2ebaa77b116028cbe34f777e3d8e5cbc776 (diff) | |
download | kube-6833c46a9522be3c55cefe79676293a0a571cbf5.tar.gz kube-6833c46a9522be3c55cefe79676293a0a571cbf5.zip |
use treemodel in qml
Diffstat (limited to 'components/package/contents/ui/MailViewer.qml')
-rw-r--r-- | components/package/contents/ui/MailViewer.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/components/package/contents/ui/MailViewer.qml b/components/package/contents/ui/MailViewer.qml index 02d84728..f8e0a33b 100644 --- a/components/package/contents/ui/MailViewer.qml +++ b/components/package/contents/ui/MailViewer.qml | |||
@@ -48,6 +48,7 @@ Item { | |||
48 | } | 48 | } |
49 | MV.MailViewer { | 49 | MV.MailViewer { |
50 | id: newMailViewer | 50 | id: newMailViewer |
51 | debug: false | ||
51 | width: rootRectangle.width | 52 | width: rootRectangle.width |
52 | } | 53 | } |
53 | Text { | 54 | Text { |
@@ -76,6 +77,11 @@ Item { | |||
76 | width: 60 | 77 | width: 60 |
77 | } | 78 | } |
78 | TableViewColumn { | 79 | TableViewColumn { |
80 | role: "securityLevel" | ||
81 | title: "SecurityLevel" | ||
82 | width: 60 | ||
83 | } | ||
84 | TableViewColumn { | ||
79 | role: "content" | 85 | role: "content" |
80 | title: "Content" | 86 | title: "Content" |
81 | width: 200 | 87 | width: 200 |