~nick-dedekind/unity8/side-stage-redesign-tutorial

« back to all changes in this revision

Viewing changes to tests/qmltests/Notifications/tst_SwipeToAct.qml

  • Committer: Nick Dedekind
  • Date: 2015-12-14 18:06:18 UTC
  • mfrom: (1998.1.101 unity8)
  • Revision ID: nick.dedekind@canonical.com-20151214180618-men18zbauv1r153m
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                hints: {"x-canonical-snap-decisions-swipe": "true"},
73
73
                summary: "Incoming call",
74
74
                body: "Frank Zappa\n+44 (0)7736 027340",
75
 
                icon: "../graphics/avatars/amanda.png",
 
75
                icon: "../../tests/graphics/avatars/amanda.png",
76
76
                secondaryIcon: "incoming-call",
77
77
                actions: [{ id: "ok_id", label: "Ok"},
78
78
                    { id: "cancel_id", label: "Cancel"},
182
182
                    hints: {"x-canonical-snap-decisions-swipe": "true"},
183
183
                    summary: "Incoming call",
184
184
                    body: "Frank Zappa\n+44 (0)7736 027340",
185
 
                    icon: "../graphics/avatars/amanda.png",
186
 
                    secondaryIcon: "../graphics/applicationIcons/facebook.png",
 
185
                    icon: "../../tests/graphics/avatars/amanda.png",
 
186
                    secondaryIcon: "../../tests/graphics/applicationIcons/facebook.png",
187
187
                    actions: myActionModel,
188
188
                    summaryVisible: true,
189
189
                    bodyVisible: true,
201
201
                    hints: {"x-canonical-snap-decisions-swipe": "true"},
202
202
                    summary: "Incoming call",
203
203
                    body: "Bro Coly\n+49 (0)221 426973",
204
 
                    icon: "../graphics/avatars/funky.png",
205
 
                    secondaryIcon: "../graphics/applicationIcons/facebook.png",
 
204
                    icon: "../../tests/graphics/avatars/funky.png",
 
205
                    secondaryIcon: "../../tests/graphics/applicationIcons/facebook.png",
206
206
                    actions: myActionModel,
207
207
                    summaryVisible: true,
208
208
                    bodyVisible: true,