Subversion Repositories tpanel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 andreas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TQtSettings</class>
4
 <widget class="QDialog" name="TQtSettings">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
118 andreas 9
    <width>631</width>
120 andreas 10
    <height>410</height>
2 andreas 11
   </rect>
12
  </property>
40 andreas 13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="minimumSize">
20
   <size>
21
    <width>629</width>
22
    <height>330</height>
23
   </size>
24
  </property>
2 andreas 25
  <property name="windowTitle">
26
   <string>Settings</string>
27
  </property>
40 andreas 28
  <property name="locale">
29
   <locale language="English" country="Europe"/>
30
  </property>
31
  <property name="modal">
32
   <bool>false</bool>
33
  </property>
118 andreas 34
  <widget class="QTabWidget" name="tabWidget">
2 andreas 35
   <property name="geometry">
36
    <rect>
59 andreas 37
     <x>0</x>
38
     <y>0</y>
39
     <width>631</width>
118 andreas 40
     <height>361</height>
2 andreas 41
    </rect>
42
   </property>
118 andreas 43
   <property name="currentIndex">
44
    <number>1</number>
40 andreas 45
   </property>
120 andreas 46
   <property name="elideMode">
47
    <enum>Qt::ElideLeft</enum>
48
   </property>
118 andreas 49
   <widget class="QWidget" name="tabLog">
50
    <attribute name="title">
51
     <string>Logging</string>
52
    </attribute>
53
    <widget class="QCheckBox" name="checkBox_LogInfo">
59 andreas 54
     <property name="geometry">
55
      <rect>
118 andreas 56
       <x>140</x>
57
       <y>10</y>
58
       <width>49</width>
59
       <height>28</height>
59 andreas 60
      </rect>
61
     </property>
118 andreas 62
     <property name="text">
63
      <string>Info</string>
64
     </property>
65
    </widget>
66
    <widget class="QCheckBox" name="checkBox_LogWarning">
67
     <property name="geometry">
68
      <rect>
69
       <x>190</x>
70
       <y>10</y>
71
       <width>75</width>
72
       <height>28</height>
73
      </rect>
74
     </property>
75
     <property name="text">
76
      <string>Warning</string>
77
     </property>
78
    </widget>
79
    <widget class="QCheckBox" name="checkBox_LogError">
80
     <property name="geometry">
81
      <rect>
82
       <x>270</x>
83
       <y>10</y>
84
       <width>61</width>
85
       <height>28</height>
86
      </rect>
87
     </property>
88
     <property name="text">
89
      <string>Error</string>
90
     </property>
91
    </widget>
92
    <widget class="QCheckBox" name="checkBox_LogAll">
93
     <property name="geometry">
94
      <rect>
95
       <x>570</x>
96
       <y>10</y>
97
       <width>51</width>
98
       <height>28</height>
99
      </rect>
100
     </property>
101
     <property name="text">
102
      <string>All</string>
103
     </property>
104
    </widget>
105
    <widget class="QCheckBox" name="checkBox_Profiling">
106
     <property name="geometry">
107
      <rect>
108
       <x>140</x>
109
       <y>40</y>
110
       <width>91</width>
111
       <height>28</height>
112
      </rect>
113
     </property>
59 andreas 114
     <property name="sizePolicy">
115
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
116
       <horstretch>0</horstretch>
117
       <verstretch>0</verstretch>
118
      </sizepolicy>
119
     </property>
120
     <property name="minimumSize">
121
      <size>
155 andreas 122
       <width>0</width>
123
       <height>0</height>
59 andreas 124
      </size>
125
     </property>
118 andreas 126
     <property name="toolTip">
127
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Adds profiling time to logfile.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
59 andreas 128
     </property>
118 andreas 129
     <property name="text">
130
      <string>Profiling</string>
59 andreas 131
     </property>
132
    </widget>
118 andreas 133
    <widget class="QLabel" name="label_logFormats">
59 andreas 134
     <property name="geometry">
135
      <rect>
136
       <x>10</x>
118 andreas 137
       <y>40</y>
122 andreas 138
       <width>131</width>
118 andreas 139
       <height>21</height>
59 andreas 140
      </rect>
141
     </property>
118 andreas 142
     <property name="text">
143
      <string>Log formats</string>
144
     </property>
145
    </widget>
146
    <widget class="QCheckBox" name="checkBox_Format">
147
     <property name="geometry">
148
      <rect>
149
       <x>270</x>
150
       <y>40</y>
151
       <width>131</width>
152
       <height>26</height>
153
      </rect>
154
     </property>
59 andreas 155
     <property name="sizePolicy">
118 andreas 156
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
59 andreas 157
       <horstretch>0</horstretch>
158
       <verstretch>0</verstretch>
159
      </sizepolicy>
160
     </property>
161
     <property name="minimumSize">
162
      <size>
155 andreas 163
       <width>0</width>
164
       <height>0</height>
59 andreas 165
      </size>
166
     </property>
167
     <property name="text">
118 andreas 168
      <string>Long format</string>
59 andreas 169
     </property>
170
    </widget>
118 andreas 171
    <widget class="QCheckBox" name="checkBox_LogTrace">
59 andreas 172
     <property name="geometry">
173
      <rect>
118 andreas 174
       <x>330</x>
59 andreas 175
       <y>10</y>
118 andreas 176
       <width>61</width>
59 andreas 177
       <height>28</height>
178
      </rect>
179
     </property>
180
     <property name="text">
118 andreas 181
      <string>Trace</string>
59 andreas 182
     </property>
183
    </widget>
118 andreas 184
    <widget class="QLabel" name="label_logLevel">
59 andreas 185
     <property name="geometry">
186
      <rect>
118 andreas 187
       <x>10</x>
59 andreas 188
       <y>10</y>
118 andreas 189
       <width>121</width>
190
       <height>22</height>
59 andreas 191
      </rect>
192
     </property>
118 andreas 193
     <property name="sizePolicy">
194
      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
195
       <horstretch>0</horstretch>
196
       <verstretch>0</verstretch>
197
      </sizepolicy>
59 andreas 198
     </property>
118 andreas 199
     <property name="minimumSize">
200
      <size>
155 andreas 201
       <width>0</width>
202
       <height>0</height>
118 andreas 203
      </size>
59 andreas 204
     </property>
205
     <property name="text">
118 andreas 206
      <string>Log steps</string>
59 andreas 207
     </property>
208
    </widget>
209
    <widget class="QCheckBox" name="checkBox_LogDebug">
210
     <property name="geometry">
211
      <rect>
212
       <x>390</x>
213
       <y>10</y>
214
       <width>71</width>
215
       <height>28</height>
216
      </rect>
217
     </property>
218
     <property name="text">
219
      <string>Debug</string>
220
     </property>
221
    </widget>
118 andreas 222
    <widget class="QToolButton" name="kiconbutton_logFile">
59 andreas 223
     <property name="geometry">
224
      <rect>
118 andreas 225
       <x>570</x>
226
       <y>70</y>
227
       <width>44</width>
228
       <height>38</height>
59 andreas 229
      </rect>
230
     </property>
118 andreas 231
     <property name="sizePolicy">
232
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
233
       <horstretch>0</horstretch>
234
       <verstretch>0</verstretch>
235
      </sizepolicy>
59 andreas 236
     </property>
118 andreas 237
     <property name="minimumSize">
238
      <size>
155 andreas 239
       <width>0</width>
240
       <height>0</height>
118 andreas 241
      </size>
59 andreas 242
     </property>
120 andreas 243
     <property name="toolTip">
244
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Displays a file dialog where you can select the path and name of the logfile.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
245
     </property>
118 andreas 246
     <property name="icon">
247
      <iconset resource="tpanel.qrc">
248
       <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
59 andreas 249
     </property>
118 andreas 250
     <property name="iconSize">
251
      <size>
252
       <width>32</width>
253
       <height>32</height>
254
      </size>
255
     </property>
59 andreas 256
    </widget>
257
    <widget class="QCheckBox" name="checkBox_LogProtocol">
258
     <property name="geometry">
259
      <rect>
260
       <x>490</x>
261
       <y>10</y>
262
       <width>81</width>
263
       <height>28</height>
264
      </rect>
265
     </property>
266
     <property name="text">
267
      <string>Protocol</string>
268
     </property>
269
    </widget>
270
    <widget class="QLabel" name="label_logFile">
271
     <property name="geometry">
272
      <rect>
273
       <x>10</x>
122 andreas 274
       <y>80</y>
59 andreas 275
       <width>121</width>
276
       <height>22</height>
277
      </rect>
278
     </property>
279
     <property name="sizePolicy">
280
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
281
       <horstretch>0</horstretch>
282
       <verstretch>0</verstretch>
283
      </sizepolicy>
284
     </property>
285
     <property name="minimumSize">
286
      <size>
155 andreas 287
       <width>0</width>
288
       <height>0</height>
59 andreas 289
      </size>
290
     </property>
291
     <property name="text">
292
      <string>Logfile</string>
293
     </property>
294
    </widget>
295
    <widget class="QLineEdit" name="lineEdit_logFile">
296
     <property name="geometry">
297
      <rect>
298
       <x>140</x>
299
       <y>70</y>
300
       <width>370</width>
301
       <height>36</height>
302
      </rect>
303
     </property>
304
     <property name="sizePolicy">
305
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
306
       <horstretch>0</horstretch>
307
       <verstretch>0</verstretch>
308
      </sizepolicy>
309
     </property>
310
     <property name="minimumSize">
311
      <size>
155 andreas 312
       <width>0</width>
313
       <height>0</height>
59 andreas 314
      </size>
315
     </property>
120 andreas 316
     <property name="toolTip">
317
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The path and name of a file where TPanel may write some logging informations.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
318
     </property>
59 andreas 319
    </widget>
320
    <widget class="QToolButton" name="kiconbutton_reset">
321
     <property name="geometry">
322
      <rect>
323
       <x>520</x>
324
       <y>70</y>
325
       <width>44</width>
326
       <height>38</height>
327
      </rect>
328
     </property>
329
     <property name="minimumSize">
330
      <size>
155 andreas 331
       <width>0</width>
332
       <height>0</height>
59 andreas 333
      </size>
334
     </property>
120 andreas 335
     <property name="toolTip">
336
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;On mobile devices this resets the path and name of the logfile to the default.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
337
     </property>
59 andreas 338
     <property name="icon">
339
      <iconset resource="tpanel.qrc">
340
       <normaloff>:/images/reset.png</normaloff>:/images/reset.png</iconset>
341
     </property>
342
     <property name="iconSize">
343
      <size>
344
       <width>32</width>
345
       <height>32</height>
346
      </size>
347
     </property>
348
    </widget>
118 andreas 349
   </widget>
350
   <widget class="QWidget" name="tabCtrl">
351
    <attribute name="title">
352
     <string>Controller</string>
353
    </attribute>
354
    <widget class="QLabel" name="label_Port">
59 andreas 355
     <property name="geometry">
356
      <rect>
118 andreas 357
       <x>10</x>
358
       <y>60</y>
122 andreas 359
       <width>131</width>
118 andreas 360
       <height>22</height>
59 andreas 361
      </rect>
362
     </property>
363
     <property name="sizePolicy">
364
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
365
       <horstretch>0</horstretch>
366
       <verstretch>0</verstretch>
367
      </sizepolicy>
368
     </property>
369
     <property name="minimumSize">
370
      <size>
155 andreas 371
       <width>0</width>
372
       <height>0</height>
59 andreas 373
      </size>
374
     </property>
118 andreas 375
     <property name="text">
376
      <string>Network port</string>
59 andreas 377
     </property>
378
    </widget>
118 andreas 379
    <widget class="QLabel" name="label_Channel">
59 andreas 380
     <property name="geometry">
381
      <rect>
382
       <x>10</x>
118 andreas 383
       <y>100</y>
122 andreas 384
       <width>131</width>
59 andreas 385
       <height>22</height>
386
      </rect>
387
     </property>
388
     <property name="sizePolicy">
389
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
390
       <horstretch>0</horstretch>
391
       <verstretch>0</verstretch>
392
      </sizepolicy>
393
     </property>
394
     <property name="minimumSize">
395
      <size>
155 andreas 396
       <width>0</width>
397
       <height>0</height>
59 andreas 398
      </size>
399
     </property>
400
     <property name="text">
118 andreas 401
      <string>Channel number</string>
59 andreas 402
     </property>
403
    </widget>
118 andreas 404
    <widget class="QSpinBox" name="spinBox_Channel">
59 andreas 405
     <property name="geometry">
406
      <rect>
407
       <x>140</x>
118 andreas 408
       <y>90</y>
409
       <width>141</width>
59 andreas 410
       <height>36</height>
411
      </rect>
412
     </property>
413
     <property name="sizePolicy">
414
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
415
       <horstretch>0</horstretch>
416
       <verstretch>0</verstretch>
417
      </sizepolicy>
418
     </property>
419
     <property name="minimumSize">
420
      <size>
155 andreas 421
       <width>0</width>
422
       <height>0</height>
59 andreas 423
      </size>
424
     </property>
118 andreas 425
     <property name="toolTip">
426
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The channel number of the panel. This must be a number between 10000 and 20000.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
427
     </property>
428
     <property name="minimum">
429
      <number>10001</number>
430
     </property>
431
     <property name="maximum">
432
      <number>10999</number>
433
     </property>
434
     <property name="value">
435
      <number>10001</number>
436
     </property>
59 andreas 437
    </widget>
118 andreas 438
    <widget class="QLineEdit" name="lineEdit_PType">
59 andreas 439
     <property name="geometry">
440
      <rect>
118 andreas 441
       <x>140</x>
442
       <y>130</y>
443
       <width>471</width>
444
       <height>36</height>
59 andreas 445
      </rect>
446
     </property>
447
     <property name="sizePolicy">
448
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
449
       <horstretch>0</horstretch>
450
       <verstretch>0</verstretch>
451
      </sizepolicy>
452
     </property>
453
     <property name="minimumSize">
454
      <size>
155 andreas 455
       <width>0</width>
456
       <height>0</height>
59 andreas 457
      </size>
458
     </property>
118 andreas 459
     <property name="toolTip">
460
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This is the technical name of the panel. For example MVP-5200. At least this should be a name known by TPDesign4.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
461
     </property>
59 andreas 462
     <property name="text">
118 andreas 463
      <string>Android</string>
59 andreas 464
     </property>
465
    </widget>
118 andreas 466
    <widget class="QLineEdit" name="lineEdit_Controller">
467
     <property name="geometry">
468
      <rect>
469
       <x>140</x>
470
       <y>10</y>
471
       <width>471</width>
472
       <height>36</height>
473
      </rect>
474
     </property>
475
     <property name="sizePolicy">
476
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
477
       <horstretch>0</horstretch>
478
       <verstretch>0</verstretch>
479
      </sizepolicy>
480
     </property>
481
     <property name="minimumSize">
482
      <size>
155 andreas 483
       <width>0</width>
484
       <height>0</height>
118 andreas 485
      </size>
486
     </property>
487
     <property name="toolTip">
488
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The IP address or the FQDN of the controller.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
489
     </property>
490
    </widget>
59 andreas 491
    <widget class="QSpinBox" name="spinBox_Port">
492
     <property name="geometry">
493
      <rect>
494
       <x>140</x>
118 andreas 495
       <y>50</y>
59 andreas 496
       <width>141</width>
497
       <height>36</height>
498
      </rect>
499
     </property>
500
     <property name="sizePolicy">
501
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
502
       <horstretch>0</horstretch>
503
       <verstretch>0</verstretch>
504
      </sizepolicy>
505
     </property>
506
     <property name="minimumSize">
507
      <size>
155 andreas 508
       <width>0</width>
509
       <height>0</height>
59 andreas 510
      </size>
511
     </property>
118 andreas 512
     <property name="toolTip">
513
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The network port the controller is listening on. Default port is 1397.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
514
     </property>
59 andreas 515
     <property name="minimum">
516
      <number>1024</number>
517
     </property>
518
     <property name="maximum">
519
      <number>32767</number>
520
     </property>
521
     <property name="value">
522
      <number>1397</number>
523
     </property>
524
    </widget>
118 andreas 525
    <widget class="QLabel" name="label_Controller">
59 andreas 526
     <property name="geometry">
527
      <rect>
528
       <x>10</x>
118 andreas 529
       <y>20</y>
122 andreas 530
       <width>131</width>
59 andreas 531
       <height>22</height>
532
      </rect>
533
     </property>
534
     <property name="sizePolicy">
535
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
536
       <horstretch>0</horstretch>
537
       <verstretch>0</verstretch>
538
      </sizepolicy>
539
     </property>
540
     <property name="minimumSize">
541
      <size>
155 andreas 542
       <width>0</width>
543
       <height>0</height>
59 andreas 544
      </size>
545
     </property>
546
     <property name="text">
118 andreas 547
      <string>Controller</string>
59 andreas 548
     </property>
549
    </widget>
118 andreas 550
    <widget class="QLabel" name="label_PType">
59 andreas 551
     <property name="geometry">
552
      <rect>
118 andreas 553
       <x>10</x>
554
       <y>140</y>
122 andreas 555
       <width>131</width>
118 andreas 556
       <height>22</height>
557
      </rect>
558
     </property>
559
     <property name="sizePolicy">
560
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
561
       <horstretch>0</horstretch>
562
       <verstretch>0</verstretch>
563
      </sizepolicy>
564
     </property>
565
     <property name="minimumSize">
566
      <size>
155 andreas 567
       <width>0</width>
568
       <height>0</height>
118 andreas 569
      </size>
570
     </property>
571
     <property name="text">
572
      <string>Panel type</string>
573
     </property>
574
    </widget>
575
    <widget class="QLabel" name="label_FTPuser">
576
     <property name="geometry">
577
      <rect>
578
       <x>10</x>
579
       <y>180</y>
122 andreas 580
       <width>131</width>
118 andreas 581
       <height>22</height>
582
      </rect>
583
     </property>
584
     <property name="sizePolicy">
585
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
586
       <horstretch>0</horstretch>
587
       <verstretch>0</verstretch>
588
      </sizepolicy>
589
     </property>
590
     <property name="minimumSize">
591
      <size>
155 andreas 592
       <width>0</width>
593
       <height>0</height>
118 andreas 594
      </size>
595
     </property>
596
     <property name="text">
597
      <string>FTP user name</string>
598
     </property>
599
    </widget>
600
    <widget class="QLabel" name="label_FTPpassword">
601
     <property name="geometry">
602
      <rect>
603
       <x>10</x>
604
       <y>220</y>
122 andreas 605
       <width>131</width>
118 andreas 606
       <height>22</height>
607
      </rect>
608
     </property>
609
     <property name="sizePolicy">
610
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
611
       <horstretch>0</horstretch>
612
       <verstretch>0</verstretch>
613
      </sizepolicy>
614
     </property>
615
     <property name="minimumSize">
616
      <size>
155 andreas 617
       <width>0</width>
618
       <height>0</height>
118 andreas 619
      </size>
620
     </property>
621
     <property name="text">
622
      <string>FTP password</string>
623
     </property>
624
    </widget>
625
    <widget class="QLabel" name="label_FTPsurface">
626
     <property name="geometry">
627
      <rect>
628
       <x>10</x>
629
       <y>260</y>
122 andreas 630
       <width>131</width>
118 andreas 631
       <height>22</height>
632
      </rect>
633
     </property>
634
     <property name="sizePolicy">
635
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
636
       <horstretch>0</horstretch>
637
       <verstretch>0</verstretch>
638
      </sizepolicy>
639
     </property>
640
     <property name="minimumSize">
641
      <size>
155 andreas 642
       <width>0</width>
643
       <height>0</height>
118 andreas 644
      </size>
645
     </property>
646
     <property name="text">
647
      <string>TP4 file name</string>
648
     </property>
649
    </widget>
650
    <widget class="QLabel" name="label_FTPpassive">
651
     <property name="geometry">
652
      <rect>
653
       <x>10</x>
654
       <y>300</y>
122 andreas 655
       <width>131</width>
118 andreas 656
       <height>22</height>
657
      </rect>
658
     </property>
659
     <property name="sizePolicy">
660
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
661
       <horstretch>0</horstretch>
662
       <verstretch>0</verstretch>
663
      </sizepolicy>
664
     </property>
665
     <property name="minimumSize">
666
      <size>
155 andreas 667
       <width>0</width>
668
       <height>0</height>
118 andreas 669
      </size>
670
     </property>
671
     <property name="text">
672
      <string>FTP passive mode</string>
673
     </property>
674
    </widget>
675
    <widget class="QLineEdit" name="lineEdit_FTPuser">
676
     <property name="geometry">
677
      <rect>
59 andreas 678
       <x>140</x>
118 andreas 679
       <y>170</y>
680
       <width>471</width>
681
       <height>36</height>
682
      </rect>
683
     </property>
684
     <property name="sizePolicy">
685
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
686
       <horstretch>0</horstretch>
687
       <verstretch>0</verstretch>
688
      </sizepolicy>
689
     </property>
690
     <property name="minimumSize">
691
      <size>
155 andreas 692
       <width>0</width>
693
       <height>0</height>
118 andreas 694
      </size>
695
     </property>
696
     <property name="toolTip">
697
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Defines the user name to login over FTP to the controller. By default this is &lt;span style=&quot; font-weight:600;&quot;&gt;administrator&lt;/span&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
698
     </property>
699
     <property name="text">
700
      <string>administrator</string>
701
     </property>
702
    </widget>
703
    <widget class="QLineEdit" name="lineEdit_FTPpassword">
704
     <property name="geometry">
705
      <rect>
706
       <x>140</x>
707
       <y>210</y>
708
       <width>471</width>
709
       <height>36</height>
59 andreas 710
      </rect>
711
     </property>
712
     <property name="sizePolicy">
713
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
714
       <horstretch>0</horstretch>
715
       <verstretch>0</verstretch>
716
      </sizepolicy>
717
     </property>
718
     <property name="minimumSize">
719
      <size>
155 andreas 720
       <width>0</width>
721
       <height>0</height>
59 andreas 722
      </size>
723
     </property>
118 andreas 724
     <property name="toolTip">
725
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This is the password used to login to the controller. By default this is &lt;span style=&quot; font-weight:600;&quot;&gt;password&lt;/span&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
59 andreas 726
     </property>
118 andreas 727
     <property name="text">
728
      <string>password</string>
59 andreas 729
     </property>
118 andreas 730
     <property name="echoMode">
731
      <enum>QLineEdit::Password</enum>
59 andreas 732
     </property>
733
    </widget>
122 andreas 734
    <widget class="QCheckBox" name="checkBox_FTPpassive">
59 andreas 735
     <property name="geometry">
736
      <rect>
118 andreas 737
       <x>140</x>
122 andreas 738
       <y>300</y>
739
       <width>191</width>
740
       <height>21</height>
118 andreas 741
      </rect>
742
     </property>
122 andreas 743
     <property name="text">
744
      <string>Passiv</string>
118 andreas 745
     </property>
122 andreas 746
    </widget>
747
    <widget class="QComboBox" name="comboBox_FTPsurface">
748
     <property name="geometry">
749
      <rect>
750
       <x>140</x>
751
       <y>250</y>
752
       <width>421</width>
118 andreas 753
       <height>36</height>
122 andreas 754
      </rect>
118 andreas 755
     </property>
155 andreas 756
     <property name="minimumSize">
757
      <size>
758
       <width>0</width>
759
       <height>0</height>
760
      </size>
761
     </property>
122 andreas 762
     <property name="editable">
763
      <bool>true</bool>
118 andreas 764
     </property>
122 andreas 765
     <property name="currentText">
118 andreas 766
      <string>tpanel.tp4</string>
767
     </property>
768
    </widget>
122 andreas 769
    <widget class="QToolButton" name="toolButton_Download">
118 andreas 770
     <property name="geometry">
771
      <rect>
122 andreas 772
       <x>570</x>
773
       <y>250</y>
774
       <width>41</width>
775
       <height>38</height>
118 andreas 776
      </rect>
777
     </property>
155 andreas 778
     <property name="minimumSize">
779
      <size>
780
       <width>0</width>
781
       <height>0</height>
782
      </size>
783
     </property>
118 andreas 784
     <property name="text">
122 andreas 785
      <string>...</string>
118 andreas 786
     </property>
122 andreas 787
     <property name="icon">
788
      <iconset resource="tpanel.qrc">
789
       <normaloff>:/images/download64.png</normaloff>:/images/download64.png</iconset>
790
     </property>
791
     <property name="iconSize">
792
      <size>
793
       <width>32</width>
794
       <height>32</height>
795
      </size>
796
     </property>
118 andreas 797
    </widget>
798
   </widget>
120 andreas 799
   <widget class="QWidget" name="tabSIP">
118 andreas 800
    <attribute name="title">
801
     <string>SIP</string>
802
    </attribute>
803
    <widget class="QLabel" name="label_SIPproxy">
804
     <property name="geometry">
805
      <rect>
59 andreas 806
       <x>10</x>
118 andreas 807
       <y>20</y>
808
       <width>121</width>
59 andreas 809
       <height>22</height>
810
      </rect>
811
     </property>
812
     <property name="sizePolicy">
813
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
814
       <horstretch>0</horstretch>
815
       <verstretch>0</verstretch>
816
      </sizepolicy>
817
     </property>
818
     <property name="minimumSize">
819
      <size>
155 andreas 820
       <width>0</width>
821
       <height>0</height>
59 andreas 822
      </size>
823
     </property>
824
     <property name="text">
118 andreas 825
      <string>Proxy</string>
59 andreas 826
     </property>
827
    </widget>
118 andreas 828
    <widget class="QLabel" name="label_SIPport">
59 andreas 829
     <property name="geometry">
830
      <rect>
118 andreas 831
       <x>10</x>
832
       <y>60</y>
833
       <width>121</width>
834
       <height>22</height>
835
      </rect>
836
     </property>
837
     <property name="sizePolicy">
838
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
839
       <horstretch>0</horstretch>
840
       <verstretch>0</verstretch>
841
      </sizepolicy>
842
     </property>
843
     <property name="minimumSize">
844
      <size>
155 andreas 845
       <width>0</width>
846
       <height>0</height>
118 andreas 847
      </size>
848
     </property>
849
     <property name="text">
850
      <string>Port</string>
851
     </property>
852
    </widget>
853
    <widget class="QLabel" name="label_SIPstun">
854
     <property name="geometry">
855
      <rect>
856
       <x>10</x>
857
       <y>100</y>
858
       <width>121</width>
859
       <height>22</height>
860
      </rect>
861
     </property>
862
     <property name="sizePolicy">
863
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
864
       <horstretch>0</horstretch>
865
       <verstretch>0</verstretch>
866
      </sizepolicy>
867
     </property>
868
     <property name="minimumSize">
869
      <size>
155 andreas 870
       <width>0</width>
871
       <height>0</height>
118 andreas 872
      </size>
873
     </property>
874
     <property name="text">
875
      <string>STUN</string>
876
     </property>
877
    </widget>
878
    <widget class="QLabel" name="label_SIPdomain">
879
     <property name="geometry">
880
      <rect>
881
       <x>10</x>
882
       <y>140</y>
883
       <width>121</width>
884
       <height>22</height>
885
      </rect>
886
     </property>
887
     <property name="sizePolicy">
888
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
889
       <horstretch>0</horstretch>
890
       <verstretch>0</verstretch>
891
      </sizepolicy>
892
     </property>
893
     <property name="minimumSize">
894
      <size>
155 andreas 895
       <width>0</width>
896
       <height>0</height>
118 andreas 897
      </size>
898
     </property>
899
     <property name="text">
900
      <string>Domain</string>
901
     </property>
902
    </widget>
903
    <widget class="QLabel" name="label_SIPuser">
904
     <property name="geometry">
905
      <rect>
906
       <x>10</x>
907
       <y>180</y>
908
       <width>121</width>
909
       <height>22</height>
910
      </rect>
911
     </property>
912
     <property name="sizePolicy">
913
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
914
       <horstretch>0</horstretch>
915
       <verstretch>0</verstretch>
916
      </sizepolicy>
917
     </property>
918
     <property name="minimumSize">
919
      <size>
155 andreas 920
       <width>0</width>
921
       <height>0</height>
118 andreas 922
      </size>
923
     </property>
924
     <property name="text">
925
      <string>User</string>
926
     </property>
927
    </widget>
928
    <widget class="QLabel" name="label_SIPpassword">
929
     <property name="geometry">
930
      <rect>
931
       <x>10</x>
932
       <y>220</y>
933
       <width>121</width>
934
       <height>22</height>
935
      </rect>
936
     </property>
937
     <property name="sizePolicy">
938
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
939
       <horstretch>0</horstretch>
940
       <verstretch>0</verstretch>
941
      </sizepolicy>
942
     </property>
943
     <property name="minimumSize">
944
      <size>
155 andreas 945
       <width>0</width>
946
       <height>0</height>
118 andreas 947
      </size>
948
     </property>
949
     <property name="text">
950
      <string>Password</string>
951
     </property>
952
    </widget>
953
    <widget class="QLabel" name="label_SIPstate">
954
     <property name="geometry">
955
      <rect>
956
       <x>10</x>
127 andreas 957
       <y>300</y>
118 andreas 958
       <width>121</width>
959
       <height>22</height>
960
      </rect>
961
     </property>
962
     <property name="sizePolicy">
963
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
964
       <horstretch>0</horstretch>
965
       <verstretch>0</verstretch>
966
      </sizepolicy>
967
     </property>
968
     <property name="minimumSize">
969
      <size>
155 andreas 970
       <width>0</width>
971
       <height>0</height>
118 andreas 972
      </size>
973
     </property>
974
     <property name="text">
975
      <string>State</string>
976
     </property>
977
    </widget>
978
    <widget class="QLineEdit" name="lineEdit_SIPproxy">
979
     <property name="geometry">
980
      <rect>
59 andreas 981
       <x>140</x>
118 andreas 982
       <y>10</y>
59 andreas 983
       <width>471</width>
984
       <height>36</height>
985
      </rect>
986
     </property>
987
     <property name="sizePolicy">
988
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
989
       <horstretch>0</horstretch>
990
       <verstretch>0</verstretch>
991
      </sizepolicy>
992
     </property>
993
     <property name="minimumSize">
994
      <size>
155 andreas 995
       <width>0</width>
996
       <height>0</height>
59 andreas 997
      </size>
998
     </property>
118 andreas 999
     <property name="toolTip">
120 andreas 1000
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The IP address or the FQDN of the SIP controller.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
118 andreas 1001
     </property>
59 andreas 1002
    </widget>
118 andreas 1003
    <widget class="QLineEdit" name="lineEdit_SIPstun">
59 andreas 1004
     <property name="geometry">
1005
      <rect>
118 andreas 1006
       <x>140</x>
1007
       <y>90</y>
1008
       <width>471</width>
1009
       <height>36</height>
1010
      </rect>
1011
     </property>
1012
     <property name="sizePolicy">
1013
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1014
       <horstretch>0</horstretch>
1015
       <verstretch>0</verstretch>
1016
      </sizepolicy>
1017
     </property>
1018
     <property name="minimumSize">
1019
      <size>
155 andreas 1020
       <width>0</width>
1021
       <height>0</height>
118 andreas 1022
      </size>
1023
     </property>
1024
     <property name="toolTip">
120 andreas 1025
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
118 andreas 1026
     </property>
1027
    </widget>
1028
    <widget class="QLineEdit" name="lineEdit_SIPdomain">
1029
     <property name="geometry">
1030
      <rect>
1031
       <x>140</x>
1032
       <y>130</y>
1033
       <width>471</width>
1034
       <height>36</height>
1035
      </rect>
1036
     </property>
1037
     <property name="sizePolicy">
1038
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1039
       <horstretch>0</horstretch>
1040
       <verstretch>0</verstretch>
1041
      </sizepolicy>
1042
     </property>
1043
     <property name="minimumSize">
1044
      <size>
155 andreas 1045
       <width>0</width>
1046
       <height>0</height>
118 andreas 1047
      </size>
1048
     </property>
1049
     <property name="toolTip">
120 andreas 1050
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
118 andreas 1051
     </property>
1052
    </widget>
1053
    <widget class="QLineEdit" name="lineEdit_SIPuser">
1054
     <property name="geometry">
1055
      <rect>
1056
       <x>140</x>
1057
       <y>170</y>
1058
       <width>471</width>
1059
       <height>36</height>
1060
      </rect>
1061
     </property>
1062
     <property name="sizePolicy">
1063
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1064
       <horstretch>0</horstretch>
1065
       <verstretch>0</verstretch>
1066
      </sizepolicy>
1067
     </property>
1068
     <property name="minimumSize">
1069
      <size>
155 andreas 1070
       <width>0</width>
1071
       <height>0</height>
118 andreas 1072
      </size>
1073
     </property>
1074
     <property name="toolTip">
120 andreas 1075
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The user name used to logon on the SIP controller.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
118 andreas 1076
     </property>
1077
    </widget>
1078
    <widget class="QLineEdit" name="lineEdit_SIPpassword">
1079
     <property name="geometry">
1080
      <rect>
1081
       <x>140</x>
1082
       <y>210</y>
1083
       <width>471</width>
1084
       <height>36</height>
1085
      </rect>
1086
     </property>
1087
     <property name="sizePolicy">
1088
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1089
       <horstretch>0</horstretch>
1090
       <verstretch>0</verstretch>
1091
      </sizepolicy>
1092
     </property>
1093
     <property name="minimumSize">
1094
      <size>
155 andreas 1095
       <width>0</width>
1096
       <height>0</height>
118 andreas 1097
      </size>
1098
     </property>
1099
     <property name="toolTip">
120 andreas 1100
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The password used to logon to the SIP controller.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
118 andreas 1101
     </property>
127 andreas 1102
     <property name="echoMode">
1103
      <enum>QLineEdit::Password</enum>
1104
     </property>
118 andreas 1105
    </widget>
1106
    <widget class="QCheckBox" name="checkBox_SIPenabled">
1107
     <property name="geometry">
1108
      <rect>
1109
       <x>140</x>
127 andreas 1110
       <y>300</y>
122 andreas 1111
       <width>201</width>
118 andreas 1112
       <height>21</height>
1113
      </rect>
1114
     </property>
120 andreas 1115
     <property name="toolTip">
1116
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If this is checked, the SIP settings are activated.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1117
     </property>
118 andreas 1118
     <property name="text">
1119
      <string>Enabled</string>
1120
     </property>
1121
    </widget>
1122
    <widget class="QSpinBox" name="spinBox_SIPport">
1123
     <property name="geometry">
1124
      <rect>
1125
       <x>140</x>
1126
       <y>50</y>
1127
       <width>91</width>
1128
       <height>31</height>
1129
      </rect>
1130
     </property>
120 andreas 1131
     <property name="toolTip">
1132
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The network port number of the SIP controller.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1133
     </property>
118 andreas 1134
     <property name="minimum">
1135
      <number>1</number>
1136
     </property>
1137
     <property name="maximum">
1138
      <number>65535</number>
1139
     </property>
1140
     <property name="value">
1141
      <number>5060</number>
1142
     </property>
1143
    </widget>
127 andreas 1144
    <widget class="QSpinBox" name="spinBox_SIPportTLS">
1145
     <property name="geometry">
1146
      <rect>
1147
       <x>370</x>
1148
       <y>50</y>
1149
       <width>91</width>
1150
       <height>31</height>
1151
      </rect>
1152
     </property>
1153
     <property name="toolTip">
1154
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The TLS network port number of the SIP controller. If this is 0 (default) a random port number is used.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1155
     </property>
1156
     <property name="minimum">
1157
      <number>0</number>
1158
     </property>
1159
     <property name="maximum">
1160
      <number>65535</number>
1161
     </property>
1162
     <property name="value">
1163
      <number>0</number>
1164
     </property>
1165
    </widget>
1166
    <widget class="QLabel" name="label_SIPport_2">
1167
     <property name="geometry">
1168
      <rect>
1169
       <x>280</x>
1170
       <y>60</y>
1171
       <width>81</width>
1172
       <height>22</height>
1173
      </rect>
1174
     </property>
1175
     <property name="sizePolicy">
1176
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1177
       <horstretch>0</horstretch>
1178
       <verstretch>0</verstretch>
1179
      </sizepolicy>
1180
     </property>
1181
     <property name="minimumSize">
1182
      <size>
155 andreas 1183
       <width>0</width>
1184
       <height>0</height>
127 andreas 1185
      </size>
1186
     </property>
1187
     <property name="text">
1188
      <string>TLS port</string>
1189
     </property>
1190
    </widget>
1191
    <widget class="QLabel" name="label_SIPstate_2">
1192
     <property name="geometry">
1193
      <rect>
1194
       <x>10</x>
1195
       <y>260</y>
1196
       <width>121</width>
1197
       <height>22</height>
1198
      </rect>
1199
     </property>
1200
     <property name="sizePolicy">
1201
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1202
       <horstretch>0</horstretch>
1203
       <verstretch>0</verstretch>
1204
      </sizepolicy>
1205
     </property>
1206
     <property name="minimumSize">
1207
      <size>
155 andreas 1208
       <width>0</width>
1209
       <height>0</height>
127 andreas 1210
      </size>
1211
     </property>
1212
     <property name="text">
1213
      <string>Network</string>
1214
     </property>
1215
    </widget>
1216
    <widget class="QCheckBox" name="checkBox_SIPnetworkIPv4">
1217
     <property name="geometry">
1218
      <rect>
1219
       <x>140</x>
1220
       <y>260</y>
1221
       <width>111</width>
1222
       <height>21</height>
1223
      </rect>
1224
     </property>
1225
     <property name="toolTip">
1226
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Default: Checked; If this is checked then the connection over IPv4 protocol is allowed.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1227
     </property>
1228
     <property name="text">
1229
      <string>IPv4</string>
1230
     </property>
1231
    </widget>
1232
    <widget class="QCheckBox" name="checkBox_SIPnetworkIPv6">
1233
     <property name="geometry">
1234
      <rect>
1235
       <x>260</x>
1236
       <y>260</y>
1237
       <width>111</width>
1238
       <height>21</height>
1239
      </rect>
1240
     </property>
1241
     <property name="toolTip">
1242
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Default: Checked; If this is checked then the connection over IPv5 protocol is allowed. If the machine allows this protocol it is prefered.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1243
     </property>
1244
     <property name="text">
1245
      <string>IPv6</string>
1246
     </property>
1247
    </widget>
1248
    <widget class="QComboBox" name="comboBox_SIPfirewall">
1249
     <property name="geometry">
1250
      <rect>
1251
       <x>380</x>
1252
       <y>250</y>
1253
       <width>231</width>
1254
       <height>36</height>
1255
      </rect>
1256
     </property>
1257
     <property name="toolTip">
1258
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Default: No firewall; Defines how to deal with a firewall and how to get the official IP address. This is the address wehere the client is reachable from the internet.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1259
     </property>
1260
     <item>
1261
      <property name="text">
1262
       <string>No firewall</string>
1263
      </property>
1264
     </item>
1265
     <item>
1266
      <property name="text">
1267
       <string>Use STUN server</string>
1268
      </property>
1269
     </item>
1270
     <item>
1271
      <property name="text">
1272
       <string>Use ICE</string>
1273
      </property>
1274
     </item>
1275
     <item>
1276
      <property name="text">
1277
       <string>Use UPNP</string>
1278
      </property>
1279
     </item>
1280
    </widget>
140 andreas 1281
    <widget class="QCheckBox" name="checkBox_SIPiphone">
139 andreas 1282
     <property name="geometry">
1283
      <rect>
1284
       <x>390</x>
1285
       <y>300</y>
1286
       <width>201</width>
1287
       <height>21</height>
1288
      </rect>
1289
     </property>
1290
     <property name="toolTip">
140 andreas 1291
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If this is checked, the internal phone dialog is used when the phone is ringing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
139 andreas 1292
     </property>
1293
     <property name="text">
1294
      <string>Use integrated phone</string>
1295
     </property>
1296
    </widget>
118 andreas 1297
   </widget>
1298
   <widget class="QWidget" name="tabView">
1299
    <attribute name="title">
1300
     <string>View</string>
1301
    </attribute>
1302
    <widget class="QCheckBox" name="checkBox_Scale">
1303
     <property name="geometry">
1304
      <rect>
1305
       <x>140</x>
1306
       <y>10</y>
122 andreas 1307
       <width>311</width>
118 andreas 1308
       <height>21</height>
1309
      </rect>
1310
     </property>
1311
     <property name="sizePolicy">
1312
      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
1313
       <horstretch>0</horstretch>
1314
       <verstretch>0</verstretch>
1315
      </sizepolicy>
1316
     </property>
1317
     <property name="minimumSize">
1318
      <size>
1319
       <width>0</width>
1320
       <height>0</height>
1321
      </size>
1322
     </property>
120 andreas 1323
     <property name="toolTip">
1324
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;On mobile devices this scales the elements on the surface if it is checked.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1325
     </property>
118 andreas 1326
     <property name="text">
1327
      <string>Scale to fit</string>
1328
     </property>
1329
    </widget>
1330
    <widget class="QLabel" name="label_Scale">
1331
     <property name="geometry">
1332
      <rect>
59 andreas 1333
       <x>10</x>
118 andreas 1334
       <y>10</y>
122 andreas 1335
       <width>121</width>
59 andreas 1336
       <height>22</height>
1337
      </rect>
1338
     </property>
1339
     <property name="sizePolicy">
1340
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1341
       <horstretch>0</horstretch>
1342
       <verstretch>0</verstretch>
1343
      </sizepolicy>
1344
     </property>
1345
     <property name="minimumSize">
1346
      <size>
155 andreas 1347
       <width>0</width>
1348
       <height>0</height>
59 andreas 1349
      </size>
1350
     </property>
1351
     <property name="text">
1352
      <string>Scaling</string>
1353
     </property>
1354
    </widget>
118 andreas 1355
    <widget class="QLabel" name="label_Banner">
59 andreas 1356
     <property name="geometry">
1357
      <rect>
118 andreas 1358
       <x>10</x>
1359
       <y>40</y>
122 andreas 1360
       <width>121</width>
118 andreas 1361
       <height>22</height>
59 andreas 1362
      </rect>
1363
     </property>
1364
     <property name="sizePolicy">
1365
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1366
       <horstretch>0</horstretch>
1367
       <verstretch>0</verstretch>
1368
      </sizepolicy>
1369
     </property>
1370
     <property name="minimumSize">
1371
      <size>
155 andreas 1372
       <width>0</width>
1373
       <height>0</height>
59 andreas 1374
      </size>
1375
     </property>
1376
     <property name="text">
118 andreas 1377
      <string>Startup banner</string>
59 andreas 1378
     </property>
1379
    </widget>
118 andreas 1380
    <widget class="QCheckBox" name="checkBox_Banner">
59 andreas 1381
     <property name="geometry">
1382
      <rect>
118 andreas 1383
       <x>140</x>
59 andreas 1384
       <y>40</y>
122 andreas 1385
       <width>251</width>
59 andreas 1386
       <height>21</height>
1387
      </rect>
1388
     </property>
120 andreas 1389
     <property name="toolTip">
1390
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;On a desktop this prints out a short message on the command line on startup if this is checked.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1391
     </property>
59 andreas 1392
     <property name="text">
118 andreas 1393
      <string>show banner</string>
59 andreas 1394
     </property>
1395
    </widget>
120 andreas 1396
    <widget class="QLabel" name="label_Toolbar">
1397
     <property name="geometry">
1398
      <rect>
1399
       <x>10</x>
1400
       <y>70</y>
122 andreas 1401
       <width>121</width>
120 andreas 1402
       <height>22</height>
1403
      </rect>
1404
     </property>
1405
     <property name="sizePolicy">
1406
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1407
       <horstretch>0</horstretch>
1408
       <verstretch>0</verstretch>
1409
      </sizepolicy>
1410
     </property>
1411
     <property name="minimumSize">
1412
      <size>
155 andreas 1413
       <width>0</width>
1414
       <height>0</height>
120 andreas 1415
      </size>
1416
     </property>
1417
     <property name="text">
1418
      <string>Toolbar</string>
1419
     </property>
1420
    </widget>
1421
    <widget class="QCheckBox" name="checkBox_Toolbar">
1422
     <property name="geometry">
1423
      <rect>
151 andreas 1424
       <x>360</x>
120 andreas 1425
       <y>70</y>
151 andreas 1426
       <width>211</width>
120 andreas 1427
       <height>21</height>
1428
      </rect>
1429
     </property>
1430
     <property name="text">
1431
      <string>Force toolbar visible</string>
1432
     </property>
1433
    </widget>
134 andreas 1434
    <widget class="QLabel" name="label_Rotation">
1435
     <property name="geometry">
1436
      <rect>
1437
       <x>10</x>
1438
       <y>100</y>
1439
       <width>121</width>
1440
       <height>22</height>
1441
      </rect>
1442
     </property>
1443
     <property name="sizePolicy">
1444
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1445
       <horstretch>0</horstretch>
1446
       <verstretch>0</verstretch>
1447
      </sizepolicy>
1448
     </property>
1449
     <property name="minimumSize">
1450
      <size>
155 andreas 1451
       <width>0</width>
1452
       <height>0</height>
134 andreas 1453
      </size>
1454
     </property>
1455
     <property name="text">
1456
      <string>Rotation</string>
1457
     </property>
1458
    </widget>
141 andreas 1459
    <widget class="QCheckBox" name="checkBox_Rotation">
134 andreas 1460
     <property name="geometry">
1461
      <rect>
1462
       <x>140</x>
1463
       <y>100</y>
1464
       <width>361</width>
1465
       <height>21</height>
1466
      </rect>
1467
     </property>
1468
     <property name="toolTip">
1469
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If this is checked then the screen will not rotate according to the orientation sensor.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1470
     </property>
1471
     <property name="text">
1472
      <string>Lock rotation</string>
1473
     </property>
1474
    </widget>
151 andreas 1475
    <widget class="QCheckBox" name="checkBox_ToolbarSuppress">
1476
     <property name="geometry">
1477
      <rect>
1478
       <x>140</x>
1479
       <y>70</y>
1480
       <width>211</width>
1481
       <height>21</height>
1482
      </rect>
1483
     </property>
1484
     <property name="text">
1485
      <string>Suppress toolbar</string>
1486
     </property>
1487
    </widget>
59 andreas 1488
   </widget>
141 andreas 1489
   <widget class="QWidget" name="tabSound">
1490
    <attribute name="title">
1491
     <string>Sound</string>
1492
    </attribute>
1493
    <widget class="QLabel" name="label_SingleBeep">
1494
     <property name="geometry">
1495
      <rect>
1496
       <x>10</x>
1497
       <y>60</y>
1498
       <width>121</width>
1499
       <height>22</height>
1500
      </rect>
1501
     </property>
1502
     <property name="sizePolicy">
1503
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1504
       <horstretch>0</horstretch>
1505
       <verstretch>0</verstretch>
1506
      </sizepolicy>
1507
     </property>
1508
     <property name="minimumSize">
1509
      <size>
155 andreas 1510
       <width>0</width>
1511
       <height>0</height>
141 andreas 1512
      </size>
1513
     </property>
1514
     <property name="text">
1515
      <string>Single peep</string>
1516
     </property>
1517
    </widget>
1518
    <widget class="QLabel" name="label_DoubleBeep">
1519
     <property name="geometry">
1520
      <rect>
1521
       <x>10</x>
1522
       <y>100</y>
1523
       <width>121</width>
1524
       <height>22</height>
1525
      </rect>
1526
     </property>
1527
     <property name="sizePolicy">
1528
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1529
       <horstretch>0</horstretch>
1530
       <verstretch>0</verstretch>
1531
      </sizepolicy>
1532
     </property>
1533
     <property name="minimumSize">
1534
      <size>
155 andreas 1535
       <width>0</width>
1536
       <height>0</height>
141 andreas 1537
      </size>
1538
     </property>
1539
     <property name="text">
1540
      <string>Double peep</string>
1541
     </property>
1542
    </widget>
1543
    <widget class="QComboBox" name="comboBox_SingleBeep">
1544
     <property name="geometry">
1545
      <rect>
1546
       <x>150</x>
1547
       <y>50</y>
1548
       <width>411</width>
1549
       <height>36</height>
1550
      </rect>
1551
     </property>
1552
    </widget>
1553
    <widget class="QComboBox" name="comboBox_DoubleBeep">
1554
     <property name="geometry">
1555
      <rect>
1556
       <x>150</x>
1557
       <y>90</y>
1558
       <width>411</width>
1559
       <height>36</height>
1560
      </rect>
1561
     </property>
1562
    </widget>
1563
    <widget class="QLabel" name="label_TestSound">
1564
     <property name="geometry">
1565
      <rect>
1566
       <x>10</x>
1567
       <y>250</y>
1568
       <width>121</width>
1569
       <height>22</height>
1570
      </rect>
1571
     </property>
1572
     <property name="sizePolicy">
1573
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1574
       <horstretch>0</horstretch>
1575
       <verstretch>0</verstretch>
1576
      </sizepolicy>
1577
     </property>
1578
     <property name="minimumSize">
1579
      <size>
155 andreas 1580
       <width>0</width>
1581
       <height>0</height>
141 andreas 1582
      </size>
1583
     </property>
1584
     <property name="text">
1585
      <string>Play test sound</string>
1586
     </property>
1587
    </widget>
1588
    <widget class="QToolButton" name="toolButton_TestSound">
1589
     <property name="geometry">
1590
      <rect>
1591
       <x>150</x>
1592
       <y>240</y>
1593
       <width>51</width>
1594
       <height>38</height>
1595
      </rect>
1596
     </property>
1597
     <property name="text">
1598
      <string>...</string>
1599
     </property>
1600
     <property name="icon">
1601
      <iconset resource="tpanel.qrc">
1602
       <normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
1603
     </property>
1604
    </widget>
1605
    <widget class="QLabel" name="label_Volume">
1606
     <property name="geometry">
1607
      <rect>
1608
       <x>10</x>
1609
       <y>180</y>
1610
       <width>121</width>
1611
       <height>22</height>
1612
      </rect>
1613
     </property>
1614
     <property name="sizePolicy">
1615
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1616
       <horstretch>0</horstretch>
1617
       <verstretch>0</verstretch>
1618
      </sizepolicy>
1619
     </property>
1620
     <property name="minimumSize">
1621
      <size>
155 andreas 1622
       <width>0</width>
1623
       <height>0</height>
141 andreas 1624
      </size>
1625
     </property>
1626
     <property name="text">
1627
      <string>Volume</string>
1628
     </property>
1629
    </widget>
1630
    <widget class="QLabel" name="label_Gain">
1631
     <property name="geometry">
1632
      <rect>
1633
       <x>10</x>
1634
       <y>210</y>
1635
       <width>121</width>
1636
       <height>22</height>
1637
      </rect>
1638
     </property>
1639
     <property name="sizePolicy">
1640
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1641
       <horstretch>0</horstretch>
1642
       <verstretch>0</verstretch>
1643
      </sizepolicy>
1644
     </property>
1645
     <property name="minimumSize">
1646
      <size>
155 andreas 1647
       <width>0</width>
1648
       <height>0</height>
141 andreas 1649
      </size>
1650
     </property>
1651
     <property name="text">
1652
      <string>Gain</string>
1653
     </property>
1654
    </widget>
1655
    <widget class="QSlider" name="horizontalSlider_Volume">
1656
     <property name="geometry">
1657
      <rect>
1658
       <x>150</x>
1659
       <y>180</y>
1660
       <width>461</width>
1661
       <height>20</height>
1662
      </rect>
1663
     </property>
1664
     <property name="maximum">
1665
      <number>100</number>
1666
     </property>
1667
     <property name="orientation">
1668
      <enum>Qt::Horizontal</enum>
1669
     </property>
1670
    </widget>
1671
    <widget class="QSlider" name="horizontalSlider_Gain">
1672
     <property name="geometry">
1673
      <rect>
1674
       <x>150</x>
1675
       <y>210</y>
1676
       <width>461</width>
1677
       <height>20</height>
1678
      </rect>
1679
     </property>
1680
     <property name="maximum">
1681
      <number>100</number>
1682
     </property>
1683
     <property name="orientation">
1684
      <enum>Qt::Horizontal</enum>
1685
     </property>
1686
    </widget>
1687
    <widget class="QToolButton" name="toolButton_SingleBeep">
1688
     <property name="geometry">
1689
      <rect>
1690
       <x>570</x>
1691
       <y>50</y>
1692
       <width>51</width>
1693
       <height>38</height>
1694
      </rect>
1695
     </property>
1696
     <property name="text">
1697
      <string>...</string>
1698
     </property>
1699
     <property name="icon">
1700
      <iconset resource="tpanel.qrc">
1701
       <normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
1702
     </property>
1703
    </widget>
1704
    <widget class="QToolButton" name="toolButton_DoubleBeep">
1705
     <property name="geometry">
1706
      <rect>
1707
       <x>570</x>
1708
       <y>90</y>
1709
       <width>51</width>
1710
       <height>38</height>
1711
      </rect>
1712
     </property>
1713
     <property name="text">
1714
      <string>...</string>
1715
     </property>
1716
     <property name="icon">
1717
      <iconset resource="tpanel.qrc">
1718
       <normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
1719
     </property>
1720
    </widget>
1721
    <widget class="QLabel" name="label_TestSound_2">
1722
     <property name="geometry">
1723
      <rect>
1724
       <x>10</x>
1725
       <y>140</y>
1726
       <width>121</width>
1727
       <height>22</height>
1728
      </rect>
1729
     </property>
1730
     <property name="sizePolicy">
1731
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1732
       <horstretch>0</horstretch>
1733
       <verstretch>0</verstretch>
1734
      </sizepolicy>
1735
     </property>
1736
     <property name="minimumSize">
1737
      <size>
155 andreas 1738
       <width>0</width>
1739
       <height>0</height>
141 andreas 1740
      </size>
1741
     </property>
1742
     <property name="text">
1743
      <string>System sound</string>
1744
     </property>
1745
    </widget>
1746
    <widget class="QCheckBox" name="checkBox_SystemSound">
1747
     <property name="geometry">
1748
      <rect>
1749
       <x>150</x>
1750
       <y>140</y>
1751
       <width>301</width>
1752
       <height>26</height>
1753
      </rect>
1754
     </property>
1755
     <property name="text">
1756
      <string>Play system sound</string>
1757
     </property>
1758
    </widget>
1759
    <widget class="QLabel" name="label_SystemSound">
1760
     <property name="geometry">
1761
      <rect>
1762
       <x>10</x>
1763
       <y>20</y>
1764
       <width>121</width>
1765
       <height>22</height>
1766
      </rect>
1767
     </property>
1768
     <property name="sizePolicy">
1769
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1770
       <horstretch>0</horstretch>
1771
       <verstretch>0</verstretch>
1772
      </sizepolicy>
1773
     </property>
1774
     <property name="minimumSize">
1775
      <size>
155 andreas 1776
       <width>0</width>
1777
       <height>0</height>
141 andreas 1778
      </size>
1779
     </property>
1780
     <property name="text">
1781
      <string>System sound</string>
1782
     </property>
1783
    </widget>
1784
    <widget class="QComboBox" name="comboBox_SystemSound">
1785
     <property name="geometry">
1786
      <rect>
1787
       <x>150</x>
1788
       <y>10</y>
1789
       <width>411</width>
1790
       <height>36</height>
1791
      </rect>
1792
     </property>
1793
    </widget>
1794
    <widget class="QToolButton" name="toolButton_SystemSound">
1795
     <property name="geometry">
1796
      <rect>
1797
       <x>570</x>
1798
       <y>10</y>
1799
       <width>51</width>
1800
       <height>38</height>
1801
      </rect>
1802
     </property>
1803
     <property name="text">
1804
      <string>...</string>
1805
     </property>
1806
     <property name="icon">
1807
      <iconset resource="tpanel.qrc">
1808
       <normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
1809
     </property>
1810
    </widget>
1811
   </widget>
2 andreas 1812
  </widget>
118 andreas 1813
  <widget class="QDialogButtonBox" name="buttonBox">
1814
   <property name="geometry">
1815
    <rect>
1816
     <x>10</x>
1817
     <y>370</y>
1818
     <width>601</width>
1819
     <height>32</height>
1820
    </rect>
1821
   </property>
1822
   <property name="sizePolicy">
1823
    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1824
     <horstretch>0</horstretch>
1825
     <verstretch>0</verstretch>
1826
    </sizepolicy>
1827
   </property>
1828
   <property name="minimumSize">
1829
    <size>
155 andreas 1830
     <width>0</width>
1831
     <height>0</height>
118 andreas 1832
    </size>
1833
   </property>
1834
   <property name="locale">
1835
    <locale language="English" country="Europe"/>
1836
   </property>
1837
   <property name="orientation">
1838
    <enum>Qt::Horizontal</enum>
1839
   </property>
1840
   <property name="standardButtons">
1841
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
1842
   </property>
1843
  </widget>
2 andreas 1844
 </widget>
23 andreas 1845
 <resources>
1846
  <include location="tpanel.qrc"/>
1847
 </resources>
2 andreas 1848
 <connections>
1849
  <connection>
1850
   <sender>buttonBox</sender>
118 andreas 1851
   <signal>rejected()</signal>
2 andreas 1852
   <receiver>TQtSettings</receiver>
118 andreas 1853
   <slot>reject()</slot>
2 andreas 1854
   <hints>
1855
    <hint type="sourcelabel">
118 andreas 1856
     <x>310</x>
1857
     <y>385</y>
2 andreas 1858
    </hint>
1859
    <hint type="destinationlabel">
118 andreas 1860
     <x>315</x>
1861
     <y>200</y>
2 andreas 1862
    </hint>
1863
   </hints>
1864
  </connection>
1865
  <connection>
1866
   <sender>buttonBox</sender>
118 andreas 1867
   <signal>accepted()</signal>
2 andreas 1868
   <receiver>TQtSettings</receiver>
118 andreas 1869
   <slot>accept()</slot>
2 andreas 1870
   <hints>
1871
    <hint type="sourcelabel">
118 andreas 1872
     <x>310</x>
1873
     <y>385</y>
2 andreas 1874
    </hint>
1875
    <hint type="destinationlabel">
118 andreas 1876
     <x>315</x>
1877
     <y>200</y>
2 andreas 1878
    </hint>
1879
   </hints>
1880
  </connection>
1881
 </connections>
1882
</ui>