9f17d59e
陈明泉
no message
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>msgChatArea</class>
<widget class="QWidget" name="msgChatArea">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>832</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="ilistWidget" name="listWidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>220</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QListWidget{
margin-left:0px;
padding:0px;
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
52
|
background-color:rgb(235,235,235);
|
9f17d59e
陈明泉
no message
|
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
}
QListWidget::item {
margin:0px;
padding:0px;
}
QListWidget::item:hover {
show-decoration-selected:1;
background-color: rgb(220, 220, 220);
selection-background-color: rgb(49, 58, 66);
color: rgb(255,255,255);
}
QListWidget::item:selected {
show-decoration-selected:1;
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
70
|
background-color: rgb(203,205,211);
|
9f17d59e
陈明泉
no message
|
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
selection-background-color: rgb(37, 44, 50);
color: rgb(81,162,253);
}</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_2" native="true">
<property name="minimumSize">
<size>
<width>600</width>
<height>0</height>
</size>
</property>
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
85
86
87
|
<property name="styleSheet">
<string notr="true"/>
</property>
|
9f17d59e
陈明泉
no message
|
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="palette">
<palette>
<active>
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
115
116
117
118
119
120
121
122
123
|
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>245</red>
<green>245</green>
<blue>245</blue>
</color>
</brush>
</colorrole>
|
9f17d59e
陈明泉
no message
|
124
125
126
|
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
127
128
129
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
130
131
132
133
134
135
|
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
136
137
138
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
139
140
141
142
143
|
</color>
</brush>
</colorrole>
</active>
<inactive>
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
144
145
146
147
148
149
150
151
152
|
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>245</red>
<green>245</green>
<blue>245</blue>
</color>
</brush>
</colorrole>
|
9f17d59e
陈明泉
no message
|
153
154
155
|
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
156
157
158
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
159
160
161
162
163
164
|
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
165
166
167
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
168
169
170
171
172
|
</color>
</brush>
</colorrole>
</inactive>
<disabled>
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
173
174
175
176
177
178
179
180
181
|
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>245</red>
<green>245</green>
<blue>245</blue>
</color>
</brush>
</colorrole>
|
9f17d59e
陈明泉
no message
|
182
183
184
|
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
185
186
187
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
188
189
190
191
192
193
|
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
194
195
196
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
197
198
199
200
201
202
|
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
203
204
205
|
<property name="styleSheet">
<string notr="true">font: 75 14pt "微软雅黑";</string>
</property>
|
9f17d59e
陈明泉
no message
|
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
|
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QWebView" name="webView">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
|
6e10e93e
陈明泉
no message
|
222
223
224
225
|
<property name="styleSheet">
<string notr="true">QMenu{background-color: white;}
QMenu::item:selected {background-color: rgb(200,200,200);color:rgb(0,0,0);}</string>
</property>
|
9f17d59e
陈明泉
no message
|
226
227
228
229
230
231
232
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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
|
<property name="url">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_send" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>200</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>2</number>
</property>
<property name="margin">
<number>2</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<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>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_expression">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="toolTip">
<string>Sticker</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border-image: url(:Images/ChatArea/icon_expression_nomal.png);
}
QPushButton:hover{
border-image: url(:Images/ChatArea/icon_expression_hover.png);
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_picture">
<property name="minimumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="toolTip">
<string>picture</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border-image: url(:Images/ChatArea/icon_picture_nomal.png);
}
QPushButton:hover{
border-image: url(:Images/ChatArea/icon_picture_hover.png);
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QTextEdit" name="textEdit">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
369
370
371
372
373
374
|
<property name="maximumSize">
<size>
<width>16777215</width>
<height>220</height>
</size>
</property>
|
9f17d59e
陈明泉
no message
|
375
376
377
378
379
380
|
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
|
6e10e93e
陈明泉
no message
|
381
382
|
<property name="styleSheet">
<string notr="true">QMenu{background-color: white;}
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
383
384
385
386
387
|
QMenu::item:selected {background-color: rgb(200,200,200);color:rgb(0,0,0);}
background-color: white;
color: rgb(0, 0, 0);
font: 12pt "微软雅黑";</string>
|
6e10e93e
陈明泉
no message
|
388
|
</property>
|
9f17d59e
陈明泉
no message
|
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
417
418
419
420
421
422
423
424
425
426
427
428
|
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>160</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="minimumSize">
<size>
<width>70</width>
<height>30</height>
</size>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
429
430
431
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
432
433
434
435
436
437
|
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
438
439
440
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
441
442
443
444
445
446
|
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
447
448
449
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
450
451
452
453
454
455
456
457
|
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
458
459
460
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
461
462
463
464
465
466
|
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
467
468
469
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
470
471
472
473
474
475
|
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
476
477
478
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
479
480
481
482
483
484
485
486
|
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
487
488
489
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
490
491
492
493
494
495
|
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
496
497
498
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
499
500
501
502
503
504
|
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
|
d6ba1152
陈明泉
1.3.1PC老师端正式上线发布版;
|
505
506
507
|
<red>245</red>
<green>245</green>
<blue>245</blue>
|
9f17d59e
陈明泉
no message
|
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
|
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="toolTip">
<string>Press Enter to send and Ctrl+Enter for a new line</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border-image: url(:Images/ChatArea/btn_send_nomal.png);
}
QPushButton:hover{
border-image: url(:Images/ChatArea/btn_send_hover.png);
}
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
<zorder>textEdit</zorder>
<zorder></zorder>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QWebView</class>
<extends>QWidget</extends>
<header>QtWebKit/QWebView</header>
</customwidget>
<customwidget>
<class>ilistWidget</class>
<extends>QListWidget</extends>
<header location="global">ilistwidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
|