irc-client

Форк
0
/
003.ui 
482 строки · 14.6 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Dialog</class>
4
 <widget class="QDialog" name="Dialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>368</width>
10
    <height>337</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>368</width>
16
    <height>302</height>
17
   </size>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Свойства профиля</string>
21
  </property>
22
  <property name="styleSheet">
23
   <string notr="true">background-color: rgb(43, 43, 43);
24
color: rgb(255, 255, 255);</string>
25
  </property>
26
  <layout class="QVBoxLayout" name="verticalLayout">
27
   <item>
28
    <widget class="QLabel" name="title_label">
29
     <property name="font">
30
      <font>
31
       <pointsize>12</pointsize>
32
       <weight>75</weight>
33
       <bold>true</bold>
34
      </font>
35
     </property>
36
     <property name="text">
37
      <string>Свойства профиля &quot;(без названия)&quot;</string>
38
     </property>
39
    </widget>
40
   </item>
41
   <item>
42
    <widget class="QTabWidget" name="tabWidget">
43
     <property name="styleSheet">
44
      <string notr="true">selection-background-color: rgb(255, 119, 0);</string>
45
     </property>
46
     <property name="currentIndex">
47
      <number>1</number>
48
     </property>
49
     <widget class="QWidget" name="main_tab">
50
      <attribute name="title">
51
       <string>Общие</string>
52
      </attribute>
53
      <layout class="QVBoxLayout" name="verticalLayout_2">
54
       <item>
55
        <layout class="QGridLayout" name="gridLayout">
56
         <item row="4" column="1">
57
          <widget class="QComboBox" name="authmethod_combo">
58
           <property name="enabled">
59
            <bool>true</bool>
60
           </property>
61
           <property name="minimumSize">
62
            <size>
63
             <width>0</width>
64
             <height>20</height>
65
            </size>
66
           </property>
67
           <property name="styleSheet">
68
            <string notr="true">selection-background-color: rgb(161, 75, 0);</string>
69
           </property>
70
          </widget>
71
         </item>
72
         <item row="0" column="0">
73
          <widget class="QLabel" name="profname_label">
74
           <property name="minimumSize">
75
            <size>
76
             <width>126</width>
77
             <height>0</height>
78
            </size>
79
           </property>
80
           <property name="maximumSize">
81
            <size>
82
             <width>126</width>
83
             <height>16777215</height>
84
            </size>
85
           </property>
86
           <property name="text">
87
            <string>Имя:</string>
88
           </property>
89
          </widget>
90
         </item>
91
         <item row="4" column="0">
92
          <widget class="QLabel" name="authm_label">
93
           <property name="minimumSize">
94
            <size>
95
             <width>126</width>
96
             <height>0</height>
97
            </size>
98
           </property>
99
           <property name="maximumSize">
100
            <size>
101
             <width>126</width>
102
             <height>16777215</height>
103
            </size>
104
           </property>
105
           <property name="text">
106
            <string>Метод аутентиф-ии:</string>
107
           </property>
108
          </widget>
109
         </item>
110
         <item row="0" column="1">
111
          <widget class="QLineEdit" name="profname_box">
112
           <property name="styleSheet">
113
            <string notr="true">selection-background-color: rgb(161, 75, 0);</string>
114
           </property>
115
          </widget>
116
         </item>
117
        </layout>
118
       </item>
119
       <item>
120
        <layout class="QGridLayout" name="gridLayout_5">
121
         <property name="horizontalSpacing">
122
          <number>6</number>
123
         </property>
124
         <property name="verticalSpacing">
125
          <number>0</number>
126
         </property>
127
         <item row="0" column="0">
128
          <widget class="QLabel" name="nicknames_label">
129
           <property name="minimumSize">
130
            <size>
131
             <width>126</width>
132
             <height>0</height>
133
            </size>
134
           </property>
135
           <property name="maximumSize">
136
            <size>
137
             <width>126</width>
138
             <height>16777215</height>
139
            </size>
140
           </property>
141
           <property name="text">
142
            <string>Никнеймы:</string>
143
           </property>
144
          </widget>
145
         </item>
146
         <item row="0" column="1">
147
          <widget class="QComboBox" name="nicknames_combo">
148
           <property name="sizePolicy">
149
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
150
             <horstretch>0</horstretch>
151
             <verstretch>0</verstretch>
152
            </sizepolicy>
153
           </property>
154
           <property name="minimumSize">
155
            <size>
156
             <width>80</width>
157
             <height>20</height>
158
            </size>
159
           </property>
160
           <property name="maximumSize">
161
            <size>
162
             <width>98</width>
163
             <height>16777215</height>
164
            </size>
165
           </property>
166
           <property name="styleSheet">
167
            <string notr="true">selection-background-color: rgb(161, 75, 0);</string>
168
           </property>
169
          </widget>
170
         </item>
171
         <item row="0" column="2">
172
          <widget class="QPushButton" name="clear_nicknames_btn">
173
           <property name="minimumSize">
174
            <size>
175
             <width>98</width>
176
             <height>0</height>
177
            </size>
178
           </property>
179
           <property name="maximumSize">
180
            <size>
181
             <width>98</width>
182
             <height>16777215</height>
183
            </size>
184
           </property>
185
           <property name="text">
186
            <string>Очистить</string>
187
           </property>
188
          </widget>
189
         </item>
190
        </layout>
191
       </item>
192
       <item>
193
        <layout class="QGridLayout" name="gridLayout_4">
194
         <property name="spacing">
195
          <number>6</number>
196
         </property>
197
         <item row="1" column="0">
198
          <widget class="QLabel" name="password_label">
199
           <property name="minimumSize">
200
            <size>
201
             <width>126</width>
202
             <height>0</height>
203
            </size>
204
           </property>
205
           <property name="maximumSize">
206
            <size>
207
             <width>126</width>
208
             <height>16777215</height>
209
            </size>
210
           </property>
211
           <property name="text">
212
            <string>Пароль:</string>
213
           </property>
214
          </widget>
215
         </item>
216
         <item row="1" column="1">
217
          <widget class="QLineEdit" name="password_box">
218
           <property name="enabled">
219
            <bool>true</bool>
220
           </property>
221
           <property name="styleSheet">
222
            <string notr="true">selection-background-color: rgb(161, 75, 0);
223
border-color: rgb(255, 119, 0);</string>
224
           </property>
225
           <property name="inputMask">
226
            <string/>
227
           </property>
228
           <property name="echoMode">
229
            <enum>QLineEdit::Password</enum>
230
           </property>
231
          </widget>
232
         </item>
233
         <item row="2" column="0">
234
          <widget class="QLabel" name="realname_label">
235
           <property name="text">
236
            <string>Настоящее имя:</string>
237
           </property>
238
          </widget>
239
         </item>
240
         <item row="2" column="1">
241
          <widget class="QLineEdit" name="realname_box">
242
           <property name="styleSheet">
243
            <string notr="true">selection-background-color: rgb(161, 75, 0);
244
border-color: rgb(255, 119, 0);</string>
245
           </property>
246
          </widget>
247
         </item>
248
        </layout>
249
       </item>
250
       <item>
251
        <widget class="QFrame" name="frame">
252
         <property name="frameShape">
253
          <enum>QFrame::NoFrame</enum>
254
         </property>
255
         <property name="frameShadow">
256
          <enum>QFrame::Raised</enum>
257
         </property>
258
        </widget>
259
       </item>
260
      </layout>
261
     </widget>
262
     <widget class="QWidget" name="conn_tab">
263
      <attribute name="title">
264
       <string>Подключение</string>
265
      </attribute>
266
      <layout class="QVBoxLayout" name="verticalLayout_3">
267
       <item>
268
        <widget class="QFrame" name="frame_2">
269
         <property name="frameShape">
270
          <enum>QFrame::NoFrame</enum>
271
         </property>
272
         <property name="frameShadow">
273
          <enum>QFrame::Raised</enum>
274
         </property>
275
         <layout class="QVBoxLayout" name="verticalLayout_5">
276
          <property name="leftMargin">
277
           <number>0</number>
278
          </property>
279
          <property name="topMargin">
280
           <number>0</number>
281
          </property>
282
          <item>
283
           <layout class="QGridLayout" name="gridLayout_2">
284
            <property name="verticalSpacing">
285
             <number>6</number>
286
            </property>
287
            <item row="0" column="0">
288
             <widget class="QLabel" name="server_label">
289
              <property name="text">
290
               <string>Сервер:</string>
291
              </property>
292
             </widget>
293
            </item>
294
            <item row="0" column="1">
295
             <widget class="QLineEdit" name="server_box">
296
              <property name="styleSheet">
297
               <string notr="true">selection-background-color: rgb(161, 75, 0);
298
border-color: rgb(255, 119, 0);</string>
299
              </property>
300
             </widget>
301
            </item>
302
            <item row="1" column="0">
303
             <widget class="QLabel" name="encoding_label">
304
              <property name="text">
305
               <string>Кодировка:</string>
306
              </property>
307
             </widget>
308
            </item>
309
            <item row="1" column="1">
310
             <widget class="QComboBox" name="encoding_combo">
311
              <property name="minimumSize">
312
               <size>
313
                <width>0</width>
314
                <height>20</height>
315
               </size>
316
              </property>
317
              <property name="styleSheet">
318
               <string notr="true">selection-background-color: rgb(161, 75, 0);
319
border-color: rgb(255, 119, 0);</string>
320
              </property>
321
             </widget>
322
            </item>
323
            <item row="0" column="3">
324
             <widget class="QSpinBox" name="port_box">
325
              <property name="minimumSize">
326
               <size>
327
                <width>0</width>
328
                <height>20</height>
329
               </size>
330
              </property>
331
              <property name="styleSheet">
332
               <string notr="true">selection-background-color: rgb(161, 75, 0);
333
border-color: rgb(255, 119, 0);</string>
334
              </property>
335
              <property name="minimum">
336
               <number>1</number>
337
              </property>
338
              <property name="maximum">
339
               <number>99999</number>
340
              </property>
341
             </widget>
342
            </item>
343
            <item row="0" column="2">
344
             <widget class="QLabel" name="port_label">
345
              <property name="text">
346
               <string>Порт:</string>
347
              </property>
348
             </widget>
349
            </item>
350
           </layout>
351
          </item>
352
          <item>
353
           <layout class="QVBoxLayout" name="verticalLayout_6">
354
            <property name="spacing">
355
             <number>6</number>
356
            </property>
357
            <item>
358
             <widget class="QCheckBox" name="requiredssl_cb">
359
              <property name="text">
360
               <string>Только SSL/TLS</string>
361
              </property>
362
             </widget>
363
            </item>
364
           </layout>
365
          </item>
366
          <item>
367
           <widget class="QFrame" name="frame_4">
368
            <property name="frameShape">
369
             <enum>QFrame::NoFrame</enum>
370
            </property>
371
            <property name="frameShadow">
372
             <enum>QFrame::Raised</enum>
373
            </property>
374
           </widget>
375
          </item>
376
         </layout>
377
        </widget>
378
       </item>
379
      </layout>
380
     </widget>
381
     <widget class="QWidget" name="ident_tab">
382
      <attribute name="title">
383
       <string>Идентификация</string>
384
      </attribute>
385
      <layout class="QVBoxLayout" name="verticalLayout_4">
386
       <item>
387
        <layout class="QGridLayout" name="gridLayout_3">
388
         <item row="0" column="0">
389
          <widget class="QLabel" name="quitmsg_label">
390
           <property name="text">
391
            <string>Сообщение при выходе:</string>
392
           </property>
393
          </widget>
394
         </item>
395
         <item row="0" column="1">
396
          <widget class="QLineEdit" name="quiting_msg_box">
397
           <property name="styleSheet">
398
            <string notr="true">selection-background-color: rgb(161, 75, 0);
399
border-color: rgb(255, 119, 0);</string>
400
           </property>
401
           <property name="text">
402
            <string/>
403
           </property>
404
          </widget>
405
         </item>
406
         <item row="1" column="1">
407
          <widget class="QLineEdit" name="hostname_box"/>
408
         </item>
409
         <item row="1" column="0">
410
          <widget class="QLabel" name="hostname_label">
411
           <property name="text">
412
            <string>Имя хоста:</string>
413
           </property>
414
          </widget>
415
         </item>
416
        </layout>
417
       </item>
418
       <item>
419
        <widget class="QFrame" name="frame_3">
420
         <property name="frameShape">
421
          <enum>QFrame::NoFrame</enum>
422
         </property>
423
         <property name="frameShadow">
424
          <enum>QFrame::Raised</enum>
425
         </property>
426
        </widget>
427
       </item>
428
      </layout>
429
     </widget>
430
    </widget>
431
   </item>
432
   <item>
433
    <widget class="QDialogButtonBox" name="buttonBox">
434
     <property name="styleSheet">
435
      <string notr="true">selection-background-color: rgb(255, 119, 0);</string>
436
     </property>
437
     <property name="orientation">
438
      <enum>Qt::Horizontal</enum>
439
     </property>
440
     <property name="standardButtons">
441
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
442
     </property>
443
    </widget>
444
   </item>
445
  </layout>
446
 </widget>
447
 <resources/>
448
 <connections>
449
  <connection>
450
   <sender>buttonBox</sender>
451
   <signal>accepted()</signal>
452
   <receiver>Dialog</receiver>
453
   <slot>accept()</slot>
454
   <hints>
455
    <hint type="sourcelabel">
456
     <x>248</x>
457
     <y>254</y>
458
    </hint>
459
    <hint type="destinationlabel">
460
     <x>157</x>
461
     <y>274</y>
462
    </hint>
463
   </hints>
464
  </connection>
465
  <connection>
466
   <sender>buttonBox</sender>
467
   <signal>rejected()</signal>
468
   <receiver>Dialog</receiver>
469
   <slot>reject()</slot>
470
   <hints>
471
    <hint type="sourcelabel">
472
     <x>316</x>
473
     <y>260</y>
474
    </hint>
475
    <hint type="destinationlabel">
476
     <x>286</x>
477
     <y>274</y>
478
    </hint>
479
   </hints>
480
  </connection>
481
 </connections>
482
</ui>
483

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

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

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

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