21
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0">
|
|
3 |
<class>MainWindow</class>
|
|
4 |
<widget class="QMainWindow" name="MainWindow">
|
|
5 |
<property name="windowModality">
|
|
6 |
<enum>Qt::ApplicationModal</enum>
|
|
7 |
</property>
|
|
8 |
<property name="geometry">
|
|
9 |
<rect>
|
|
10 |
<x>0</x>
|
|
11 |
<y>0</y>
|
|
12 |
<width>500</width>
|
|
13 |
<height>285</height>
|
|
14 |
</rect>
|
|
15 |
</property>
|
|
16 |
<property name="sizePolicy">
|
|
17 |
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
18 |
<horstretch>30</horstretch>
|
|
19 |
<verstretch>30</verstretch>
|
|
20 |
</sizepolicy>
|
|
21 |
</property>
|
|
22 |
<property name="contextMenuPolicy">
|
|
23 |
<enum>Qt::CustomContextMenu</enum>
|
|
24 |
</property>
|
|
25 |
<property name="windowTitle">
|
|
26 |
<string>Local Sharing</string>
|
|
27 |
</property>
|
|
28 |
<property name="windowIcon">
|
|
29 |
<iconset resource="TabIcon.qrc">
|
|
30 |
<normaloff>:/Icons/Contacts</normaloff>:/Icons/Contacts</iconset>
|
|
31 |
</property>
|
|
32 |
<property name="autoFillBackground">
|
|
33 |
<bool>true</bool>
|
|
34 |
</property>
|
|
35 |
<widget class="QWidget" name="centralWidget">
|
|
36 |
<widget class="QTabWidget" name="tabWidget">
|
|
37 |
<property name="geometry">
|
|
38 |
<rect>
|
|
39 |
<x>0</x>
|
|
40 |
<y>0</y>
|
|
41 |
<width>500</width>
|
|
42 |
<height>285</height>
|
|
43 |
</rect>
|
|
44 |
</property>
|
|
45 |
<property name="sizePolicy">
|
|
46 |
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
47 |
<horstretch>0</horstretch>
|
|
48 |
<verstretch>0</verstretch>
|
|
49 |
</sizepolicy>
|
|
50 |
</property>
|
|
51 |
<property name="tabPosition">
|
|
52 |
<enum>QTabWidget::North</enum>
|
|
53 |
</property>
|
|
54 |
<property name="tabShape">
|
|
55 |
<enum>QTabWidget::Triangular</enum>
|
|
56 |
</property>
|
|
57 |
<property name="currentIndex">
|
|
58 |
<number>0</number>
|
|
59 |
</property>
|
|
60 |
<property name="iconSize">
|
|
61 |
<size>
|
|
62 |
<width>32</width>
|
|
63 |
<height>32</height>
|
|
64 |
</size>
|
|
65 |
</property>
|
|
66 |
<property name="elideMode">
|
|
67 |
<enum>Qt::ElideNone</enum>
|
|
68 |
</property>
|
|
69 |
<property name="documentMode">
|
|
70 |
<bool>false</bool>
|
|
71 |
</property>
|
|
72 |
<property name="tabsClosable">
|
|
73 |
<bool>false</bool>
|
|
74 |
</property>
|
|
75 |
<widget class="QWidget" name="tabVivek">
|
|
76 |
<attribute name="icon">
|
|
77 |
<iconset>
|
|
78 |
<normalon>:/Icons/Contact</normalon>
|
|
79 |
</iconset>
|
|
80 |
</attribute>
|
|
81 |
<attribute name="title">
|
|
82 |
<string>Contact</string>
|
|
83 |
</attribute>
|
|
84 |
<widget class="QTextEdit" name="textEdit_2">
|
|
85 |
<property name="geometry">
|
|
86 |
<rect>
|
|
87 |
<x>10</x>
|
|
88 |
<y>10</y>
|
|
89 |
<width>401</width>
|
|
90 |
<height>161</height>
|
|
91 |
</rect>
|
|
92 |
</property>
|
|
93 |
<property name="palette">
|
|
94 |
<palette>
|
|
95 |
<active>
|
|
96 |
<colorrole role="Text">
|
|
97 |
<brush brushstyle="SolidPattern">
|
|
98 |
<color alpha="255">
|
|
99 |
<red>255</red>
|
|
100 |
<green>239</green>
|
|
101 |
<blue>10</blue>
|
|
102 |
</color>
|
|
103 |
</brush>
|
|
104 |
</colorrole>
|
|
105 |
</active>
|
|
106 |
<inactive>
|
|
107 |
<colorrole role="Text">
|
|
108 |
<brush brushstyle="SolidPattern">
|
|
109 |
<color alpha="255">
|
|
110 |
<red>255</red>
|
|
111 |
<green>239</green>
|
|
112 |
<blue>10</blue>
|
|
113 |
</color>
|
|
114 |
</brush>
|
|
115 |
</colorrole>
|
|
116 |
</inactive>
|
|
117 |
<disabled>
|
|
118 |
<colorrole role="Text">
|
|
119 |
<brush brushstyle="SolidPattern">
|
|
120 |
<color alpha="255">
|
|
121 |
<red>118</red>
|
|
122 |
<green>116</green>
|
|
123 |
<blue>108</blue>
|
|
124 |
</color>
|
|
125 |
</brush>
|
|
126 |
</colorrole>
|
|
127 |
</disabled>
|
|
128 |
</palette>
|
|
129 |
</property>
|
|
130 |
<property name="html">
|
|
131 |
<string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
132 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
133 |
p, li { white-space: pre-wrap; }
|
|
134 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
135 |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html></string>
|
|
136 |
</property>
|
|
137 |
<property name="textInteractionFlags">
|
|
138 |
<set>Qt::NoTextInteraction</set>
|
|
139 |
</property>
|
|
140 |
</widget>
|
|
141 |
<widget class="QPushButton" name="pushBackContact">
|
|
142 |
<property name="geometry">
|
|
143 |
<rect>
|
|
144 |
<x>430</x>
|
|
145 |
<y>20</y>
|
|
146 |
<width>41</width>
|
|
147 |
<height>31</height>
|
|
148 |
</rect>
|
|
149 |
</property>
|
|
150 |
<property name="icon">
|
|
151 |
<iconset>
|
|
152 |
<normalon>:/Icons/Back</normalon>
|
|
153 |
</iconset>
|
|
154 |
</property>
|
|
155 |
<property name="iconSize">
|
|
156 |
<size>
|
|
157 |
<width>24</width>
|
|
158 |
<height>24</height>
|
|
159 |
</size>
|
|
160 |
</property>
|
|
161 |
</widget>
|
|
162 |
</widget>
|
|
163 |
<widget class="QWidget" name="tabContacts">
|
|
164 |
<attribute name="icon">
|
|
165 |
<iconset>
|
|
166 |
<normalon>:/Icons/Contacts</normalon>
|
|
167 |
</iconset>
|
|
168 |
</attribute>
|
|
169 |
<attribute name="title">
|
|
170 |
<string>Contacts</string>
|
|
171 |
</attribute>
|
|
172 |
<widget class="QListWidget" name="listAvatars">
|
|
173 |
<property name="geometry">
|
|
174 |
<rect>
|
|
175 |
<x>20</x>
|
|
176 |
<y>20</y>
|
|
177 |
<width>381</width>
|
|
178 |
<height>101</height>
|
|
179 |
</rect>
|
|
180 |
</property>
|
|
181 |
<property name="autoScroll">
|
|
182 |
<bool>false</bool>
|
|
183 |
</property>
|
|
184 |
<property name="editTriggers">
|
|
185 |
<set>QAbstractItemView::NoEditTriggers</set>
|
|
186 |
</property>
|
|
187 |
<property name="showDropIndicator" stdset="0">
|
|
188 |
<bool>false</bool>
|
|
189 |
</property>
|
|
190 |
<property name="dragDropMode">
|
|
191 |
<enum>QAbstractItemView::NoDragDrop</enum>
|
|
192 |
</property>
|
|
193 |
<property name="iconSize">
|
|
194 |
<size>
|
|
195 |
<width>64</width>
|
|
196 |
<height>64</height>
|
|
197 |
</size>
|
|
198 |
</property>
|
|
199 |
<property name="movement">
|
|
200 |
<enum>QListView::Static</enum>
|
|
201 |
</property>
|
|
202 |
<property name="isWrapping" stdset="0">
|
|
203 |
<bool>false</bool>
|
|
204 |
</property>
|
|
205 |
<property name="layoutMode">
|
|
206 |
<enum>QListView::Batched</enum>
|
|
207 |
</property>
|
|
208 |
<property name="viewMode">
|
|
209 |
<enum>QListView::IconMode</enum>
|
|
210 |
</property>
|
|
211 |
<property name="uniformItemSizes">
|
|
212 |
<bool>false</bool>
|
|
213 |
</property>
|
|
214 |
</widget>
|
|
215 |
<widget class="QLabel" name="StatusLabel">
|
|
216 |
<property name="geometry">
|
|
217 |
<rect>
|
|
218 |
<x>20</x>
|
|
219 |
<y>125</y>
|
|
220 |
<width>41</width>
|
|
221 |
<height>21</height>
|
|
222 |
</rect>
|
|
223 |
</property>
|
|
224 |
<property name="font">
|
|
225 |
<font>
|
|
226 |
<pointsize>5</pointsize>
|
|
227 |
</font>
|
|
228 |
</property>
|
|
229 |
<property name="text">
|
|
230 |
<string>Status:</string>
|
|
231 |
</property>
|
|
232 |
</widget>
|
|
233 |
<widget class="QTextEdit" name="StatusTextBox">
|
|
234 |
<property name="geometry">
|
|
235 |
<rect>
|
|
236 |
<x>20</x>
|
|
237 |
<y>160</y>
|
|
238 |
<width>351</width>
|
|
239 |
<height>61</height>
|
|
240 |
</rect>
|
|
241 |
</property>
|
|
242 |
<property name="frameShape">
|
|
243 |
<enum>QFrame::StyledPanel</enum>
|
|
244 |
</property>
|
|
245 |
<property name="frameShadow">
|
|
246 |
<enum>QFrame::Sunken</enum>
|
|
247 |
</property>
|
|
248 |
</widget>
|
|
249 |
<widget class="QPushButton" name="StatusUpdatebtn">
|
|
250 |
<property name="geometry">
|
|
251 |
<rect>
|
|
252 |
<x>380</x>
|
|
253 |
<y>170</y>
|
|
254 |
<width>71</width>
|
|
255 |
<height>31</height>
|
|
256 |
</rect>
|
|
257 |
</property>
|
|
258 |
<property name="font">
|
|
259 |
<font>
|
|
260 |
<pointsize>5</pointsize>
|
|
261 |
<kerning>false</kerning>
|
|
262 |
</font>
|
|
263 |
</property>
|
|
264 |
<property name="text">
|
|
265 |
<string>Update</string>
|
|
266 |
</property>
|
|
267 |
<property name="checkable">
|
|
268 |
<bool>true</bool>
|
|
269 |
</property>
|
|
270 |
<property name="checked">
|
|
271 |
<bool>true</bool>
|
|
272 |
</property>
|
|
273 |
</widget>
|
|
274 |
<widget class="QLabel" name="MyStatusLabel">
|
|
275 |
<property name="geometry">
|
|
276 |
<rect>
|
|
277 |
<x>80</x>
|
|
278 |
<y>120</y>
|
|
279 |
<width>221</width>
|
|
280 |
<height>31</height>
|
|
281 |
</rect>
|
|
282 |
</property>
|
|
283 |
<property name="palette">
|
|
284 |
<palette>
|
|
285 |
<active>
|
|
286 |
<colorrole role="Text">
|
|
287 |
<brush brushstyle="SolidPattern">
|
|
288 |
<color alpha="255">
|
|
289 |
<red>244</red>
|
|
290 |
<green>213</green>
|
|
291 |
<blue>255</blue>
|
|
292 |
</color>
|
|
293 |
</brush>
|
|
294 |
</colorrole>
|
|
295 |
</active>
|
|
296 |
<inactive>
|
|
297 |
<colorrole role="Text">
|
|
298 |
<brush brushstyle="SolidPattern">
|
|
299 |
<color alpha="255">
|
|
300 |
<red>244</red>
|
|
301 |
<green>213</green>
|
|
302 |
<blue>255</blue>
|
|
303 |
</color>
|
|
304 |
</brush>
|
|
305 |
</colorrole>
|
|
306 |
</inactive>
|
|
307 |
<disabled>
|
|
308 |
<colorrole role="Text">
|
|
309 |
<brush brushstyle="SolidPattern">
|
|
310 |
<color alpha="255">
|
|
311 |
<red>118</red>
|
|
312 |
<green>116</green>
|
|
313 |
<blue>108</blue>
|
|
314 |
</color>
|
|
315 |
</brush>
|
|
316 |
</colorrole>
|
|
317 |
</disabled>
|
|
318 |
</palette>
|
|
319 |
</property>
|
|
320 |
<property name="font">
|
|
321 |
<font>
|
|
322 |
<pointsize>6</pointsize>
|
|
323 |
<italic>true</italic>
|
|
324 |
<stylestrategy>NoAntialias</stylestrategy>
|
|
325 |
</font>
|
|
326 |
</property>
|
|
327 |
<property name="mouseTracking">
|
|
328 |
<bool>false</bool>
|
|
329 |
</property>
|
|
330 |
<property name="text">
|
|
331 |
<string>Status shown here</string>
|
|
332 |
</property>
|
|
333 |
<property name="textFormat">
|
|
334 |
<enum>Qt::AutoText</enum>
|
|
335 |
</property>
|
|
336 |
</widget>
|
|
337 |
</widget>
|
|
338 |
<widget class="QWidget" name="PhotoesTab">
|
|
339 |
<attribute name="icon">
|
|
340 |
<iconset>
|
|
341 |
<normalon>:/Images/Icons/Photo.svg</normalon>
|
|
342 |
</iconset>
|
|
343 |
</attribute>
|
|
344 |
<attribute name="title">
|
|
345 |
<string>Photos</string>
|
|
346 |
</attribute>
|
|
347 |
<widget class="QTreeWidget" name="treeContactMusic_2">
|
|
348 |
<property name="geometry">
|
|
349 |
<rect>
|
|
350 |
<x>10</x>
|
|
351 |
<y>10</y>
|
|
352 |
<width>391</width>
|
|
353 |
<height>181</height>
|
|
354 |
</rect>
|
|
355 |
</property>
|
|
356 |
<property name="frameShape">
|
|
357 |
<enum>QFrame::WinPanel</enum>
|
|
358 |
</property>
|
|
359 |
<property name="editTriggers">
|
|
360 |
<set>QAbstractItemView::NoEditTriggers</set>
|
|
361 |
</property>
|
|
362 |
<column>
|
|
363 |
<property name="text">
|
|
364 |
<string>Photos</string>
|
|
365 |
</property>
|
|
366 |
</column>
|
|
367 |
</widget>
|
|
368 |
<widget class="QTreeWidget" name="treeMusicAll_3">
|
|
369 |
<property name="geometry">
|
|
370 |
<rect>
|
|
371 |
<x>10</x>
|
|
372 |
<y>20</y>
|
|
373 |
<width>391</width>
|
|
374 |
<height>181</height>
|
|
375 |
</rect>
|
|
376 |
</property>
|
|
377 |
<property name="frameShape">
|
|
378 |
<enum>QFrame::WinPanel</enum>
|
|
379 |
</property>
|
|
380 |
<property name="editTriggers">
|
|
381 |
<set>QAbstractItemView::EditKeyPressed</set>
|
|
382 |
</property>
|
|
383 |
<column>
|
|
384 |
<property name="text">
|
|
385 |
<string>Album</string>
|
|
386 |
</property>
|
|
387 |
</column>
|
|
388 |
</widget>
|
|
389 |
<widget class="QPushButton" name="pushBackPhoto">
|
|
390 |
<property name="geometry">
|
|
391 |
<rect>
|
|
392 |
<x>430</x>
|
|
393 |
<y>20</y>
|
|
394 |
<width>41</width>
|
|
395 |
<height>31</height>
|
|
396 |
</rect>
|
|
397 |
</property>
|
|
398 |
<property name="icon">
|
|
399 |
<iconset>
|
|
400 |
<normalon>:/Icons/Back</normalon>
|
|
401 |
</iconset>
|
|
402 |
</property>
|
|
403 |
<property name="iconSize">
|
|
404 |
<size>
|
|
405 |
<width>24</width>
|
|
406 |
<height>24</height>
|
|
407 |
</size>
|
|
408 |
</property>
|
|
409 |
</widget>
|
|
410 |
</widget>
|
|
411 |
<widget class="QWidget" name="Music">
|
|
412 |
<attribute name="icon">
|
|
413 |
<iconset>
|
|
414 |
<normalon>:/Icons/Music</normalon>
|
|
415 |
</iconset>
|
|
416 |
</attribute>
|
|
417 |
<attribute name="title">
|
|
418 |
<string>Music</string>
|
|
419 |
</attribute>
|
|
420 |
<widget class="QTreeWidget" name="treeMusicAll">
|
|
421 |
<property name="geometry">
|
|
422 |
<rect>
|
|
423 |
<x>10</x>
|
|
424 |
<y>20</y>
|
|
425 |
<width>391</width>
|
|
426 |
<height>181</height>
|
|
427 |
</rect>
|
|
428 |
</property>
|
|
429 |
<property name="frameShape">
|
|
430 |
<enum>QFrame::WinPanel</enum>
|
|
431 |
</property>
|
|
432 |
<property name="editTriggers">
|
|
433 |
<set>QAbstractItemView::EditKeyPressed</set>
|
|
434 |
</property>
|
|
435 |
<column>
|
|
436 |
<property name="text">
|
|
437 |
<string>Album</string>
|
|
438 |
</property>
|
|
439 |
</column>
|
|
440 |
</widget>
|
|
441 |
<widget class="QTreeWidget" name="treeContactMusic">
|
|
442 |
<property name="geometry">
|
|
443 |
<rect>
|
|
444 |
<x>10</x>
|
|
445 |
<y>10</y>
|
|
446 |
<width>391</width>
|
|
447 |
<height>171</height>
|
|
448 |
</rect>
|
|
449 |
</property>
|
|
450 |
<property name="frameShape">
|
|
451 |
<enum>QFrame::WinPanel</enum>
|
|
452 |
</property>
|
|
453 |
<column>
|
|
454 |
<property name="text">
|
|
455 |
<string>Songs</string>
|
|
456 |
</property>
|
|
457 |
</column>
|
|
458 |
</widget>
|
|
459 |
<widget class="QPushButton" name="pushBackMusic">
|
|
460 |
<property name="geometry">
|
|
461 |
<rect>
|
|
462 |
<x>430</x>
|
|
463 |
<y>20</y>
|
|
464 |
<width>41</width>
|
|
465 |
<height>31</height>
|
|
466 |
</rect>
|
|
467 |
</property>
|
|
468 |
<property name="icon">
|
|
469 |
<iconset>
|
|
470 |
<normalon>:/Icons/Back</normalon>
|
|
471 |
</iconset>
|
|
472 |
</property>
|
|
473 |
<property name="iconSize">
|
|
474 |
<size>
|
|
475 |
<width>24</width>
|
|
476 |
<height>24</height>
|
|
477 |
</size>
|
|
478 |
</property>
|
|
479 |
</widget>
|
|
480 |
</widget>
|
|
481 |
<widget class="QWidget" name="tabVideo">
|
|
482 |
<attribute name="icon">
|
|
483 |
<iconset>
|
|
484 |
<normalon>:/Images/Icons/Video.svg</normalon>
|
|
485 |
</iconset>
|
|
486 |
</attribute>
|
|
487 |
<attribute name="title">
|
|
488 |
<string>Videos</string>
|
|
489 |
</attribute>
|
|
490 |
<widget class="QTreeWidget" name="treeContactMusic_3">
|
|
491 |
<property name="geometry">
|
|
492 |
<rect>
|
|
493 |
<x>10</x>
|
|
494 |
<y>10</y>
|
|
495 |
<width>391</width>
|
|
496 |
<height>191</height>
|
|
497 |
</rect>
|
|
498 |
</property>
|
|
499 |
<property name="frameShape">
|
|
500 |
<enum>QFrame::WinPanel</enum>
|
|
501 |
</property>
|
|
502 |
<column>
|
|
503 |
<property name="text">
|
|
504 |
<string>Videos</string>
|
|
505 |
</property>
|
|
506 |
</column>
|
|
507 |
</widget>
|
|
508 |
<widget class="QTreeWidget" name="treeMusicAll_2">
|
|
509 |
<property name="geometry">
|
|
510 |
<rect>
|
|
511 |
<x>10</x>
|
|
512 |
<y>10</y>
|
|
513 |
<width>391</width>
|
|
514 |
<height>181</height>
|
|
515 |
</rect>
|
|
516 |
</property>
|
|
517 |
<property name="frameShape">
|
|
518 |
<enum>QFrame::WinPanel</enum>
|
|
519 |
</property>
|
|
520 |
<property name="editTriggers">
|
|
521 |
<set>QAbstractItemView::EditKeyPressed</set>
|
|
522 |
</property>
|
|
523 |
<column>
|
|
524 |
<property name="text">
|
|
525 |
<string>Album</string>
|
|
526 |
</property>
|
|
527 |
</column>
|
|
528 |
</widget>
|
|
529 |
<widget class="QPushButton" name="pushBackVideo">
|
|
530 |
<property name="geometry">
|
|
531 |
<rect>
|
|
532 |
<x>420</x>
|
|
533 |
<y>20</y>
|
|
534 |
<width>40</width>
|
|
535 |
<height>30</height>
|
|
536 |
</rect>
|
|
537 |
</property>
|
|
538 |
<property name="icon">
|
|
539 |
<iconset>
|
|
540 |
<normalon>:/Icons/Back</normalon>
|
|
541 |
</iconset>
|
|
542 |
</property>
|
|
543 |
<property name="iconSize">
|
|
544 |
<size>
|
|
545 |
<width>24</width>
|
|
546 |
<height>24</height>
|
|
547 |
</size>
|
|
548 |
</property>
|
|
549 |
</widget>
|
|
550 |
</widget>
|
|
551 |
<widget class="QWidget" name="tabChat">
|
|
552 |
<attribute name="icon">
|
|
553 |
<iconset>
|
|
554 |
<normalon>:/Icons/Chat</normalon>
|
|
555 |
</iconset>
|
|
556 |
</attribute>
|
|
557 |
<attribute name="title">
|
|
558 |
<string>Chat</string>
|
|
559 |
</attribute>
|
|
560 |
<widget class="QTextEdit" name="textEdit">
|
|
561 |
<property name="geometry">
|
|
562 |
<rect>
|
|
563 |
<x>10</x>
|
|
564 |
<y>20</y>
|
|
565 |
<width>401</width>
|
|
566 |
<height>121</height>
|
|
567 |
</rect>
|
|
568 |
</property>
|
|
569 |
<property name="readOnly">
|
|
570 |
<bool>true</bool>
|
|
571 |
</property>
|
|
572 |
<property name="html">
|
|
573 |
<string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
574 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
575 |
p, li { white-space: pre-wrap; }
|
|
576 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
577 |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html></string>
|
|
578 |
</property>
|
|
579 |
</widget>
|
|
580 |
<widget class="QTextEdit" name="textInput">
|
|
581 |
<property name="geometry">
|
|
582 |
<rect>
|
|
583 |
<x>10</x>
|
|
584 |
<y>150</y>
|
|
585 |
<width>311</width>
|
|
586 |
<height>71</height>
|
|
587 |
</rect>
|
|
588 |
</property>
|
|
589 |
</widget>
|
|
590 |
<widget class="QPushButton" name="pushButton_5">
|
|
591 |
<property name="geometry">
|
|
592 |
<rect>
|
|
593 |
<x>330</x>
|
|
594 |
<y>150</y>
|
|
595 |
<width>77</width>
|
|
596 |
<height>31</height>
|
|
597 |
</rect>
|
|
598 |
</property>
|
|
599 |
<property name="text">
|
|
600 |
<string>Enter</string>
|
|
601 |
</property>
|
|
602 |
<property name="autoDefault">
|
|
603 |
<bool>true</bool>
|
|
604 |
</property>
|
|
605 |
</widget>
|
|
606 |
<widget class="QPushButton" name="pushButton_6">
|
|
607 |
<property name="geometry">
|
|
608 |
<rect>
|
|
609 |
<x>330</x>
|
|
610 |
<y>190</y>
|
|
611 |
<width>81</width>
|
|
612 |
<height>31</height>
|
|
613 |
</rect>
|
|
614 |
</property>
|
|
615 |
<property name="text">
|
|
616 |
<string>Share</string>
|
|
617 |
</property>
|
|
618 |
</widget>
|
|
619 |
<widget class="QPushButton" name="pushButton_7">
|
|
620 |
<property name="geometry">
|
|
621 |
<rect>
|
|
622 |
<x>420</x>
|
|
623 |
<y>150</y>
|
|
624 |
<width>41</width>
|
|
625 |
<height>31</height>
|
|
626 |
</rect>
|
|
627 |
</property>
|
|
628 |
<property name="icon">
|
|
629 |
<iconset resource="TabIcon.qrc">
|
|
630 |
<normaloff>:/Icons/Icons/happy.ico</normaloff>:/Icons/Icons/happy.ico</iconset>
|
|
631 |
</property>
|
|
632 |
<property name="iconSize">
|
|
633 |
<size>
|
|
634 |
<width>24</width>
|
|
635 |
<height>24</height>
|
|
636 |
</size>
|
|
637 |
</property>
|
|
638 |
</widget>
|
|
639 |
<widget class="QPushButton" name="pushButton_8">
|
|
640 |
<property name="geometry">
|
|
641 |
<rect>
|
|
642 |
<x>420</x>
|
|
643 |
<y>190</y>
|
|
644 |
<width>41</width>
|
|
645 |
<height>31</height>
|
|
646 |
</rect>
|
|
647 |
</property>
|
|
648 |
<property name="icon">
|
|
649 |
<iconset resource="TabIcon.qrc">
|
|
650 |
<normaloff>:/Icons/Icons/Close 2.ico</normaloff>:/Icons/Icons/Close 2.ico</iconset>
|
|
651 |
</property>
|
|
652 |
<property name="iconSize">
|
|
653 |
<size>
|
|
654 |
<width>24</width>
|
|
655 |
<height>24</height>
|
|
656 |
</size>
|
|
657 |
</property>
|
|
658 |
</widget>
|
|
659 |
<widget class="QPushButton" name="pushBackChat">
|
|
660 |
<property name="geometry">
|
|
661 |
<rect>
|
|
662 |
<x>430</x>
|
|
663 |
<y>20</y>
|
|
664 |
<width>40</width>
|
|
665 |
<height>30</height>
|
|
666 |
</rect>
|
|
667 |
</property>
|
|
668 |
<property name="icon">
|
|
669 |
<iconset>
|
|
670 |
<normalon>:/Icons/Back</normalon>
|
|
671 |
</iconset>
|
|
672 |
</property>
|
|
673 |
<property name="iconSize">
|
|
674 |
<size>
|
|
675 |
<width>24</width>
|
|
676 |
<height>24</height>
|
|
677 |
</size>
|
|
678 |
</property>
|
|
679 |
</widget>
|
|
680 |
</widget>
|
|
681 |
</widget>
|
|
682 |
</widget>
|
|
683 |
</widget>
|
|
684 |
<layoutdefault spacing="6" margin="11"/>
|
|
685 |
<tabstops>
|
|
686 |
<tabstop>textInput</tabstop>
|
|
687 |
<tabstop>pushButton_5</tabstop>
|
|
688 |
<tabstop>pushButton_7</tabstop>
|
|
689 |
<tabstop>pushButton_6</tabstop>
|
|
690 |
<tabstop>pushButton_8</tabstop>
|
|
691 |
<tabstop>tabWidget</tabstop>
|
|
692 |
<tabstop>textEdit</tabstop>
|
|
693 |
</tabstops>
|
|
694 |
<resources>
|
|
695 |
<include location="TabIcon.qrc"/>
|
|
696 |
</resources>
|
|
697 |
<connections/>
|
|
698 |
</ui>
|