Enigma

Форк
0
/
switchPanel.ui 
598 строк · 16.5 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>SwitchPanel</class>
4
 <widget class="QWidget" name="SwitchPanel">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>787</width>
10
    <height>242</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>787</width>
16
    <height>242</height>
17
   </size>
18
  </property>
19
  <property name="maximumSize">
20
   <size>
21
    <width>809</width>
22
    <height>242</height>
23
   </size>
24
  </property>
25
  <property name="windowTitle">
26
   <string>Switch panel</string>
27
  </property>
28
  <property name="windowIcon">
29
   <iconset resource="res.qrc">
30
    <normaloff>:/res/static/img/Icon.jpg</normaloff>:/res/static/img/Icon.jpg</iconset>
31
  </property>
32
  <property name="layoutDirection">
33
   <enum>Qt::LeftToRight</enum>
34
  </property>
35
  <layout class="QVBoxLayout" name="verticalLayout_9">
36
   <item>
37
    <widget class="QFrame" name="frame">
38
     <property name="minimumSize">
39
      <size>
40
       <width>0</width>
41
       <height>220</height>
42
      </size>
43
     </property>
44
     <property name="maximumSize">
45
      <size>
46
       <width>787</width>
47
       <height>220</height>
48
      </size>
49
     </property>
50
     <property name="frameShape">
51
      <enum>QFrame::StyledPanel</enum>
52
     </property>
53
     <property name="frameShadow">
54
      <enum>QFrame::Raised</enum>
55
     </property>
56
     <layout class="QVBoxLayout" name="verticalLayout_28">
57
      <item>
58
       <layout class="QHBoxLayout" name="horizontalLayout_4">
59
        <item>
60
         <spacer name="horizontalSpacer_5">
61
          <property name="orientation">
62
           <enum>Qt::Horizontal</enum>
63
          </property>
64
          <property name="sizeHint" stdset="0">
65
           <size>
66
            <width>40</width>
67
            <height>20</height>
68
           </size>
69
          </property>
70
         </spacer>
71
        </item>
72
        <item>
73
         <layout class="QVBoxLayout" name="verticalLayout">
74
          <item>
75
           <widget class="QLabel" name="lQ">
76
            <property name="text">
77
             <string>Q</string>
78
            </property>
79
            <property name="alignment">
80
             <set>Qt::AlignCenter</set>
81
            </property>
82
           </widget>
83
          </item>
84
          <item>
85
           <widget class="QComboBox" name="cbQ"/>
86
          </item>
87
         </layout>
88
        </item>
89
        <item>
90
         <layout class="QVBoxLayout" name="verticalLayout_2">
91
          <item>
92
           <widget class="QLabel" name="lW">
93
            <property name="text">
94
             <string>W</string>
95
            </property>
96
            <property name="alignment">
97
             <set>Qt::AlignCenter</set>
98
            </property>
99
           </widget>
100
          </item>
101
          <item>
102
           <widget class="QComboBox" name="cbW"/>
103
          </item>
104
         </layout>
105
        </item>
106
        <item>
107
         <layout class="QVBoxLayout" name="verticalLayout_3">
108
          <item>
109
           <widget class="QLabel" name="lE">
110
            <property name="text">
111
             <string>E</string>
112
            </property>
113
            <property name="alignment">
114
             <set>Qt::AlignCenter</set>
115
            </property>
116
           </widget>
117
          </item>
118
          <item>
119
           <widget class="QComboBox" name="cbE"/>
120
          </item>
121
         </layout>
122
        </item>
123
        <item>
124
         <layout class="QVBoxLayout" name="verticalLayout_4">
125
          <item>
126
           <widget class="QLabel" name="lR">
127
            <property name="text">
128
             <string>R</string>
129
            </property>
130
            <property name="alignment">
131
             <set>Qt::AlignCenter</set>
132
            </property>
133
           </widget>
134
          </item>
135
          <item>
136
           <widget class="QComboBox" name="cbR"/>
137
          </item>
138
         </layout>
139
        </item>
140
        <item>
141
         <layout class="QVBoxLayout" name="verticalLayout_5">
142
          <item>
143
           <widget class="QLabel" name="lT">
144
            <property name="text">
145
             <string>T</string>
146
            </property>
147
            <property name="alignment">
148
             <set>Qt::AlignCenter</set>
149
            </property>
150
           </widget>
151
          </item>
152
          <item>
153
           <widget class="QComboBox" name="cbT"/>
154
          </item>
155
         </layout>
156
        </item>
157
        <item>
158
         <layout class="QVBoxLayout" name="verticalLayout_6">
159
          <item>
160
           <widget class="QLabel" name="lZ">
161
            <property name="text">
162
             <string>Z</string>
163
            </property>
164
            <property name="alignment">
165
             <set>Qt::AlignCenter</set>
166
            </property>
167
           </widget>
168
          </item>
169
          <item>
170
           <widget class="QComboBox" name="cbZ"/>
171
          </item>
172
         </layout>
173
        </item>
174
        <item>
175
         <layout class="QVBoxLayout" name="verticalLayout_7">
176
          <item>
177
           <widget class="QLabel" name="lU">
178
            <property name="text">
179
             <string>U</string>
180
            </property>
181
            <property name="alignment">
182
             <set>Qt::AlignCenter</set>
183
            </property>
184
           </widget>
185
          </item>
186
          <item>
187
           <widget class="QComboBox" name="cbU"/>
188
          </item>
189
         </layout>
190
        </item>
191
        <item>
192
         <layout class="QVBoxLayout" name="verticalLayout_8">
193
          <item>
194
           <widget class="QLabel" name="lI">
195
            <property name="text">
196
             <string>I</string>
197
            </property>
198
            <property name="alignment">
199
             <set>Qt::AlignCenter</set>
200
            </property>
201
           </widget>
202
          </item>
203
          <item>
204
           <widget class="QComboBox" name="cbI"/>
205
          </item>
206
         </layout>
207
        </item>
208
        <item>
209
         <layout class="QVBoxLayout" name="verticalLayout_10">
210
          <item>
211
           <widget class="QLabel" name="lO">
212
            <property name="text">
213
             <string>O</string>
214
            </property>
215
            <property name="alignment">
216
             <set>Qt::AlignCenter</set>
217
            </property>
218
           </widget>
219
          </item>
220
          <item>
221
           <widget class="QComboBox" name="cbO"/>
222
          </item>
223
         </layout>
224
        </item>
225
        <item>
226
         <spacer name="horizontalSpacer_6">
227
          <property name="orientation">
228
           <enum>Qt::Horizontal</enum>
229
          </property>
230
          <property name="sizeHint" stdset="0">
231
           <size>
232
            <width>40</width>
233
            <height>20</height>
234
           </size>
235
          </property>
236
         </spacer>
237
        </item>
238
       </layout>
239
      </item>
240
      <item>
241
       <layout class="QHBoxLayout" name="horizontalLayout">
242
        <item>
243
         <spacer name="horizontalSpacer_3">
244
          <property name="orientation">
245
           <enum>Qt::Horizontal</enum>
246
          </property>
247
          <property name="sizeHint" stdset="0">
248
           <size>
249
            <width>40</width>
250
            <height>20</height>
251
           </size>
252
          </property>
253
         </spacer>
254
        </item>
255
        <item>
256
         <layout class="QVBoxLayout" name="verticalLayout_11">
257
          <item>
258
           <widget class="QLabel" name="lA">
259
            <property name="text">
260
             <string>A</string>
261
            </property>
262
            <property name="alignment">
263
             <set>Qt::AlignCenter</set>
264
            </property>
265
           </widget>
266
          </item>
267
          <item>
268
           <widget class="QComboBox" name="cbA"/>
269
          </item>
270
         </layout>
271
        </item>
272
        <item>
273
         <layout class="QVBoxLayout" name="verticalLayout_18">
274
          <item>
275
           <widget class="QLabel" name="lS">
276
            <property name="text">
277
             <string>S</string>
278
            </property>
279
            <property name="alignment">
280
             <set>Qt::AlignCenter</set>
281
            </property>
282
           </widget>
283
          </item>
284
          <item>
285
           <widget class="QComboBox" name="cbS"/>
286
          </item>
287
         </layout>
288
        </item>
289
        <item>
290
         <layout class="QVBoxLayout" name="verticalLayout_17">
291
          <item>
292
           <widget class="QLabel" name="lD">
293
            <property name="text">
294
             <string>D</string>
295
            </property>
296
            <property name="alignment">
297
             <set>Qt::AlignCenter</set>
298
            </property>
299
           </widget>
300
          </item>
301
          <item>
302
           <widget class="QComboBox" name="cbD"/>
303
          </item>
304
         </layout>
305
        </item>
306
        <item>
307
         <layout class="QVBoxLayout" name="verticalLayout_16">
308
          <item>
309
           <widget class="QLabel" name="lF">
310
            <property name="text">
311
             <string>F</string>
312
            </property>
313
            <property name="alignment">
314
             <set>Qt::AlignCenter</set>
315
            </property>
316
           </widget>
317
          </item>
318
          <item>
319
           <widget class="QComboBox" name="cbF"/>
320
          </item>
321
         </layout>
322
        </item>
323
        <item>
324
         <layout class="QVBoxLayout" name="verticalLayout_15">
325
          <item>
326
           <widget class="QLabel" name="lG">
327
            <property name="text">
328
             <string>G</string>
329
            </property>
330
            <property name="alignment">
331
             <set>Qt::AlignCenter</set>
332
            </property>
333
           </widget>
334
          </item>
335
          <item>
336
           <widget class="QComboBox" name="cbG"/>
337
          </item>
338
         </layout>
339
        </item>
340
        <item>
341
         <layout class="QVBoxLayout" name="verticalLayout_14">
342
          <item>
343
           <widget class="QLabel" name="lH">
344
            <property name="text">
345
             <string>H</string>
346
            </property>
347
            <property name="alignment">
348
             <set>Qt::AlignCenter</set>
349
            </property>
350
           </widget>
351
          </item>
352
          <item>
353
           <widget class="QComboBox" name="cbH"/>
354
          </item>
355
         </layout>
356
        </item>
357
        <item>
358
         <layout class="QVBoxLayout" name="verticalLayout_13">
359
          <item>
360
           <widget class="QLabel" name="lJ">
361
            <property name="text">
362
             <string>J</string>
363
            </property>
364
            <property name="alignment">
365
             <set>Qt::AlignCenter</set>
366
            </property>
367
           </widget>
368
          </item>
369
          <item>
370
           <widget class="QComboBox" name="cbJ"/>
371
          </item>
372
         </layout>
373
        </item>
374
        <item>
375
         <layout class="QVBoxLayout" name="verticalLayout_12">
376
          <item>
377
           <widget class="QLabel" name="lK">
378
            <property name="text">
379
             <string>K</string>
380
            </property>
381
            <property name="alignment">
382
             <set>Qt::AlignCenter</set>
383
            </property>
384
           </widget>
385
          </item>
386
          <item>
387
           <widget class="QComboBox" name="cbK"/>
388
          </item>
389
         </layout>
390
        </item>
391
        <item>
392
         <spacer name="horizontalSpacer_4">
393
          <property name="orientation">
394
           <enum>Qt::Horizontal</enum>
395
          </property>
396
          <property name="sizeHint" stdset="0">
397
           <size>
398
            <width>40</width>
399
            <height>20</height>
400
           </size>
401
          </property>
402
         </spacer>
403
        </item>
404
       </layout>
405
      </item>
406
      <item>
407
       <layout class="QHBoxLayout" name="horizontalLayout_3">
408
        <item>
409
         <spacer name="horizontalSpacer">
410
          <property name="orientation">
411
           <enum>Qt::Horizontal</enum>
412
          </property>
413
          <property name="sizeHint" stdset="0">
414
           <size>
415
            <width>40</width>
416
            <height>20</height>
417
           </size>
418
          </property>
419
         </spacer>
420
        </item>
421
        <item>
422
         <layout class="QVBoxLayout" name="verticalLayout_26">
423
          <item>
424
           <widget class="QLabel" name="lP">
425
            <property name="text">
426
             <string>P</string>
427
            </property>
428
            <property name="alignment">
429
             <set>Qt::AlignCenter</set>
430
            </property>
431
           </widget>
432
          </item>
433
          <item>
434
           <widget class="QComboBox" name="cbP"/>
435
          </item>
436
         </layout>
437
        </item>
438
        <item>
439
         <layout class="QVBoxLayout" name="verticalLayout_27">
440
          <item>
441
           <widget class="QLabel" name="lY">
442
            <property name="text">
443
             <string>Y</string>
444
            </property>
445
            <property name="alignment">
446
             <set>Qt::AlignCenter</set>
447
            </property>
448
           </widget>
449
          </item>
450
          <item>
451
           <widget class="QComboBox" name="cbY"/>
452
          </item>
453
         </layout>
454
        </item>
455
        <item>
456
         <layout class="QVBoxLayout" name="verticalLayout_25">
457
          <item>
458
           <widget class="QLabel" name="lX">
459
            <property name="text">
460
             <string>X</string>
461
            </property>
462
            <property name="alignment">
463
             <set>Qt::AlignCenter</set>
464
            </property>
465
           </widget>
466
          </item>
467
          <item>
468
           <widget class="QComboBox" name="cbX"/>
469
          </item>
470
         </layout>
471
        </item>
472
        <item>
473
         <layout class="QVBoxLayout" name="verticalLayout_24">
474
          <item>
475
           <widget class="QLabel" name="lC">
476
            <property name="text">
477
             <string>C</string>
478
            </property>
479
            <property name="alignment">
480
             <set>Qt::AlignCenter</set>
481
            </property>
482
           </widget>
483
          </item>
484
          <item>
485
           <widget class="QComboBox" name="cbC"/>
486
          </item>
487
         </layout>
488
        </item>
489
        <item>
490
         <layout class="QVBoxLayout" name="verticalLayout_23">
491
          <item>
492
           <widget class="QLabel" name="lV">
493
            <property name="text">
494
             <string>V</string>
495
            </property>
496
            <property name="alignment">
497
             <set>Qt::AlignCenter</set>
498
            </property>
499
           </widget>
500
          </item>
501
          <item>
502
           <widget class="QComboBox" name="cbV"/>
503
          </item>
504
         </layout>
505
        </item>
506
        <item>
507
         <layout class="QVBoxLayout" name="verticalLayout_22">
508
          <item>
509
           <widget class="QLabel" name="lB">
510
            <property name="text">
511
             <string>B</string>
512
            </property>
513
            <property name="alignment">
514
             <set>Qt::AlignCenter</set>
515
            </property>
516
           </widget>
517
          </item>
518
          <item>
519
           <widget class="QComboBox" name="cbB"/>
520
          </item>
521
         </layout>
522
        </item>
523
        <item>
524
         <layout class="QVBoxLayout" name="verticalLayout_21">
525
          <item>
526
           <widget class="QLabel" name="lN">
527
            <property name="text">
528
             <string>N</string>
529
            </property>
530
            <property name="alignment">
531
             <set>Qt::AlignCenter</set>
532
            </property>
533
           </widget>
534
          </item>
535
          <item>
536
           <widget class="QComboBox" name="cbN"/>
537
          </item>
538
         </layout>
539
        </item>
540
        <item>
541
         <layout class="QVBoxLayout" name="verticalLayout_20">
542
          <item>
543
           <widget class="QLabel" name="lM">
544
            <property name="text">
545
             <string>M</string>
546
            </property>
547
            <property name="alignment">
548
             <set>Qt::AlignCenter</set>
549
            </property>
550
           </widget>
551
          </item>
552
          <item>
553
           <widget class="QComboBox" name="cbM"/>
554
          </item>
555
         </layout>
556
        </item>
557
        <item>
558
         <layout class="QVBoxLayout" name="verticalLayout_19">
559
          <item>
560
           <widget class="QLabel" name="lL">
561
            <property name="text">
562
             <string>L</string>
563
            </property>
564
            <property name="alignment">
565
             <set>Qt::AlignCenter</set>
566
            </property>
567
           </widget>
568
          </item>
569
          <item>
570
           <widget class="QComboBox" name="cbL"/>
571
          </item>
572
         </layout>
573
        </item>
574
        <item>
575
         <spacer name="horizontalSpacer_2">
576
          <property name="orientation">
577
           <enum>Qt::Horizontal</enum>
578
          </property>
579
          <property name="sizeHint" stdset="0">
580
           <size>
581
            <width>40</width>
582
            <height>20</height>
583
           </size>
584
          </property>
585
         </spacer>
586
        </item>
587
       </layout>
588
      </item>
589
     </layout>
590
    </widget>
591
   </item>
592
  </layout>
593
 </widget>
594
 <resources>
595
  <include location="res.qrc"/>
596
 </resources>
597
 <connections/>
598
</ui>
599

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

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

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

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