BellManager

Форк
0
/
settingsform.ui 
1615 строк · 39.9 Кб
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>1059</width>
10
    <height>442</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>1059</width>
16
    <height>442</height>
17
   </size>
18
  </property>
19
  <property name="maximumSize">
20
   <size>
21
    <width>1059</width>
22
    <height>442</height>
23
   </size>
24
  </property>
25
  <property name="windowTitle">
26
   <string>Настройки</string>
27
  </property>
28
  <property name="windowIcon">
29
   <iconset>
30
    <normaloff>images/settings_24px.png</normaloff>images/settings_24px.png</iconset>
31
  </property>
32
  <widget class="QPushButton" name="buttonCancel">
33
   <property name="geometry">
34
    <rect>
35
     <x>970</x>
36
     <y>410</y>
37
     <width>75</width>
38
     <height>23</height>
39
    </rect>
40
   </property>
41
   <property name="text">
42
    <string>Отмена</string>
43
   </property>
44
  </widget>
45
  <widget class="QPushButton" name="buttonOK">
46
   <property name="geometry">
47
    <rect>
48
     <x>880</x>
49
     <y>410</y>
50
     <width>75</width>
51
     <height>23</height>
52
    </rect>
53
   </property>
54
   <property name="text">
55
    <string>OK</string>
56
   </property>
57
   <property name="autoDefault">
58
    <bool>false</bool>
59
   </property>
60
  </widget>
61
  <widget class="QTabWidget" name="tabWidget">
62
   <property name="enabled">
63
    <bool>true</bool>
64
   </property>
65
   <property name="geometry">
66
    <rect>
67
     <x>10</x>
68
     <y>10</y>
69
     <width>1041</width>
70
     <height>391</height>
71
    </rect>
72
   </property>
73
   <property name="currentIndex">
74
    <number>4</number>
75
   </property>
76
   <widget class="QWidget" name="tab_3">
77
    <attribute name="title">
78
     <string>Менеджер расписаний</string>
79
    </attribute>
80
    <widget class="QComboBox" name="comboBox">
81
     <property name="geometry">
82
      <rect>
83
       <x>110</x>
84
       <y>30</y>
85
       <width>141</width>
86
       <height>22</height>
87
      </rect>
88
     </property>
89
     <property name="whatsThis">
90
      <string>0</string>
91
     </property>
92
    </widget>
93
    <widget class="QLabel" name="label_4">
94
     <property name="geometry">
95
      <rect>
96
       <x>10</x>
97
       <y>30</y>
98
       <width>81</width>
99
       <height>16</height>
100
      </rect>
101
     </property>
102
     <property name="text">
103
      <string>Понедельник</string>
104
     </property>
105
    </widget>
106
    <widget class="QLabel" name="label_5">
107
     <property name="geometry">
108
      <rect>
109
       <x>10</x>
110
       <y>60</y>
111
       <width>81</width>
112
       <height>16</height>
113
      </rect>
114
     </property>
115
     <property name="text">
116
      <string>Вторник</string>
117
     </property>
118
    </widget>
119
    <widget class="QComboBox" name="comboBox_2">
120
     <property name="geometry">
121
      <rect>
122
       <x>110</x>
123
       <y>60</y>
124
       <width>141</width>
125
       <height>22</height>
126
      </rect>
127
     </property>
128
     <property name="whatsThis">
129
      <string>1</string>
130
     </property>
131
    </widget>
132
    <widget class="QComboBox" name="comboBox_3">
133
     <property name="geometry">
134
      <rect>
135
       <x>110</x>
136
       <y>90</y>
137
       <width>141</width>
138
       <height>22</height>
139
      </rect>
140
     </property>
141
     <property name="whatsThis">
142
      <string>2</string>
143
     </property>
144
    </widget>
145
    <widget class="QComboBox" name="comboBox_4">
146
     <property name="geometry">
147
      <rect>
148
       <x>110</x>
149
       <y>120</y>
150
       <width>141</width>
151
       <height>22</height>
152
      </rect>
153
     </property>
154
     <property name="whatsThis">
155
      <string>3</string>
156
     </property>
157
    </widget>
158
    <widget class="QComboBox" name="comboBox_5">
159
     <property name="geometry">
160
      <rect>
161
       <x>110</x>
162
       <y>150</y>
163
       <width>141</width>
164
       <height>22</height>
165
      </rect>
166
     </property>
167
     <property name="whatsThis">
168
      <string>4</string>
169
     </property>
170
    </widget>
171
    <widget class="QComboBox" name="comboBox_6">
172
     <property name="geometry">
173
      <rect>
174
       <x>110</x>
175
       <y>180</y>
176
       <width>141</width>
177
       <height>22</height>
178
      </rect>
179
     </property>
180
     <property name="whatsThis">
181
      <string>5</string>
182
     </property>
183
    </widget>
184
    <widget class="QLabel" name="label_6">
185
     <property name="geometry">
186
      <rect>
187
       <x>10</x>
188
       <y>90</y>
189
       <width>81</width>
190
       <height>16</height>
191
      </rect>
192
     </property>
193
     <property name="text">
194
      <string>Среда</string>
195
     </property>
196
    </widget>
197
    <widget class="QLabel" name="label_7">
198
     <property name="geometry">
199
      <rect>
200
       <x>10</x>
201
       <y>120</y>
202
       <width>81</width>
203
       <height>16</height>
204
      </rect>
205
     </property>
206
     <property name="text">
207
      <string>Четверг</string>
208
     </property>
209
    </widget>
210
    <widget class="QLabel" name="label_8">
211
     <property name="geometry">
212
      <rect>
213
       <x>10</x>
214
       <y>150</y>
215
       <width>81</width>
216
       <height>16</height>
217
      </rect>
218
     </property>
219
     <property name="text">
220
      <string>Пятница</string>
221
     </property>
222
    </widget>
223
    <widget class="QLabel" name="label_9">
224
     <property name="geometry">
225
      <rect>
226
       <x>10</x>
227
       <y>180</y>
228
       <width>81</width>
229
       <height>16</height>
230
      </rect>
231
     </property>
232
     <property name="text">
233
      <string>Суббота</string>
234
     </property>
235
    </widget>
236
    <widget class="QLabel" name="label_19">
237
     <property name="geometry">
238
      <rect>
239
       <x>10</x>
240
       <y>210</y>
241
       <width>81</width>
242
       <height>16</height>
243
      </rect>
244
     </property>
245
     <property name="text">
246
      <string>Воскресенье</string>
247
     </property>
248
    </widget>
249
    <widget class="QComboBox" name="comboBox_8">
250
     <property name="geometry">
251
      <rect>
252
       <x>110</x>
253
       <y>210</y>
254
       <width>141</width>
255
       <height>22</height>
256
      </rect>
257
     </property>
258
     <property name="whatsThis">
259
      <string>6</string>
260
     </property>
261
    </widget>
262
    <widget class="QComboBox" name="comboBox_9">
263
     <property name="geometry">
264
      <rect>
265
       <x>260</x>
266
       <y>120</y>
267
       <width>141</width>
268
       <height>22</height>
269
      </rect>
270
     </property>
271
     <property name="whatsThis">
272
      <string>10</string>
273
     </property>
274
    </widget>
275
    <widget class="QComboBox" name="comboBox_10">
276
     <property name="geometry">
277
      <rect>
278
       <x>260</x>
279
       <y>30</y>
280
       <width>141</width>
281
       <height>22</height>
282
      </rect>
283
     </property>
284
     <property name="whatsThis">
285
      <string>7</string>
286
     </property>
287
    </widget>
288
    <widget class="QComboBox" name="comboBox_11">
289
     <property name="geometry">
290
      <rect>
291
       <x>260</x>
292
       <y>90</y>
293
       <width>141</width>
294
       <height>22</height>
295
      </rect>
296
     </property>
297
     <property name="whatsThis">
298
      <string>9</string>
299
     </property>
300
    </widget>
301
    <widget class="QComboBox" name="comboBox_12">
302
     <property name="geometry">
303
      <rect>
304
       <x>260</x>
305
       <y>150</y>
306
       <width>141</width>
307
       <height>22</height>
308
      </rect>
309
     </property>
310
     <property name="whatsThis">
311
      <string>11</string>
312
     </property>
313
    </widget>
314
    <widget class="QComboBox" name="comboBox_13">
315
     <property name="geometry">
316
      <rect>
317
       <x>260</x>
318
       <y>210</y>
319
       <width>141</width>
320
       <height>22</height>
321
      </rect>
322
     </property>
323
     <property name="whatsThis">
324
      <string>13</string>
325
     </property>
326
    </widget>
327
    <widget class="QComboBox" name="comboBox_14">
328
     <property name="geometry">
329
      <rect>
330
       <x>260</x>
331
       <y>60</y>
332
       <width>141</width>
333
       <height>22</height>
334
      </rect>
335
     </property>
336
     <property name="whatsThis">
337
      <string>8</string>
338
     </property>
339
    </widget>
340
    <widget class="QComboBox" name="comboBox_15">
341
     <property name="geometry">
342
      <rect>
343
       <x>260</x>
344
       <y>180</y>
345
       <width>141</width>
346
       <height>22</height>
347
      </rect>
348
     </property>
349
     <property name="whatsThis">
350
      <string>12</string>
351
     </property>
352
    </widget>
353
    <widget class="QLabel" name="label_27">
354
     <property name="geometry">
355
      <rect>
356
       <x>110</x>
357
       <y>10</y>
358
       <width>121</width>
359
       <height>16</height>
360
      </rect>
361
     </property>
362
     <property name="text">
363
      <string>Основная школа</string>
364
     </property>
365
    </widget>
366
    <widget class="QLabel" name="label_28">
367
     <property name="geometry">
368
      <rect>
369
       <x>260</x>
370
       <y>10</y>
371
       <width>121</width>
372
       <height>16</height>
373
      </rect>
374
     </property>
375
     <property name="text">
376
      <string>Начальная школа</string>
377
     </property>
378
    </widget>
379
   </widget>
380
   <widget class="QWidget" name="tab">
381
    <attribute name="title">
382
     <string>Расписание уроков</string>
383
    </attribute>
384
    <widget class="QListWidget" name="listWidget">
385
     <property name="geometry">
386
      <rect>
387
       <x>10</x>
388
       <y>20</y>
389
       <width>191</width>
390
       <height>281</height>
391
      </rect>
392
     </property>
393
    </widget>
394
    <widget class="QLabel" name="label_3">
395
     <property name="geometry">
396
      <rect>
397
       <x>460</x>
398
       <y>0</y>
399
       <width>51</width>
400
       <height>16</height>
401
      </rect>
402
     </property>
403
     <property name="text">
404
      <string>2 смена</string>
405
     </property>
406
    </widget>
407
    <widget class="QLabel" name="label">
408
     <property name="geometry">
409
      <rect>
410
       <x>10</x>
411
       <y>0</y>
412
       <width>71</width>
413
       <height>16</height>
414
      </rect>
415
     </property>
416
     <property name="text">
417
      <string>Расписание</string>
418
     </property>
419
    </widget>
420
    <widget class="QLabel" name="label_2">
421
     <property name="geometry">
422
      <rect>
423
       <x>210</x>
424
       <y>0</y>
425
       <width>51</width>
426
       <height>16</height>
427
      </rect>
428
     </property>
429
     <property name="text">
430
      <string>1 смена</string>
431
     </property>
432
    </widget>
433
    <widget class="QTableWidget" name="tableWidget">
434
     <property name="geometry">
435
      <rect>
436
       <x>210</x>
437
       <y>20</y>
438
       <width>251</width>
439
       <height>251</height>
440
      </rect>
441
     </property>
442
     <property name="whatsThis">
443
      <string>Times</string>
444
     </property>
445
     <property name="selectionMode">
446
      <enum>QAbstractItemView::SingleSelection</enum>
447
     </property>
448
     <row>
449
      <property name="text">
450
       <string/>
451
      </property>
452
     </row>
453
     <column>
454
      <property name="text">
455
       <string>Урок</string>
456
      </property>
457
     </column>
458
     <column>
459
      <property name="text">
460
       <string>Начало</string>
461
      </property>
462
     </column>
463
     <column>
464
      <property name="text">
465
       <string>Конец</string>
466
      </property>
467
     </column>
468
    </widget>
469
    <widget class="QTableWidget" name="tableWidget_2">
470
     <property name="geometry">
471
      <rect>
472
       <x>460</x>
473
       <y>20</y>
474
       <width>251</width>
475
       <height>251</height>
476
      </rect>
477
     </property>
478
     <property name="whatsThis">
479
      <string>Times2</string>
480
     </property>
481
     <property name="selectionMode">
482
      <enum>QAbstractItemView::SingleSelection</enum>
483
     </property>
484
     <row>
485
      <property name="text">
486
       <string/>
487
      </property>
488
     </row>
489
     <column>
490
      <property name="text">
491
       <string>Урок</string>
492
      </property>
493
     </column>
494
     <column>
495
      <property name="text">
496
       <string>Начало</string>
497
      </property>
498
     </column>
499
     <column>
500
      <property name="text">
501
       <string>Конец</string>
502
      </property>
503
     </column>
504
    </widget>
505
    <widget class="QTableWidget" name="tableWidget_4">
506
     <property name="geometry">
507
      <rect>
508
       <x>710</x>
509
       <y>20</y>
510
       <width>311</width>
511
       <height>251</height>
512
      </rect>
513
     </property>
514
     <property name="whatsThis">
515
      <string>Light</string>
516
     </property>
517
     <property name="selectionMode">
518
      <enum>QAbstractItemView::SingleSelection</enum>
519
     </property>
520
     <row>
521
      <property name="text">
522
       <string/>
523
      </property>
524
     </row>
525
     <column>
526
      <property name="text">
527
       <string></string>
528
      </property>
529
     </column>
530
     <column>
531
      <property name="text">
532
       <string>Начало</string>
533
      </property>
534
     </column>
535
     <column>
536
      <property name="text">
537
       <string>Конец</string>
538
      </property>
539
     </column>
540
     <column>
541
      <property name="text">
542
       <string>Состояние</string>
543
      </property>
544
     </column>
545
    </widget>
546
    <widget class="QLabel" name="label_10">
547
     <property name="geometry">
548
      <rect>
549
       <x>710</x>
550
       <y>0</y>
551
       <width>81</width>
552
       <height>16</height>
553
      </rect>
554
     </property>
555
     <property name="text">
556
      <string>Освещение</string>
557
     </property>
558
    </widget>
559
    <widget class="QLabel" name="label_11">
560
     <property name="geometry">
561
      <rect>
562
       <x>780</x>
563
       <y>310</y>
564
       <width>141</width>
565
       <height>16</height>
566
      </rect>
567
     </property>
568
     <property name="text">
569
      <string>Утром свет включается в</string>
570
     </property>
571
    </widget>
572
    <widget class="QTimeEdit" name="LightOnTime">
573
     <property name="geometry">
574
      <rect>
575
       <x>940</x>
576
       <y>310</y>
577
       <width>71</width>
578
       <height>22</height>
579
      </rect>
580
     </property>
581
     <property name="toolTip">
582
      <string>Время включения света утром</string>
583
     </property>
584
     <property name="whatsThis">
585
      <string>LightOn</string>
586
     </property>
587
    </widget>
588
    <widget class="QLabel" name="label_12">
589
     <property name="geometry">
590
      <rect>
591
       <x>780</x>
592
       <y>330</y>
593
       <width>161</width>
594
       <height>16</height>
595
      </rect>
596
     </property>
597
     <property name="text">
598
      <string>Вечером свет выключается в</string>
599
     </property>
600
    </widget>
601
    <widget class="QTimeEdit" name="LightOffTime">
602
     <property name="geometry">
603
      <rect>
604
       <x>940</x>
605
       <y>330</y>
606
       <width>71</width>
607
       <height>22</height>
608
      </rect>
609
     </property>
610
     <property name="toolTip">
611
      <string>Время выключения света вечером</string>
612
     </property>
613
     <property name="whatsThis">
614
      <string>LightOff</string>
615
     </property>
616
    </widget>
617
    <widget class="QLabel" name="label_17">
618
     <property name="geometry">
619
      <rect>
620
       <x>220</x>
621
       <y>310</y>
622
       <width>481</width>
623
       <height>51</height>
624
      </rect>
625
     </property>
626
     <property name="text">
627
      <string>По-умолчанию свет работает синхронно со звонками. В правой таблице можно добавить дополнительные промежутки, когда свет должен быть принудительно включен или выключен</string>
628
     </property>
629
     <property name="wordWrap">
630
      <bool>true</bool>
631
     </property>
632
    </widget>
633
    <widget class="QCommandLinkButton" name="addNewRaspButton">
634
     <property name="geometry">
635
      <rect>
636
       <x>10</x>
637
       <y>300</y>
638
       <width>41</width>
639
       <height>41</height>
640
      </rect>
641
     </property>
642
     <property name="toolTip">
643
      <string>Добавить новое расписание</string>
644
     </property>
645
     <property name="text">
646
      <string/>
647
     </property>
648
     <property name="icon">
649
      <iconset>
650
       <normaloff>images/plus_24px.png</normaloff>images/plus_24px.png</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="QCommandLinkButton" name="deleteRaspButton">
660
     <property name="geometry">
661
      <rect>
662
       <x>90</x>
663
       <y>300</y>
664
       <width>41</width>
665
       <height>41</height>
666
      </rect>
667
     </property>
668
     <property name="toolTip">
669
      <string>Удалить расписание</string>
670
     </property>
671
     <property name="text">
672
      <string/>
673
     </property>
674
     <property name="icon">
675
      <iconset>
676
       <normaloff>images/remove_24px.png</normaloff>images/remove_24px.png</iconset>
677
     </property>
678
     <property name="iconSize">
679
      <size>
680
       <width>24</width>
681
       <height>24</height>
682
      </size>
683
     </property>
684
    </widget>
685
    <widget class="QCommandLinkButton" name="addLesson1Button">
686
     <property name="geometry">
687
      <rect>
688
       <x>210</x>
689
       <y>270</y>
690
       <width>41</width>
691
       <height>41</height>
692
      </rect>
693
     </property>
694
     <property name="toolTip">
695
      <string>Добавить урок</string>
696
     </property>
697
     <property name="text">
698
      <string/>
699
     </property>
700
     <property name="icon">
701
      <iconset>
702
       <normaloff>images/plus_24px.png</normaloff>images/plus_24px.png</iconset>
703
     </property>
704
     <property name="iconSize">
705
      <size>
706
       <width>24</width>
707
       <height>24</height>
708
      </size>
709
     </property>
710
    </widget>
711
    <widget class="QCommandLinkButton" name="deleteLesson1Button">
712
     <property name="geometry">
713
      <rect>
714
       <x>250</x>
715
       <y>270</y>
716
       <width>41</width>
717
       <height>41</height>
718
      </rect>
719
     </property>
720
     <property name="toolTip">
721
      <string>Удалить урок</string>
722
     </property>
723
     <property name="text">
724
      <string/>
725
     </property>
726
     <property name="icon">
727
      <iconset>
728
       <normaloff>images/delete_24px.png</normaloff>images/delete_24px.png</iconset>
729
     </property>
730
     <property name="iconSize">
731
      <size>
732
       <width>24</width>
733
       <height>24</height>
734
      </size>
735
     </property>
736
    </widget>
737
    <widget class="QCommandLinkButton" name="deleteLesson2Button">
738
     <property name="geometry">
739
      <rect>
740
       <x>500</x>
741
       <y>270</y>
742
       <width>41</width>
743
       <height>41</height>
744
      </rect>
745
     </property>
746
     <property name="toolTip">
747
      <string>Удалить урок</string>
748
     </property>
749
     <property name="text">
750
      <string/>
751
     </property>
752
     <property name="icon">
753
      <iconset>
754
       <normaloff>images/delete_24px.png</normaloff>images/delete_24px.png</iconset>
755
     </property>
756
     <property name="iconSize">
757
      <size>
758
       <width>24</width>
759
       <height>24</height>
760
      </size>
761
     </property>
762
    </widget>
763
    <widget class="QCommandLinkButton" name="addLesson2Button">
764
     <property name="geometry">
765
      <rect>
766
       <x>460</x>
767
       <y>270</y>
768
       <width>41</width>
769
       <height>41</height>
770
      </rect>
771
     </property>
772
     <property name="toolTip">
773
      <string>Добавить урок</string>
774
     </property>
775
     <property name="text">
776
      <string/>
777
     </property>
778
     <property name="icon">
779
      <iconset>
780
       <normaloff>images/plus_24px.png</normaloff>images/plus_24px.png</iconset>
781
     </property>
782
     <property name="iconSize">
783
      <size>
784
       <width>24</width>
785
       <height>24</height>
786
      </size>
787
     </property>
788
    </widget>
789
    <widget class="QCommandLinkButton" name="deleteLightButton">
790
     <property name="geometry">
791
      <rect>
792
       <x>750</x>
793
       <y>270</y>
794
       <width>41</width>
795
       <height>41</height>
796
      </rect>
797
     </property>
798
     <property name="toolTip">
799
      <string>Удалить урок</string>
800
     </property>
801
     <property name="text">
802
      <string/>
803
     </property>
804
     <property name="icon">
805
      <iconset>
806
       <normaloff>images/delete_24px.png</normaloff>images/delete_24px.png</iconset>
807
     </property>
808
     <property name="iconSize">
809
      <size>
810
       <width>24</width>
811
       <height>24</height>
812
      </size>
813
     </property>
814
    </widget>
815
    <widget class="QCommandLinkButton" name="addLightButton">
816
     <property name="geometry">
817
      <rect>
818
       <x>710</x>
819
       <y>270</y>
820
       <width>41</width>
821
       <height>41</height>
822
      </rect>
823
     </property>
824
     <property name="toolTip">
825
      <string>Добавить урок</string>
826
     </property>
827
     <property name="text">
828
      <string/>
829
     </property>
830
     <property name="icon">
831
      <iconset>
832
       <normaloff>images/plus_24px.png</normaloff>images/plus_24px.png</iconset>
833
     </property>
834
     <property name="iconSize">
835
      <size>
836
       <width>24</width>
837
       <height>24</height>
838
      </size>
839
     </property>
840
    </widget>
841
    <widget class="QCommandLinkButton" name="renameRaspButton">
842
     <property name="geometry">
843
      <rect>
844
       <x>50</x>
845
       <y>300</y>
846
       <width>41</width>
847
       <height>41</height>
848
      </rect>
849
     </property>
850
     <property name="toolTip">
851
      <string>Переименовать расписание</string>
852
     </property>
853
     <property name="text">
854
      <string/>
855
     </property>
856
     <property name="icon">
857
      <iconset>
858
       <normaloff>images/edit_property_24px.png</normaloff>images/edit_property_24px.png</iconset>
859
     </property>
860
     <property name="iconSize">
861
      <size>
862
       <width>24</width>
863
       <height>24</height>
864
      </size>
865
     </property>
866
    </widget>
867
    <zorder>listWidget</zorder>
868
    <zorder>label_3</zorder>
869
    <zorder>label</zorder>
870
    <zorder>label_2</zorder>
871
    <zorder>tableWidget</zorder>
872
    <zorder>tableWidget_2</zorder>
873
    <zorder>tableWidget_4</zorder>
874
    <zorder>label_10</zorder>
875
    <zorder>label_11</zorder>
876
    <zorder>label_12</zorder>
877
    <zorder>LightOffTime</zorder>
878
    <zorder>LightOnTime</zorder>
879
    <zorder>label_17</zorder>
880
    <zorder>addNewRaspButton</zorder>
881
    <zorder>deleteRaspButton</zorder>
882
    <zorder>addLesson1Button</zorder>
883
    <zorder>deleteLesson1Button</zorder>
884
    <zorder>deleteLesson2Button</zorder>
885
    <zorder>addLesson2Button</zorder>
886
    <zorder>deleteLightButton</zorder>
887
    <zorder>addLightButton</zorder>
888
    <zorder>renameRaspButton</zorder>
889
   </widget>
890
   <widget class="QWidget" name="tab_4">
891
    <attribute name="title">
892
     <string>Особенные дни</string>
893
    </attribute>
894
    <widget class="QCalendarWidget" name="calendarWidget">
895
     <property name="geometry">
896
      <rect>
897
       <x>10</x>
898
       <y>40</y>
899
       <width>321</width>
900
       <height>221</height>
901
      </rect>
902
     </property>
903
    </widget>
904
    <widget class="QComboBox" name="comboBox_7">
905
     <property name="geometry">
906
      <rect>
907
       <x>130</x>
908
       <y>270</y>
909
       <width>201</width>
910
       <height>22</height>
911
      </rect>
912
     </property>
913
    </widget>
914
    <widget class="QCommandLinkButton" name="addSpecialDayButton">
915
     <property name="geometry">
916
      <rect>
917
       <x>340</x>
918
       <y>40</y>
919
       <width>131</width>
920
       <height>41</height>
921
      </rect>
922
     </property>
923
     <property name="text">
924
      <string>Добавить</string>
925
     </property>
926
    </widget>
927
    <widget class="QCommandLinkButton" name="deleteSpecialDayButton">
928
     <property name="geometry">
929
      <rect>
930
       <x>340</x>
931
       <y>90</y>
932
       <width>131</width>
933
       <height>41</height>
934
      </rect>
935
     </property>
936
     <property name="text">
937
      <string>Удалить</string>
938
     </property>
939
     <property name="icon">
940
      <iconset>
941
       <normaloff>images/delete_24px.png</normaloff>images/delete_24px.png</iconset>
942
     </property>
943
     <property name="iconSize">
944
      <size>
945
       <width>24</width>
946
       <height>24</height>
947
      </size>
948
     </property>
949
    </widget>
950
    <widget class="QListWidget" name="listWidget_2">
951
     <property name="geometry">
952
      <rect>
953
       <x>480</x>
954
       <y>40</y>
955
       <width>471</width>
956
       <height>301</height>
957
      </rect>
958
     </property>
959
    </widget>
960
    <widget class="QComboBox" name="comboBox_16">
961
     <property name="geometry">
962
      <rect>
963
       <x>130</x>
964
       <y>300</y>
965
       <width>201</width>
966
       <height>22</height>
967
      </rect>
968
     </property>
969
    </widget>
970
    <widget class="QLabel" name="label_25">
971
     <property name="geometry">
972
      <rect>
973
       <x>10</x>
974
       <y>270</y>
975
       <width>111</width>
976
       <height>16</height>
977
      </rect>
978
     </property>
979
     <property name="text">
980
      <string>Основная школа</string>
981
     </property>
982
    </widget>
983
    <widget class="QLabel" name="label_26">
984
     <property name="geometry">
985
      <rect>
986
       <x>10</x>
987
       <y>300</y>
988
       <width>111</width>
989
       <height>16</height>
990
      </rect>
991
     </property>
992
     <property name="text">
993
      <string>Начальная школа</string>
994
     </property>
995
    </widget>
996
    <widget class="QLabel" name="label_29">
997
     <property name="geometry">
998
      <rect>
999
       <x>10</x>
1000
       <y>10</y>
1001
       <width>631</width>
1002
       <height>16</height>
1003
      </rect>
1004
     </property>
1005
     <property name="text">
1006
      <string>Здесь можно добавить исключения для определённых дат. Например: праздники, каникулы и т.д.</string>
1007
     </property>
1008
    </widget>
1009
   </widget>
1010
   <widget class="QWidget" name="tab_5">
1011
    <attribute name="title">
1012
     <string>Особый звонок</string>
1013
    </attribute>
1014
    <widget class="QLabel" name="label_14">
1015
     <property name="geometry">
1016
      <rect>
1017
       <x>10</x>
1018
       <y>10</y>
1019
       <width>921</width>
1020
       <height>16</height>
1021
      </rect>
1022
     </property>
1023
     <property name="text">
1024
      <string>Данная опция позволяет включить звонок  в требуемый день и время с требумой продолжительностью. Например, при проведении праздников, учебной тревоги и т.д.</string>
1025
     </property>
1026
    </widget>
1027
    <widget class="QCommandLinkButton" name="addSpecialRingButton">
1028
     <property name="geometry">
1029
      <rect>
1030
       <x>340</x>
1031
       <y>40</y>
1032
       <width>131</width>
1033
       <height>41</height>
1034
      </rect>
1035
     </property>
1036
     <property name="text">
1037
      <string>Добавить</string>
1038
     </property>
1039
    </widget>
1040
    <widget class="QCommandLinkButton" name="deleteSpecialRingButton">
1041
     <property name="geometry">
1042
      <rect>
1043
       <x>340</x>
1044
       <y>90</y>
1045
       <width>131</width>
1046
       <height>41</height>
1047
      </rect>
1048
     </property>
1049
     <property name="text">
1050
      <string>Удалить</string>
1051
     </property>
1052
     <property name="icon">
1053
      <iconset>
1054
       <normaloff>images/delete_24px.png</normaloff>images/delete_24px.png</iconset>
1055
     </property>
1056
     <property name="iconSize">
1057
      <size>
1058
       <width>24</width>
1059
       <height>24</height>
1060
      </size>
1061
     </property>
1062
    </widget>
1063
    <widget class="QCalendarWidget" name="calendarWidget_2">
1064
     <property name="geometry">
1065
      <rect>
1066
       <x>10</x>
1067
       <y>40</y>
1068
       <width>321</width>
1069
       <height>221</height>
1070
      </rect>
1071
     </property>
1072
    </widget>
1073
    <widget class="QListWidget" name="listWidget_3">
1074
     <property name="geometry">
1075
      <rect>
1076
       <x>480</x>
1077
       <y>40</y>
1078
       <width>401</width>
1079
       <height>281</height>
1080
      </rect>
1081
     </property>
1082
    </widget>
1083
    <widget class="QTimeEdit" name="specialRingTime">
1084
     <property name="geometry">
1085
      <rect>
1086
       <x>60</x>
1087
       <y>270</y>
1088
       <width>81</width>
1089
       <height>22</height>
1090
      </rect>
1091
     </property>
1092
    </widget>
1093
    <widget class="QLabel" name="label_16">
1094
     <property name="geometry">
1095
      <rect>
1096
       <x>10</x>
1097
       <y>270</y>
1098
       <width>47</width>
1099
       <height>13</height>
1100
      </rect>
1101
     </property>
1102
     <property name="text">
1103
      <string>Время:</string>
1104
     </property>
1105
    </widget>
1106
    <widget class="QSpinBox" name="specialRingDuration">
1107
     <property name="geometry">
1108
      <rect>
1109
       <x>310</x>
1110
       <y>270</y>
1111
       <width>51</width>
1112
       <height>22</height>
1113
      </rect>
1114
     </property>
1115
     <property name="minimum">
1116
      <number>1</number>
1117
     </property>
1118
     <property name="value">
1119
      <number>5</number>
1120
     </property>
1121
    </widget>
1122
    <widget class="QLabel" name="label_18">
1123
     <property name="geometry">
1124
      <rect>
1125
       <x>150</x>
1126
       <y>270</y>
1127
       <width>161</width>
1128
       <height>16</height>
1129
      </rect>
1130
     </property>
1131
     <property name="text">
1132
      <string>Продолжительность, секунд:</string>
1133
     </property>
1134
    </widget>
1135
   </widget>
1136
   <widget class="QWidget" name="tab_2">
1137
    <attribute name="title">
1138
     <string>Общие настройки</string>
1139
    </attribute>
1140
    <widget class="QSpinBox" name="spinBox">
1141
     <property name="geometry">
1142
      <rect>
1143
       <x>260</x>
1144
       <y>140</y>
1145
       <width>51</width>
1146
       <height>22</height>
1147
      </rect>
1148
     </property>
1149
     <property name="minimum">
1150
      <number>1</number>
1151
     </property>
1152
     <property name="maximum">
1153
      <number>30</number>
1154
     </property>
1155
    </widget>
1156
    <widget class="QSpinBox" name="spinBox_2">
1157
     <property name="geometry">
1158
      <rect>
1159
       <x>260</x>
1160
       <y>170</y>
1161
       <width>51</width>
1162
       <height>22</height>
1163
      </rect>
1164
     </property>
1165
     <property name="minimum">
1166
      <number>1</number>
1167
     </property>
1168
     <property name="maximum">
1169
      <number>30</number>
1170
     </property>
1171
    </widget>
1172
    <widget class="QLabel" name="label_15">
1173
     <property name="geometry">
1174
      <rect>
1175
       <x>10</x>
1176
       <y>170</y>
1177
       <width>251</width>
1178
       <height>16</height>
1179
      </rect>
1180
     </property>
1181
     <property name="text">
1182
      <string>Задержка выключения света на уроке, минут</string>
1183
     </property>
1184
    </widget>
1185
    <widget class="QLabel" name="label_13">
1186
     <property name="geometry">
1187
      <rect>
1188
       <x>10</x>
1189
       <y>140</y>
1190
       <width>181</width>
1191
       <height>16</height>
1192
      </rect>
1193
     </property>
1194
     <property name="text">
1195
      <string>Длительность звонка, секунд</string>
1196
     </property>
1197
    </widget>
1198
    <widget class="QCheckBox" name="autoStartCheckbox">
1199
     <property name="geometry">
1200
      <rect>
1201
       <x>310</x>
1202
       <y>20</y>
1203
       <width>201</width>
1204
       <height>17</height>
1205
      </rect>
1206
     </property>
1207
     <property name="text">
1208
      <string>Автозапуск при старте Windows</string>
1209
     </property>
1210
    </widget>
1211
    <widget class="QCheckBox" name="autoOnNewDayCheckbox">
1212
     <property name="geometry">
1213
      <rect>
1214
       <x>310</x>
1215
       <y>50</y>
1216
       <width>371</width>
1217
       <height>17</height>
1218
      </rect>
1219
     </property>
1220
     <property name="text">
1221
      <string>Переключаться в автоматический режим при начале нового дня</string>
1222
     </property>
1223
    </widget>
1224
    <widget class="QGroupBox" name="groupBox">
1225
     <property name="geometry">
1226
      <rect>
1227
       <x>10</x>
1228
       <y>10</y>
1229
       <width>281</width>
1230
       <height>121</height>
1231
      </rect>
1232
     </property>
1233
     <property name="title">
1234
      <string>COM-порт</string>
1235
     </property>
1236
     <widget class="QComboBox" name="portComboBox">
1237
      <property name="geometry">
1238
       <rect>
1239
        <x>130</x>
1240
        <y>20</y>
1241
        <width>131</width>
1242
        <height>22</height>
1243
       </rect>
1244
      </property>
1245
     </widget>
1246
     <widget class="QLabel" name="label_20">
1247
      <property name="geometry">
1248
       <rect>
1249
        <x>10</x>
1250
        <y>30</y>
1251
        <width>47</width>
1252
        <height>13</height>
1253
       </rect>
1254
      </property>
1255
      <property name="text">
1256
       <string>Windows</string>
1257
      </property>
1258
     </widget>
1259
     <widget class="QLabel" name="label_21">
1260
      <property name="geometry">
1261
       <rect>
1262
        <x>10</x>
1263
        <y>60</y>
1264
        <width>47</width>
1265
        <height>13</height>
1266
       </rect>
1267
      </property>
1268
      <property name="text">
1269
       <string>Linux</string>
1270
      </property>
1271
     </widget>
1272
     <widget class="QLineEdit" name="portLineEdit">
1273
      <property name="geometry">
1274
       <rect>
1275
        <x>130</x>
1276
        <y>50</y>
1277
        <width>131</width>
1278
        <height>20</height>
1279
       </rect>
1280
      </property>
1281
     </widget>
1282
     <widget class="QLabel" name="label_22">
1283
      <property name="geometry">
1284
       <rect>
1285
        <x>10</x>
1286
        <y>90</y>
1287
        <width>47</width>
1288
        <height>13</height>
1289
       </rect>
1290
      </property>
1291
      <property name="text">
1292
       <string>Скорость</string>
1293
      </property>
1294
     </widget>
1295
     <widget class="QComboBox" name="portSpeed">
1296
      <property name="geometry">
1297
       <rect>
1298
        <x>130</x>
1299
        <y>80</y>
1300
        <width>131</width>
1301
        <height>22</height>
1302
       </rect>
1303
      </property>
1304
      <item>
1305
       <property name="text">
1306
        <string>600</string>
1307
       </property>
1308
      </item>
1309
      <item>
1310
       <property name="text">
1311
        <string>1200</string>
1312
       </property>
1313
      </item>
1314
      <item>
1315
       <property name="text">
1316
        <string>2400</string>
1317
       </property>
1318
      </item>
1319
      <item>
1320
       <property name="text">
1321
        <string>4800</string>
1322
       </property>
1323
      </item>
1324
      <item>
1325
       <property name="text">
1326
        <string>9600</string>
1327
       </property>
1328
      </item>
1329
      <item>
1330
       <property name="text">
1331
        <string>14400</string>
1332
       </property>
1333
      </item>
1334
      <item>
1335
       <property name="text">
1336
        <string>19200</string>
1337
       </property>
1338
      </item>
1339
      <item>
1340
       <property name="text">
1341
        <string>28800</string>
1342
       </property>
1343
      </item>
1344
      <item>
1345
       <property name="text">
1346
        <string>38400</string>
1347
       </property>
1348
      </item>
1349
      <item>
1350
       <property name="text">
1351
        <string>56000</string>
1352
       </property>
1353
      </item>
1354
      <item>
1355
       <property name="text">
1356
        <string>57600</string>
1357
       </property>
1358
      </item>
1359
      <item>
1360
       <property name="text">
1361
        <string>115200</string>
1362
       </property>
1363
      </item>
1364
     </widget>
1365
    </widget>
1366
    <widget class="QGroupBox" name="groupBox_2">
1367
     <property name="enabled">
1368
      <bool>false</bool>
1369
     </property>
1370
     <property name="geometry">
1371
      <rect>
1372
       <x>680</x>
1373
       <y>110</y>
1374
       <width>321</width>
1375
       <height>191</height>
1376
      </rect>
1377
     </property>
1378
     <property name="title">
1379
      <string>Режим работы</string>
1380
     </property>
1381
     <widget class="QRadioButton" name="radioButton">
1382
      <property name="geometry">
1383
       <rect>
1384
        <x>10</x>
1385
        <y>20</y>
1386
        <width>301</width>
1387
        <height>17</height>
1388
       </rect>
1389
      </property>
1390
      <property name="text">
1391
       <string>Разное расписание для основной и начальной школы</string>
1392
      </property>
1393
     </widget>
1394
     <widget class="QRadioButton" name="radioButton_2">
1395
      <property name="geometry">
1396
       <rect>
1397
        <x>10</x>
1398
        <y>100</y>
1399
        <width>301</width>
1400
        <height>17</height>
1401
       </rect>
1402
      </property>
1403
      <property name="text">
1404
       <string>Одно расписание для всей школы</string>
1405
      </property>
1406
     </widget>
1407
     <widget class="QLabel" name="label_23">
1408
      <property name="geometry">
1409
       <rect>
1410
        <x>40</x>
1411
        <y>40</y>
1412
        <width>261</width>
1413
        <height>41</height>
1414
       </rect>
1415
      </property>
1416
      <property name="text">
1417
       <string>Для основной и начальной школы действует индивидуальное расписание звонков и освещения.</string>
1418
      </property>
1419
      <property name="wordWrap">
1420
       <bool>true</bool>
1421
      </property>
1422
     </widget>
1423
     <widget class="QLabel" name="label_24">
1424
      <property name="geometry">
1425
       <rect>
1426
        <x>40</x>
1427
        <y>120</y>
1428
        <width>261</width>
1429
        <height>41</height>
1430
       </rect>
1431
      </property>
1432
      <property name="text">
1433
       <string>Расписание и элементы управления начальной школы игнорируются. Основное расписание применяется для всей школы.</string>
1434
      </property>
1435
      <property name="wordWrap">
1436
       <bool>true</bool>
1437
      </property>
1438
     </widget>
1439
    </widget>
1440
    <widget class="QCheckBox" name="logCheckBox">
1441
     <property name="geometry">
1442
      <rect>
1443
       <x>310</x>
1444
       <y>80</y>
1445
       <width>211</width>
1446
       <height>17</height>
1447
      </rect>
1448
     </property>
1449
     <property name="text">
1450
      <string>Включить ведение логов</string>
1451
     </property>
1452
    </widget>
1453
    <widget class="QGroupBox" name="groupBox_3">
1454
     <property name="geometry">
1455
      <rect>
1456
       <x>10</x>
1457
       <y>200</y>
1458
       <width>651</width>
1459
       <height>141</height>
1460
      </rect>
1461
     </property>
1462
     <property name="title">
1463
      <string>Звуковые уведомления перед началом урока</string>
1464
     </property>
1465
     <widget class="QCheckBox" name="notifyBeforeRing">
1466
      <property name="geometry">
1467
       <rect>
1468
        <x>10</x>
1469
        <y>20</y>
1470
        <width>131</width>
1471
        <height>17</height>
1472
       </rect>
1473
      </property>
1474
      <property name="text">
1475
       <string>Включить</string>
1476
      </property>
1477
     </widget>
1478
     <widget class="QLineEdit" name="notify5">
1479
      <property name="geometry">
1480
       <rect>
1481
        <x>70</x>
1482
        <y>80</y>
1483
        <width>201</width>
1484
        <height>20</height>
1485
       </rect>
1486
      </property>
1487
     </widget>
1488
     <widget class="QPushButton" name="browseNotifyFile5">
1489
      <property name="geometry">
1490
       <rect>
1491
        <x>270</x>
1492
        <y>80</y>
1493
        <width>41</width>
1494
        <height>20</height>
1495
       </rect>
1496
      </property>
1497
      <property name="text">
1498
       <string>...</string>
1499
      </property>
1500
     </widget>
1501
     <widget class="QLabel" name="label_31">
1502
      <property name="geometry">
1503
       <rect>
1504
        <x>10</x>
1505
        <y>90</y>
1506
        <width>47</width>
1507
        <height>13</height>
1508
       </rect>
1509
      </property>
1510
      <property name="text">
1511
       <string>5 минут</string>
1512
      </property>
1513
     </widget>
1514
     <widget class="QPushButton" name="browseNotifyFile1">
1515
      <property name="geometry">
1516
       <rect>
1517
        <x>270</x>
1518
        <y>50</y>
1519
        <width>41</width>
1520
        <height>20</height>
1521
       </rect>
1522
      </property>
1523
      <property name="text">
1524
       <string>...</string>
1525
      </property>
1526
     </widget>
1527
     <widget class="QLabel" name="label_30">
1528
      <property name="geometry">
1529
       <rect>
1530
        <x>10</x>
1531
        <y>60</y>
1532
        <width>47</width>
1533
        <height>13</height>
1534
       </rect>
1535
      </property>
1536
      <property name="text">
1537
       <string>1 минута</string>
1538
      </property>
1539
     </widget>
1540
     <widget class="QLineEdit" name="notify1">
1541
      <property name="geometry">
1542
       <rect>
1543
        <x>70</x>
1544
        <y>50</y>
1545
        <width>201</width>
1546
        <height>20</height>
1547
       </rect>
1548
      </property>
1549
     </widget>
1550
     <widget class="QPushButton" name="browseNotifyFile1_2">
1551
      <property name="geometry">
1552
       <rect>
1553
        <x>520</x>
1554
        <y>50</y>
1555
        <width>41</width>
1556
        <height>20</height>
1557
       </rect>
1558
      </property>
1559
      <property name="text">
1560
       <string>...</string>
1561
      </property>
1562
     </widget>
1563
     <widget class="QLineEdit" name="notify1_2">
1564
      <property name="geometry">
1565
       <rect>
1566
        <x>320</x>
1567
        <y>50</y>
1568
        <width>201</width>
1569
        <height>20</height>
1570
       </rect>
1571
      </property>
1572
     </widget>
1573
     <widget class="QPushButton" name="browseNotifyFile5_2">
1574
      <property name="geometry">
1575
       <rect>
1576
        <x>520</x>
1577
        <y>80</y>
1578
        <width>41</width>
1579
        <height>20</height>
1580
       </rect>
1581
      </property>
1582
      <property name="text">
1583
       <string>...</string>
1584
      </property>
1585
     </widget>
1586
     <widget class="QLineEdit" name="notify5_2">
1587
      <property name="geometry">
1588
       <rect>
1589
        <x>320</x>
1590
        <y>80</y>
1591
        <width>201</width>
1592
        <height>20</height>
1593
       </rect>
1594
      </property>
1595
     </widget>
1596
     <widget class="QCheckBox" name="differentByDays">
1597
      <property name="geometry">
1598
       <rect>
1599
        <x>320</x>
1600
        <y>20</y>
1601
        <width>201</width>
1602
        <height>17</height>
1603
       </rect>
1604
      </property>
1605
      <property name="text">
1606
       <string>По чётным числам другой звук</string>
1607
      </property>
1608
     </widget>
1609
    </widget>
1610
   </widget>
1611
  </widget>
1612
 </widget>
1613
 <resources/>
1614
 <connections/>
1615
</ui>
1616

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

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

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

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