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