diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-22 10:46:38 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-22 10:46:38 +0200 |
commit | 6f4aff0a9b20b7564b43445d2c9a4d9f2561da4c (patch) | |
tree | d739ee5a616213e43330f0bafab0dde2fbf178c0 /components/mail/contents | |
parent | 76c5125052cb7deb116fbdf453e5512b6d79ca4b (diff) | |
download | kube-6f4aff0a9b20b7564b43445d2c9a4d9f2561da4c.tar.gz kube-6f4aff0a9b20b7564b43445d2c9a4d9f2561da4c.zip |
initial outbox component
Diffstat (limited to 'components/mail/contents')
-rw-r--r-- | components/mail/contents/ui/main.qml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index fdae00dc..22ff50a0 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml | |||
@@ -225,16 +225,19 @@ ApplicationWindow { | |||
225 | } | 225 | } |
226 | } | 226 | } |
227 | 227 | ||
228 | ToolButton { | 228 | Button { |
229 | id: newMailButton | 229 | id: newMailButton |
230 | 230 | ||
231 | iconName: "mail-message-new" | 231 | //iconName: "mail-message-new" |
232 | text: "Compose" | 232 | text: "New Email" |
233 | tooltip: "compose new email" | 233 | tooltip: "compose new email" |
234 | onClicked: { | 234 | onClicked: { |
235 | composerComponent.createObject(app) | 235 | composerComponent.createObject(app) |
236 | } | 236 | } |
237 | } | 237 | } |
238 | |||
239 | KubeComponents.Outbox { | ||
240 | } | ||
238 | /* | 241 | /* |
239 | ToolButton { | 242 | ToolButton { |
240 | iconName: "mail-message-reply" | 243 | iconName: "mail-message-reply" |