9f17d59e
陈明泉
no message
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>IshowOrderRank</class>
<widget class="QWidget" name="IshowOrderRank">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>320</width>
<height>379</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>320</width>
<height>379</height>
</size>
</property>
<property name="font">
<font>
|
6e10e93e
陈明泉
no message
|
21
22
23
24
25
|
<family>Arial</family>
<pointsize>10</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
|
9f17d59e
陈明泉
no message
|
26
27
28
|
</font>
</property>
<property name="windowTitle">
|
6e10e93e
陈明泉
no message
|
29
|
<string>viptalk</string>
|
9f17d59e
陈明泉
no message
|
30
31
|
</property>
<property name="styleSheet">
|
6e10e93e
陈明泉
no message
|
32
33
|
<string notr="true">/*font-size : 14px;*/
font: 10pt "Arial";</string>
|
9f17d59e
陈明泉
no message
|
34
35
36
37
38
|
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="spacing">
<number>0</number>
</property>
|
6e10e93e
陈明泉
no message
|
39
40
41
42
43
44
45
46
47
48
|
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
|
9f17d59e
陈明泉
no message
|
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
<number>0</number>
</property>
<item>
<widget class="QWidget" name="widget_3" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>40</height>
</size>
</property>
<property name="styleSheet">
|
6e10e93e
陈明泉
no message
|
66
|
<string notr="true">background-color:rgba(231,232,236,255);</string>
|
9f17d59e
陈明泉
no message
|
67
68
|
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
6e10e93e
陈明泉
no message
|
69
70
71
72
73
74
|
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
|
9f17d59e
陈明泉
no message
|
75
|
<property name="topMargin">
|
6e10e93e
陈明泉
no message
|
76
|
<number>0</number>
|
9f17d59e
陈明泉
no message
|
77
78
|
</property>
<property name="rightMargin">
|
6e10e93e
陈明泉
no message
|
79
80
81
82
|
<number>5</number>
</property>
<property name="bottomMargin">
<number>0</number>
|
9f17d59e
陈明泉
no message
|
83
84
85
86
|
</property>
<item>
<widget class="QLabel" name="label_2">
<property name="styleSheet">
|
6e10e93e
陈明泉
no message
|
87
|
<string notr="true">color:rgb(60,60,60);</string>
|
9f17d59e
陈明泉
no message
|
88
89
|
</property>
<property name="text">
|
6e10e93e
陈明泉
no message
|
90
|
<string> EARN AGAIN</string>
|
9f17d59e
陈明泉
no message
|
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>214</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="minimumSize">
<size>
|
6e10e93e
陈明泉
no message
|
114
115
|
<width>30</width>
<height>30</height>
|
9f17d59e
陈明泉
no message
|
116
117
118
119
120
121
122
123
124
125
|
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
|
6e10e93e
陈明泉
no message
|
126
|
border-image: url(:/Images/ChatArea/icon_close_nomal.png);
|
9f17d59e
陈明泉
no message
|
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
|
}
QPushButton:hover{
border-image: url(:/Images/Home/btnclosehov.png);
}
QPushButton:pressed{
border-image: url(:/Images/Home/btnclosepre.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>10</number>
</property>
<property name="rightMargin">
<number>10</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="head">
<property name="minimumSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
|
6e10e93e
陈明泉
no message
|
182
183
|
<width>90</width>
<height>90</height>
|
9f17d59e
陈明泉
no message
|
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
|
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>15</number>
</property>
<property name="topMargin">
<number>30</number>
</property>
<property name="bottomMargin">
<number>20</number>
</property>
<item>
<widget class="QLabel" name="label_3">
<property name="styleSheet">
<string notr="true">font: 13pt "Arial";
color:rgb(50,50,50);</string>
</property>
<property name="text">
<string>My Earnings:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="earnings">
<property name="font">
<font>
<family>Arial</family>
<pointsize>16</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">font: 16pt "Arial";
color:rgb(255,85,0);</string>
</property>
<property name="text">
|
6e10e93e
陈明泉
no message
|
232
|
<string>0.00peso</string>
|
9f17d59e
陈明泉
no message
|
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
|
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="remind">
<property name="minimumSize">
<size>
<width>160</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color:rgb(180,180,180);
font: 9pt "Arial";</string>
</property>
<property name="text">
<string>Teaching less than 1min will not be paid.</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<property name="font">
<font>
|
6e10e93e
陈明泉
no message
|
273
274
275
276
277
|
<family>Arial</family>
<pointsize>10</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
|
9f17d59e
陈明泉
no message
|
278
279
|
</font>
</property>
|
6e10e93e
陈明泉
no message
|
280
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
9f17d59e
陈明泉
no message
|
281
|
<item>
|
6e10e93e
陈明泉
no message
|
282
283
284
285
286
287
|
<widget class="QLabel" name="label_6">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
|
9f17d59e
陈明泉
no message
|
288
|
</property>
|
6e10e93e
陈明泉
no message
|
289
290
291
|
<property name="styleSheet">
<string notr="true">font: 13pt "Arial";
color:rgb(50,50,50);</string>
|
9f17d59e
陈明泉
no message
|
292
|
</property>
|
6e10e93e
陈明泉
no message
|
293
294
|
<property name="text">
<string>Today's Rank</string>
|
9f17d59e
陈明泉
no message
|
295
|
</property>
|
6e10e93e
陈明泉
no message
|
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
|
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_2" native="true">
<property name="minimumSize">
<size>
<width>200</width>
<height>120</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>140</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>10</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>10</number>
</property>
<item>
<widget class="QLabel" name="label_7">
<property name="maximumSize">
<size>
<width>260</width>
<height>5</height>
</size>
|
9f17d59e
陈明泉
no message
|
332
|
</property>
|
6e10e93e
陈明泉
no message
|
333
334
|
<property name="styleSheet">
<string notr="true">backgroud-color:rgba(0,0,0,255);</string>
|
9f17d59e
陈明泉
no message
|
335
|
</property>
|
6e10e93e
陈明泉
no message
|
336
337
|
<property name="text">
<string/>
|
9f17d59e
陈明泉
no message
|
338
|
</property>
|
6e10e93e
陈明泉
no message
|
339
340
341
342
|
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
9f17d59e
陈明泉
no message
|
343
|
<item>
|
6e10e93e
陈明泉
no message
|
344
345
346
347
348
349
350
351
352
353
354
355
|
<widget class="QLabel" name="name_1">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
|
9f17d59e
陈明泉
no message
|
356
|
<size>
|
6e10e93e
陈明泉
no message
|
357
358
|
<width>40</width>
<height>20</height>
|
9f17d59e
陈明泉
no message
|
359
360
|
</size>
</property>
|
6e10e93e
陈明泉
no message
|
361
362
363
364
|
</spacer>
</item>
<item>
<widget class="QLabel" name="earnings_1">
|
9f17d59e
陈明泉
no message
|
365
|
<property name="styleSheet">
|
6e10e93e
陈明泉
no message
|
366
|
<string notr="true">color:rgb(255,85,0);</string>
|
9f17d59e
陈明泉
no message
|
367
368
|
</property>
<property name="text">
|
6e10e93e
陈明泉
no message
|
369
|
<string>TextLabel</string>
|
9f17d59e
陈明泉
no message
|
370
371
372
|
</property>
</widget>
</item>
|
6e10e93e
陈明泉
no message
|
373
374
375
376
|
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
9f17d59e
陈明泉
no message
|
377
|
<item>
|
6e10e93e
陈明泉
no message
|
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
|
<widget class="QLabel" name="name_2">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_9">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="earnings_2">
<property name="styleSheet">
<string notr="true">color:rgb(255,85,0);</string>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="name_3">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
|
9f17d59e
陈明泉
no message
|
417
418
|
</item>
<item>
|
6e10e93e
陈明泉
no message
|
419
420
421
422
423
424
425
426
427
428
429
|
<spacer name="horizontalSpacer_10">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
|
9f17d59e
陈明泉
no message
|
430
431
|
</item>
<item>
|
6e10e93e
陈明泉
no message
|
432
433
434
435
436
437
438
439
|
<widget class="QLabel" name="earnings_3">
<property name="styleSheet">
<string notr="true">color:rgb(255,85,0);</string>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
|
9f17d59e
陈明泉
no message
|
440
441
|
</item>
</layout>
|
6e10e93e
陈明泉
no message
|
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
|
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="label_memeo">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>11</pointsize>
<weight>9</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">font: 75 11pt "Arial";
color: rgb(255, 0, 0);</string>
</property>
<property name="text">
<string>Please complete the memos on your phone!</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
|
9f17d59e
陈明泉
no message
|
474
475
476
477
478
479
480
481
482
|
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
|