~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-zesty-2329

« back to all changes in this revision

Viewing changes to examples/MessageComponents.qml

  • Committer: Bileto Bot
  • Date: 2016-06-27 18:12:21 UTC
  • Revision ID: ci-train-bot@canonical.com-20160627181221-ro7l1wbboxm6h1i2
Tags: 0.8+16.10.20160627.2-0ubuntu1
Releasing 0.8+16.10.20160627.2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Authored by Andrea Cimitan <andrea.cimitan@canonical.com>
17
17
 */
18
18
 
19
 
import QtQuick 2.0
20
 
import Ubuntu.Components 1.1
 
19
import QtQuick 2.4
 
20
import Ubuntu.Components 1.3
21
21
import Ubuntu.Settings.Components 0.1
22
22
import Ubuntu.Settings.Menus 0.1
23
23
 
92
92
                    body: model.body
93
93
                    time: model.time
94
94
                    removable: true
 
95
                    replyHintText: "Reply"
95
96
 
96
97
                    onTriggered: {
97
98
                        selected = !selected;
108
109
                    body: model.body
109
110
                    time: model.time
110
111
                    removable: true
 
112
                    replyHintText: "Reply"
111
113
 
112
114
                    onTriggered: {
113
115
                        selected = !selected;