irc-client

Форк
0
/
mainform.ui 
461 строка · 12.3 Кб
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="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>595</width>
10
    <height>354</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>544</width>
16
    <height>300</height>
17
   </size>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Tinelix IRC Client</string>
21
  </property>
22
  <property name="windowIcon">
23
   <iconset>
24
    <normaloff>icon_48x48.png</normaloff>icon_48x48.png</iconset>
25
  </property>
26
  <property name="styleSheet">
27
   <string notr="true">background-color: rgb(43, 43, 43);
28
color: rgb(255, 255, 255);</string>
29
  </property>
30
  <widget class="QWidget" name="centralwidget">
31
   <layout class="QVBoxLayout" name="verticalLayout">
32
    <property name="spacing">
33
     <number>0</number>
34
    </property>
35
    <property name="leftMargin">
36
     <number>0</number>
37
    </property>
38
    <property name="topMargin">
39
     <number>0</number>
40
    </property>
41
    <property name="rightMargin">
42
     <number>0</number>
43
    </property>
44
    <property name="bottomMargin">
45
     <number>0</number>
46
    </property>
47
    <item>
48
     <layout class="QHBoxLayout" name="horizontalLayout">
49
      <property name="spacing">
50
       <number>0</number>
51
      </property>
52
      <item>
53
       <widget class="QTabWidget" name="tabs">
54
        <property name="styleSheet">
55
         <string notr="true"/>
56
        </property>
57
        <property name="currentIndex">
58
         <number>-1</number>
59
        </property>
60
        <property name="tabsClosable">
61
         <bool>false</bool>
62
        </property>
63
       </widget>
64
      </item>
65
     </layout>
66
    </item>
67
    <item>
68
     <layout class="QVBoxLayout" name="verticalLayout_2">
69
      <property name="spacing">
70
       <number>0</number>
71
      </property>
72
      <property name="rightMargin">
73
       <number>0</number>
74
      </property>
75
      <property name="bottomMargin">
76
       <number>0</number>
77
      </property>
78
      <item>
79
       <layout class="QHBoxLayout" name="horizontalLayout_2">
80
        <property name="spacing">
81
         <number>4</number>
82
        </property>
83
        <property name="topMargin">
84
         <number>0</number>
85
        </property>
86
       </layout>
87
      </item>
88
      <item>
89
       <layout class="QHBoxLayout" name="horizontalLayout_3">
90
        <property name="spacing">
91
         <number>4</number>
92
        </property>
93
        <property name="bottomMargin">
94
         <number>0</number>
95
        </property>
96
        <item>
97
         <spacer name="horizontalSpacer_2">
98
          <property name="orientation">
99
           <enum>Qt::Horizontal</enum>
100
          </property>
101
          <property name="sizeType">
102
           <enum>QSizePolicy::Fixed</enum>
103
          </property>
104
          <property name="sizeHint" stdset="0">
105
           <size>
106
            <width>2</width>
107
            <height>20</height>
108
           </size>
109
          </property>
110
         </spacer>
111
        </item>
112
        <item>
113
         <widget class="QLabel" name="status_label">
114
          <property name="minimumSize">
115
           <size>
116
            <width>100</width>
117
            <height>20</height>
118
           </size>
119
          </property>
120
          <property name="maximumSize">
121
           <size>
122
            <width>220</width>
123
            <height>20</height>
124
           </size>
125
          </property>
126
          <property name="font">
127
           <font>
128
            <pointsize>8</pointsize>
129
           </font>
130
          </property>
131
          <property name="text">
132
           <string/>
133
          </property>
134
          <property name="textFormat">
135
           <enum>Qt::PlainText</enum>
136
          </property>
137
         </widget>
138
        </item>
139
        <item>
140
         <spacer name="horizontalSpacer">
141
          <property name="orientation">
142
           <enum>Qt::Horizontal</enum>
143
          </property>
144
          <property name="sizeType">
145
           <enum>QSizePolicy::Expanding</enum>
146
          </property>
147
          <property name="sizeHint" stdset="0">
148
           <size>
149
            <width>2</width>
150
            <height>20</height>
151
           </size>
152
          </property>
153
         </spacer>
154
        </item>
155
        <item>
156
         <widget class="QLabel" name="channel_name">
157
          <property name="maximumSize">
158
           <size>
159
            <width>16777215</width>
160
            <height>40</height>
161
           </size>
162
          </property>
163
          <property name="font">
164
           <font>
165
            <pointsize>8</pointsize>
166
           </font>
167
          </property>
168
          <property name="text">
169
           <string/>
170
          </property>
171
         </widget>
172
        </item>
173
        <item>
174
         <widget class="Line" name="line">
175
          <property name="minimumSize">
176
           <size>
177
            <width>0</width>
178
            <height>20</height>
179
           </size>
180
          </property>
181
          <property name="maximumSize">
182
           <size>
183
            <width>16777215</width>
184
            <height>20</height>
185
           </size>
186
          </property>
187
          <property name="styleSheet">
188
           <string notr="true">color: rgb(74, 74, 74)</string>
189
          </property>
190
          <property name="frameShadow">
191
           <enum>QFrame::Plain</enum>
192
          </property>
193
          <property name="orientation">
194
           <enum>Qt::Vertical</enum>
195
          </property>
196
         </widget>
197
        </item>
198
        <item>
199
         <widget class="QLabel" name="conn_quality_label">
200
          <property name="minimumSize">
201
           <size>
202
            <width>20</width>
203
            <height>0</height>
204
           </size>
205
          </property>
206
          <property name="maximumSize">
207
           <size>
208
            <width>16777215</width>
209
            <height>20</height>
210
           </size>
211
          </property>
212
          <property name="font">
213
           <font>
214
            <pointsize>8</pointsize>
215
           </font>
216
          </property>
217
          <property name="text">
218
           <string>Качество соединения:</string>
219
          </property>
220
         </widget>
221
        </item>
222
        <item>
223
         <widget class="QProgressBar" name="conn_quality_progr">
224
          <property name="minimumSize">
225
           <size>
226
            <width>0</width>
227
            <height>20</height>
228
           </size>
229
          </property>
230
          <property name="maximumSize">
231
           <size>
232
            <width>80</width>
233
            <height>20</height>
234
           </size>
235
          </property>
236
          <property name="font">
237
           <font>
238
            <pointsize>8</pointsize>
239
            <weight>50</weight>
240
            <bold>false</bold>
241
           </font>
242
          </property>
243
          <property name="styleSheet">
244
           <string notr="true">selection-background-color: rgb(161, 75, 0);</string>
245
          </property>
246
          <property name="maximum">
247
           <number>5000</number>
248
          </property>
249
          <property name="value">
250
           <number>4970</number>
251
          </property>
252
          <property name="textVisible">
253
           <bool>true</bool>
254
          </property>
255
          <property name="invertedAppearance">
256
           <bool>false</bool>
257
          </property>
258
          <property name="textDirection">
259
           <enum>QProgressBar::TopToBottom</enum>
260
          </property>
261
          <property name="format">
262
           <string>%p%</string>
263
          </property>
264
         </widget>
265
        </item>
266
        <item>
267
         <widget class="QLabel" name="latency_label">
268
          <property name="minimumSize">
269
           <size>
270
            <width>35</width>
271
            <height>20</height>
272
           </size>
273
          </property>
274
          <property name="maximumSize">
275
           <size>
276
            <width>16777215</width>
277
            <height>20</height>
278
           </size>
279
          </property>
280
          <property name="font">
281
           <font>
282
            <pointsize>8</pointsize>
283
            <weight>50</weight>
284
            <bold>false</bold>
285
           </font>
286
          </property>
287
          <property name="text">
288
           <string>(2 ms)</string>
289
          </property>
290
         </widget>
291
        </item>
292
        <item>
293
         <spacer name="verticalSpacer">
294
          <property name="orientation">
295
           <enum>Qt::Vertical</enum>
296
          </property>
297
          <property name="sizeType">
298
           <enum>QSizePolicy::Fixed</enum>
299
          </property>
300
          <property name="sizeHint" stdset="0">
301
           <size>
302
            <width>0</width>
303
            <height>22</height>
304
           </size>
305
          </property>
306
         </spacer>
307
        </item>
308
        <item>
309
         <spacer name="horizontalSpacer_3">
310
          <property name="orientation">
311
           <enum>Qt::Horizontal</enum>
312
          </property>
313
          <property name="sizeType">
314
           <enum>QSizePolicy::Fixed</enum>
315
          </property>
316
          <property name="sizeHint" stdset="0">
317
           <size>
318
            <width>2</width>
319
            <height>20</height>
320
           </size>
321
          </property>
322
         </spacer>
323
        </item>
324
       </layout>
325
      </item>
326
     </layout>
327
    </item>
328
   </layout>
329
  </widget>
330
  <widget class="QMenuBar" name="menubar">
331
   <property name="geometry">
332
    <rect>
333
     <x>0</x>
334
     <y>0</y>
335
     <width>595</width>
336
     <height>21</height>
337
    </rect>
338
   </property>
339
   <property name="styleSheet">
340
    <string notr="true">selection-background-color: rgb(161, 75, 0);</string>
341
   </property>
342
   <widget class="QMenu" name="menu">
343
    <property name="title">
344
     <string>Файл</string>
345
    </property>
346
    <addaction name="connect_item"/>
347
    <addaction name="separator"/>
348
    <addaction name="quit_item"/>
349
   </widget>
350
   <widget class="QMenu" name="menu_2">
351
    <property name="styleSheet">
352
     <string notr="true"/>
353
    </property>
354
    <property name="title">
355
     <string>Справка</string>
356
    </property>
357
    <addaction name="about_item"/>
358
   </widget>
359
   <widget class="QMenu" name="menu_3">
360
    <property name="title">
361
     <string>Вид</string>
362
    </property>
363
    <addaction name="separator"/>
364
    <addaction name="settings_item"/>
365
   </widget>
366
   <widget class="QMenu" name="menu_4">
367
    <property name="title">
368
     <string>Канал</string>
369
    </property>
370
    <addaction name="join_item"/>
371
    <addaction name="leave_item"/>
372
    <addaction name="separator"/>
373
    <addaction name="msg_history"/>
374
   </widget>
375
   <addaction name="menu"/>
376
   <addaction name="menu_4"/>
377
   <addaction name="menu_3"/>
378
   <addaction name="menu_2"/>
379
  </widget>
380
  <action name="about_item">
381
   <property name="text">
382
    <string>О программе...</string>
383
   </property>
384
  </action>
385
  <action name="about_Qt_item">
386
   <property name="text">
387
    <string>О Qt...</string>
388
   </property>
389
  </action>
390
  <action name="connect_item">
391
   <property name="text">
392
    <string>Подключиться</string>
393
   </property>
394
  </action>
395
  <action name="quit_item">
396
   <property name="text">
397
    <string>Выход</string>
398
   </property>
399
  </action>
400
  <action name="history_cb_action">
401
   <property name="checkable">
402
    <bool>true</bool>
403
   </property>
404
   <property name="checked">
405
    <bool>false</bool>
406
   </property>
407
   <property name="text">
408
    <string>Сохранить историю переписок</string>
409
   </property>
410
  </action>
411
  <action name="action">
412
   <property name="text">
413
    <string>Настройки</string>
414
   </property>
415
  </action>
416
  <action name="settings_item">
417
   <property name="text">
418
    <string>Настройки</string>
419
   </property>
420
  </action>
421
  <action name="join_item">
422
   <property name="enabled">
423
    <bool>false</bool>
424
   </property>
425
   <property name="text">
426
    <string>Присоединиться...</string>
427
   </property>
428
  </action>
429
  <action name="leave_item">
430
   <property name="enabled">
431
    <bool>false</bool>
432
   </property>
433
   <property name="text">
434
    <string>Покинуть</string>
435
   </property>
436
  </action>
437
  <action name="members_list_item">
438
   <property name="checkable">
439
    <bool>true</bool>
440
   </property>
441
   <property name="checked">
442
    <bool>true</bool>
443
   </property>
444
   <property name="text">
445
    <string>Список участников</string>
446
   </property>
447
  </action>
448
  <action name="msg_history">
449
   <property name="enabled">
450
    <bool>false</bool>
451
   </property>
452
   <property name="text">
453
    <string>История</string>
454
   </property>
455
  </action>
456
 </widget>
457
 <resources>
458
  <include location="resources.qrc"/>
459
 </resources>
460
 <connections/>
461
</ui>
462

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.