~nick-dedekind/unity/phablet-greeter-indicators

« back to all changes in this revision

Viewing changes to Dash/People/PeopleData.qml

  • Committer: Michał Sawicz
  • Date: 2012-11-30 18:39:54 UTC
  • mto: (160.1.1 add-people-preview)
  • mto: This revision was merged to the branch mainline in revision 161.
  • Revision ID: michal.sawicz@canonical.com-20121130183954-3f3f61geaw2h00hy
move all People content into Dash/People

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    id: listModel
5
5
 
6
6
    ListElement {
7
 
        avatar: "../graphics/people/avatar1.png"
8
 
        status: "../graphics/people/icon_online.png"
9
 
        social: "../graphics/people/icon_twitter.png"
10
 
        name: "Anna Olson"
11
 
        text: "Anyone up for ice skating tonight?"
12
 
        category: "Favourites"
13
 
    }
14
 
    ListElement {
15
 
        avatar: "../graphics/people/avatar2.png"
16
 
        status: "../graphics/people/icon_online.png"
17
 
        social: "../graphics/people/icon_facebook.png"
18
 
        name: "Julia Santos da Silva"
19
 
        text: "Reading emails in the cafe and people watching. LOL!"
20
 
        category: "Favourites"
21
 
    }
22
 
    ListElement {
23
 
        avatar: "../graphics/people/avatar3.png"
24
 
        status: "../graphics/people/icon_offline.png"
25
 
        social: "../graphics/people/icon_twitter.png"
26
 
        name: "Aaron Kleinberg"
27
 
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
28
 
        category: "Favourites"
29
 
    }
30
 
    ListElement {
31
 
        avatar: "../graphics/people/avatar1.png"
32
 
        status: "../graphics/people/icon_online.png"
33
 
        social: "../graphics/people/icon_twitter.png"
34
 
        name: "Anna Olson"
35
 
        text: "Anyone up for ice skating tonight?"
36
 
        category: "Favourites"
37
 
    }
38
 
    ListElement {
39
 
        avatar: "../graphics/people/avatar2.png"
40
 
        status: "../graphics/people/icon_online.png"
41
 
        social: "../graphics/people/icon_facebook.png"
42
 
        name: "Julia Santos da Silva"
43
 
        text: "Reading emails in the cafe and people watching. LOL!"
44
 
        category: "Favourites"
45
 
    }
46
 
    ListElement {
47
 
        avatar: "../graphics/people/avatar3.png"
48
 
        status: "../graphics/people/icon_offline.png"
49
 
        social: "../graphics/people/icon_twitter.png"
50
 
        name: "Aaron Kleinberg"
51
 
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
52
 
        category: "Favourites"
53
 
    }
54
 
    ListElement {
55
 
        avatar: "../graphics/people/avatar1.png"
56
 
        status: "../graphics/people/icon_online.png"
57
 
        social: "../graphics/people/icon_twitter.png"
58
 
        name: "Anna Olson"
59
 
        text: "Anyone up for ice skating tonight?"
60
 
        category: "Favourites"
61
 
    }
62
 
    ListElement {
63
 
        avatar: "../graphics/people/avatar2.png"
64
 
        status: "../graphics/people/icon_online.png"
65
 
        social: "../graphics/people/icon_facebook.png"
66
 
        name: "Julia Santos da Silva"
67
 
        text: "Reading emails in the cafe and people watching. LOL!"
68
 
        category: "Favourites"
69
 
    }
70
 
    ListElement {
71
 
        avatar: "../graphics/people/avatar3.png"
72
 
        status: "../graphics/people/icon_offline.png"
73
 
        social: "../graphics/people/icon_twitter.png"
74
 
        name: "Aaron Kleinberg"
75
 
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
76
 
        category: "Favourites"
77
 
    }
78
 
    ListElement {
79
 
        avatar: "../graphics/people/avatar4.png"
80
 
        status: "../graphics/people/icon_offline.png"
81
 
        social: "../graphics/people/icon_twitter.png"
82
 
        name: "Toomas Vilms"
83
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
84
 
        category: "Recently contacted"
85
 
    }
86
 
    ListElement {
87
 
        avatar: "../graphics/people/avatar5.png"
88
 
        status: "../graphics/people/icon_online.png"
89
 
        social: "../graphics/people/icon_twitter.png"
90
 
        name: "Michal Kwiatkowski"
91
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
92
 
        category: "Recently contacted"
93
 
    }
94
 
    ListElement {
95
 
        avatar: "../graphics/people/avatar4.png"
96
 
        status: "../graphics/people/icon_offline.png"
97
 
        social: "../graphics/people/icon_twitter.png"
98
 
        name: "Toomas Vilms"
99
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
100
 
        category: "Recently contacted"
101
 
    }
102
 
    ListElement {
103
 
        avatar: "../graphics/people/avatar5.png"
104
 
        status: "../graphics/people/icon_online.png"
105
 
        social: "../graphics/people/icon_twitter.png"
106
 
        name: "Michal Kwiatkowski"
107
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
108
 
        category: "Recently contacted"
109
 
    }
110
 
    ListElement {
111
 
        avatar: "../graphics/people/avatar4.png"
112
 
        status: "../graphics/people/icon_offline.png"
113
 
        social: "../graphics/people/icon_twitter.png"
114
 
        name: "Toomas Vilms"
115
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
116
 
        category: "Recently contacted"
117
 
    }
118
 
    ListElement {
119
 
        avatar: "../graphics/people/avatar5.png"
120
 
        status: "../graphics/people/icon_online.png"
121
 
        social: "../graphics/people/icon_twitter.png"
122
 
        name: "Michal Kwiatkowski"
123
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
124
 
        category: "Recently contacted"
125
 
    }
126
 
    ListElement {
127
 
        avatar: "../graphics/people/avatar4.png"
128
 
        status: "../graphics/people/icon_offline.png"
129
 
        social: "../graphics/people/icon_twitter.png"
130
 
        name: "Toomas Vilms"
131
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
132
 
        category: "Recently contacted"
133
 
    }
134
 
    ListElement {
135
 
        avatar: "../graphics/people/avatar5.png"
136
 
        status: "../graphics/people/icon_online.png"
137
 
        social: "../graphics/people/icon_twitter.png"
138
 
        name: "Michal Kwiatkowski"
139
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
140
 
        category: "Recently contacted"
141
 
    }
142
 
    ListElement {
143
 
        avatar: "../graphics/people/avatar1.png"
144
 
        status: "../graphics/people/icon_online.png"
145
 
        social: "../graphics/people/icon_twitter.png"
146
 
        name: "Anna Olson"
147
 
        text: "Anyone up for ice skating tonight?"
148
 
        category: "Favourites"
149
 
    }
150
 
    ListElement {
151
 
        avatar: "../graphics/people/avatar2.png"
152
 
        status: "../graphics/people/icon_online.png"
153
 
        social: "../graphics/people/icon_facebook.png"
154
 
        name: "Julia Santos da Silva"
155
 
        text: "Reading emails in the cafe and people watching. LOL!"
156
 
        category: "Favourites"
157
 
    }
158
 
    ListElement {
159
 
        avatar: "../graphics/people/avatar3.png"
160
 
        status: "../graphics/people/icon_offline.png"
161
 
        social: "../graphics/people/icon_twitter.png"
162
 
        name: "Aaron Kleinberg"
163
 
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
164
 
        category: "Favourites"
165
 
    }
166
 
    ListElement {
167
 
        avatar: "../graphics/people/avatar1.png"
168
 
        status: "../graphics/people/icon_online.png"
169
 
        social: "../graphics/people/icon_twitter.png"
170
 
        name: "Anna Olson"
171
 
        text: "Anyone up for ice skating tonight?"
172
 
        category: "Favourites"
173
 
    }
174
 
    ListElement {
175
 
        avatar: "../graphics/people/avatar2.png"
176
 
        status: "../graphics/people/icon_online.png"
177
 
        social: "../graphics/people/icon_facebook.png"
178
 
        name: "Julia Santos da Silva"
179
 
        text: "Reading emails in the cafe and people watching. LOL!"
180
 
        category: "Favourites"
181
 
    }
182
 
    ListElement {
183
 
        avatar: "../graphics/people/avatar3.png"
184
 
        status: "../graphics/people/icon_offline.png"
185
 
        social: "../graphics/people/icon_twitter.png"
186
 
        name: "Aaron Kleinberg"
187
 
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
188
 
        category: "Favourites"
189
 
    }
190
 
    ListElement {
191
 
        avatar: "../graphics/people/avatar1.png"
192
 
        status: "../graphics/people/icon_online.png"
193
 
        social: "../graphics/people/icon_twitter.png"
194
 
        name: "Anna Olson"
195
 
        text: "Anyone up for ice skating tonight?"
196
 
        category: "Favourites"
197
 
    }
198
 
    ListElement {
199
 
        avatar: "../graphics/people/avatar2.png"
200
 
        status: "../graphics/people/icon_online.png"
201
 
        social: "../graphics/people/icon_facebook.png"
202
 
        name: "Julia Santos da Silva"
203
 
        text: "Reading emails in the cafe and people watching. LOL!"
204
 
        category: "Favourites"
205
 
    }
206
 
    ListElement {
207
 
        avatar: "../graphics/people/avatar3.png"
208
 
        status: "../graphics/people/icon_offline.png"
209
 
        social: "../graphics/people/icon_twitter.png"
210
 
        name: "Aaron Kleinberg"
211
 
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
212
 
        category: "Favourites"
213
 
    }
214
 
    ListElement {
215
 
        avatar: "../graphics/people/avatar4.png"
216
 
        status: "../graphics/people/icon_offline.png"
217
 
        social: "../graphics/people/icon_twitter.png"
218
 
        name: "Toomas Vilms"
219
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
220
 
        category: "Recently contacted"
221
 
    }
222
 
    ListElement {
223
 
        avatar: "../graphics/people/avatar5.png"
224
 
        status: "../graphics/people/icon_online.png"
225
 
        social: "../graphics/people/icon_twitter.png"
226
 
        name: "Michal Kwiatkowski"
227
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
228
 
        category: "Recently contacted"
229
 
    }
230
 
    ListElement {
231
 
        avatar: "../graphics/people/avatar4.png"
232
 
        status: "../graphics/people/icon_offline.png"
233
 
        social: "../graphics/people/icon_twitter.png"
234
 
        name: "Toomas Vilms"
235
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
236
 
        category: "Recently contacted"
237
 
    }
238
 
    ListElement {
239
 
        avatar: "../graphics/people/avatar5.png"
240
 
        status: "../graphics/people/icon_online.png"
241
 
        social: "../graphics/people/icon_twitter.png"
242
 
        name: "Michal Kwiatkowski"
243
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
244
 
        category: "Recently contacted"
245
 
    }
246
 
    ListElement {
247
 
        avatar: "../graphics/people/avatar4.png"
248
 
        status: "../graphics/people/icon_offline.png"
249
 
        social: "../graphics/people/icon_twitter.png"
250
 
        name: "Toomas Vilms"
251
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
252
 
        category: "Recently contacted"
253
 
    }
254
 
    ListElement {
255
 
        avatar: "../graphics/people/avatar5.png"
256
 
        status: "../graphics/people/icon_online.png"
257
 
        social: "../graphics/people/icon_twitter.png"
258
 
        name: "Michal Kwiatkowski"
259
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
260
 
        category: "Recently contacted"
261
 
    }
262
 
    ListElement {
263
 
        avatar: "../graphics/people/avatar4.png"
264
 
        status: "../graphics/people/icon_offline.png"
265
 
        social: "../graphics/people/icon_twitter.png"
266
 
        name: "Toomas Vilms"
267
 
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
268
 
        category: "Recently contacted"
269
 
    }
270
 
    ListElement {
271
 
        avatar: "../graphics/people/avatar5.png"
272
 
        status: "../graphics/people/icon_online.png"
273
 
        social: "../graphics/people/icon_twitter.png"
 
7
        avatar: "People/graphics/avatar1.png"
 
8
        status: "People/graphics/icon_online.png"
 
9
        social: "People/graphics/icon_twitter.png"
 
10
        name: "Anna Olson"
 
11
        text: "Anyone up for ice skating tonight?"
 
12
        category: "Favourites"
 
13
    }
 
14
    ListElement {
 
15
        avatar: "People/graphics/avatar2.png"
 
16
        status: "People/graphics/icon_online.png"
 
17
        social: "People/graphics/icon_facebook.png"
 
18
        name: "Julia Santos da Silva"
 
19
        text: "Reading emails in the cafe and people watching. LOL!"
 
20
        category: "Favourites"
 
21
    }
 
22
    ListElement {
 
23
        avatar: "People/graphics/avatar3.png"
 
24
        status: "People/graphics/icon_offline.png"
 
25
        social: "People/graphics/icon_twitter.png"
 
26
        name: "Aaron Kleinberg"
 
27
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
 
28
        category: "Favourites"
 
29
    }
 
30
    ListElement {
 
31
        avatar: "People/graphics/avatar1.png"
 
32
        status: "People/graphics/icon_online.png"
 
33
        social: "People/graphics/icon_twitter.png"
 
34
        name: "Anna Olson"
 
35
        text: "Anyone up for ice skating tonight?"
 
36
        category: "Favourites"
 
37
    }
 
38
    ListElement {
 
39
        avatar: "People/graphics/avatar2.png"
 
40
        status: "People/graphics/icon_online.png"
 
41
        social: "People/graphics/icon_facebook.png"
 
42
        name: "Julia Santos da Silva"
 
43
        text: "Reading emails in the cafe and people watching. LOL!"
 
44
        category: "Favourites"
 
45
    }
 
46
    ListElement {
 
47
        avatar: "People/graphics/avatar3.png"
 
48
        status: "People/graphics/icon_offline.png"
 
49
        social: "People/graphics/icon_twitter.png"
 
50
        name: "Aaron Kleinberg"
 
51
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
 
52
        category: "Favourites"
 
53
    }
 
54
    ListElement {
 
55
        avatar: "People/graphics/avatar1.png"
 
56
        status: "People/graphics/icon_online.png"
 
57
        social: "People/graphics/icon_twitter.png"
 
58
        name: "Anna Olson"
 
59
        text: "Anyone up for ice skating tonight?"
 
60
        category: "Favourites"
 
61
    }
 
62
    ListElement {
 
63
        avatar: "People/graphics/avatar2.png"
 
64
        status: "People/graphics/icon_online.png"
 
65
        social: "People/graphics/icon_facebook.png"
 
66
        name: "Julia Santos da Silva"
 
67
        text: "Reading emails in the cafe and people watching. LOL!"
 
68
        category: "Favourites"
 
69
    }
 
70
    ListElement {
 
71
        avatar: "People/graphics/avatar3.png"
 
72
        status: "People/graphics/icon_offline.png"
 
73
        social: "People/graphics/icon_twitter.png"
 
74
        name: "Aaron Kleinberg"
 
75
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
 
76
        category: "Favourites"
 
77
    }
 
78
    ListElement {
 
79
        avatar: "People/graphics/avatar4.png"
 
80
        status: "People/graphics/icon_offline.png"
 
81
        social: "People/graphics/icon_twitter.png"
 
82
        name: "Toomas Vilms"
 
83
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
84
        category: "Recently contacted"
 
85
    }
 
86
    ListElement {
 
87
        avatar: "People/graphics/avatar5.png"
 
88
        status: "People/graphics/icon_online.png"
 
89
        social: "People/graphics/icon_twitter.png"
 
90
        name: "Michal Kwiatkowski"
 
91
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
92
        category: "Recently contacted"
 
93
    }
 
94
    ListElement {
 
95
        avatar: "People/graphics/avatar4.png"
 
96
        status: "People/graphics/icon_offline.png"
 
97
        social: "People/graphics/icon_twitter.png"
 
98
        name: "Toomas Vilms"
 
99
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
100
        category: "Recently contacted"
 
101
    }
 
102
    ListElement {
 
103
        avatar: "People/graphics/avatar5.png"
 
104
        status: "People/graphics/icon_online.png"
 
105
        social: "People/graphics/icon_twitter.png"
 
106
        name: "Michal Kwiatkowski"
 
107
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
108
        category: "Recently contacted"
 
109
    }
 
110
    ListElement {
 
111
        avatar: "People/graphics/avatar4.png"
 
112
        status: "People/graphics/icon_offline.png"
 
113
        social: "People/graphics/icon_twitter.png"
 
114
        name: "Toomas Vilms"
 
115
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
116
        category: "Recently contacted"
 
117
    }
 
118
    ListElement {
 
119
        avatar: "People/graphics/avatar5.png"
 
120
        status: "People/graphics/icon_online.png"
 
121
        social: "People/graphics/icon_twitter.png"
 
122
        name: "Michal Kwiatkowski"
 
123
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
124
        category: "Recently contacted"
 
125
    }
 
126
    ListElement {
 
127
        avatar: "People/graphics/avatar4.png"
 
128
        status: "People/graphics/icon_offline.png"
 
129
        social: "People/graphics/icon_twitter.png"
 
130
        name: "Toomas Vilms"
 
131
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
132
        category: "Recently contacted"
 
133
    }
 
134
    ListElement {
 
135
        avatar: "People/graphics/avatar5.png"
 
136
        status: "People/graphics/icon_online.png"
 
137
        social: "People/graphics/icon_twitter.png"
 
138
        name: "Michal Kwiatkowski"
 
139
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
140
        category: "Recently contacted"
 
141
    }
 
142
    ListElement {
 
143
        avatar: "People/graphics/avatar1.png"
 
144
        status: "People/graphics/icon_online.png"
 
145
        social: "People/graphics/icon_twitter.png"
 
146
        name: "Anna Olson"
 
147
        text: "Anyone up for ice skating tonight?"
 
148
        category: "Favourites"
 
149
    }
 
150
    ListElement {
 
151
        avatar: "People/graphics/avatar2.png"
 
152
        status: "People/graphics/icon_online.png"
 
153
        social: "People/graphics/icon_facebook.png"
 
154
        name: "Julia Santos da Silva"
 
155
        text: "Reading emails in the cafe and people watching. LOL!"
 
156
        category: "Favourites"
 
157
    }
 
158
    ListElement {
 
159
        avatar: "People/graphics/avatar3.png"
 
160
        status: "People/graphics/icon_offline.png"
 
161
        social: "People/graphics/icon_twitter.png"
 
162
        name: "Aaron Kleinberg"
 
163
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
 
164
        category: "Favourites"
 
165
    }
 
166
    ListElement {
 
167
        avatar: "People/graphics/avatar1.png"
 
168
        status: "People/graphics/icon_online.png"
 
169
        social: "People/graphics/icon_twitter.png"
 
170
        name: "Anna Olson"
 
171
        text: "Anyone up for ice skating tonight?"
 
172
        category: "Favourites"
 
173
    }
 
174
    ListElement {
 
175
        avatar: "People/graphics/avatar2.png"
 
176
        status: "People/graphics/icon_online.png"
 
177
        social: "People/graphics/icon_facebook.png"
 
178
        name: "Julia Santos da Silva"
 
179
        text: "Reading emails in the cafe and people watching. LOL!"
 
180
        category: "Favourites"
 
181
    }
 
182
    ListElement {
 
183
        avatar: "People/graphics/avatar3.png"
 
184
        status: "People/graphics/icon_offline.png"
 
185
        social: "People/graphics/icon_twitter.png"
 
186
        name: "Aaron Kleinberg"
 
187
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
 
188
        category: "Favourites"
 
189
    }
 
190
    ListElement {
 
191
        avatar: "People/graphics/avatar1.png"
 
192
        status: "People/graphics/icon_online.png"
 
193
        social: "People/graphics/icon_twitter.png"
 
194
        name: "Anna Olson"
 
195
        text: "Anyone up for ice skating tonight?"
 
196
        category: "Favourites"
 
197
    }
 
198
    ListElement {
 
199
        avatar: "People/graphics/avatar2.png"
 
200
        status: "People/graphics/icon_online.png"
 
201
        social: "People/graphics/icon_facebook.png"
 
202
        name: "Julia Santos da Silva"
 
203
        text: "Reading emails in the cafe and people watching. LOL!"
 
204
        category: "Favourites"
 
205
    }
 
206
    ListElement {
 
207
        avatar: "People/graphics/avatar3.png"
 
208
        status: "People/graphics/icon_offline.png"
 
209
        social: "People/graphics/icon_twitter.png"
 
210
        name: "Aaron Kleinberg"
 
211
        text: "I'm in Far East Shopping Centre, Orchard. 4sq.com/roPQoi"
 
212
        category: "Favourites"
 
213
    }
 
214
    ListElement {
 
215
        avatar: "People/graphics/avatar4.png"
 
216
        status: "People/graphics/icon_offline.png"
 
217
        social: "People/graphics/icon_twitter.png"
 
218
        name: "Toomas Vilms"
 
219
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
220
        category: "Recently contacted"
 
221
    }
 
222
    ListElement {
 
223
        avatar: "People/graphics/avatar5.png"
 
224
        status: "People/graphics/icon_online.png"
 
225
        social: "People/graphics/icon_twitter.png"
 
226
        name: "Michal Kwiatkowski"
 
227
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
228
        category: "Recently contacted"
 
229
    }
 
230
    ListElement {
 
231
        avatar: "People/graphics/avatar4.png"
 
232
        status: "People/graphics/icon_offline.png"
 
233
        social: "People/graphics/icon_twitter.png"
 
234
        name: "Toomas Vilms"
 
235
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
236
        category: "Recently contacted"
 
237
    }
 
238
    ListElement {
 
239
        avatar: "People/graphics/avatar5.png"
 
240
        status: "People/graphics/icon_online.png"
 
241
        social: "People/graphics/icon_twitter.png"
 
242
        name: "Michal Kwiatkowski"
 
243
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
244
        category: "Recently contacted"
 
245
    }
 
246
    ListElement {
 
247
        avatar: "People/graphics/avatar4.png"
 
248
        status: "People/graphics/icon_offline.png"
 
249
        social: "People/graphics/icon_twitter.png"
 
250
        name: "Toomas Vilms"
 
251
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
252
        category: "Recently contacted"
 
253
    }
 
254
    ListElement {
 
255
        avatar: "People/graphics/avatar5.png"
 
256
        status: "People/graphics/icon_online.png"
 
257
        social: "People/graphics/icon_twitter.png"
 
258
        name: "Michal Kwiatkowski"
 
259
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
260
        category: "Recently contacted"
 
261
    }
 
262
    ListElement {
 
263
        avatar: "People/graphics/avatar4.png"
 
264
        status: "People/graphics/icon_offline.png"
 
265
        social: "People/graphics/icon_twitter.png"
 
266
        name: "Toomas Vilms"
 
267
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
 
268
        category: "Recently contacted"
 
269
    }
 
270
    ListElement {
 
271
        avatar: "People/graphics/avatar5.png"
 
272
        status: "People/graphics/icon_online.png"
 
273
        social: "People/graphics/icon_twitter.png"
274
274
        name: "Michal Kwiatkowski"
275
275
        text: "RT @slipsum Well, the they make shows is, they make one at a lorem ipsum"
276
276
        category: "Recently contacted"