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>
118 andreas 122
       <width>91</width>
123
       <height>28</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>
163
       <width>121</width>
118 andreas 164
       <height>26</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>
201
       <width>121</width>
202
       <height>22</height>
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>
239
       <width>44</width>
240
       <height>38</height>
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>
287
       <width>121</width>
288
       <height>22</height>
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>
312
       <width>370</width>
313
       <height>36</height>
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>
331
       <width>44</width>
332
       <height>38</height>
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>
118 andreas 371
       <width>121</width>
372
       <height>22</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>
118 andreas 396
       <width>120</width>
59 andreas 397
       <height>22</height>
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>
118 andreas 421
       <width>141</width>
59 andreas 422
       <height>36</height>
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>
118 andreas 455
       <width>141</width>
456
       <height>36</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>
483
       <width>311</width>
484
       <height>36</height>
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>
508
       <width>141</width>
509
       <height>36</height>
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>
118 andreas 542
       <width>121</width>
59 andreas 543
       <height>22</height>
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>
567
       <width>111</width>
568
       <height>22</height>
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>
592
       <width>111</width>
593
       <height>22</height>
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>
617
       <width>111</width>
618
       <height>22</height>
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>
642
       <width>111</width>
643
       <height>22</height>
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>
667
       <width>111</width>
668
       <height>22</height>
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>
59 andreas 692
       <width>141</width>
693
       <height>36</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>
720
       <width>141</width>
721
       <height>36</height>
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>
122 andreas 756
     <property name="editable">
757
      <bool>true</bool>
118 andreas 758
     </property>
122 andreas 759
     <property name="currentText">
118 andreas 760
      <string>tpanel.tp4</string>
761
     </property>
762
    </widget>
122 andreas 763
    <widget class="QToolButton" name="toolButton_Download">
118 andreas 764
     <property name="geometry">
765
      <rect>
122 andreas 766
       <x>570</x>
767
       <y>250</y>
768
       <width>41</width>
769
       <height>38</height>
118 andreas 770
      </rect>
771
     </property>
772
     <property name="text">
122 andreas 773
      <string>...</string>
118 andreas 774
     </property>
122 andreas 775
     <property name="icon">
776
      <iconset resource="tpanel.qrc">
777
       <normaloff>:/images/download64.png</normaloff>:/images/download64.png</iconset>
778
     </property>
779
     <property name="iconSize">
780
      <size>
781
       <width>32</width>
782
       <height>32</height>
783
      </size>
784
     </property>
118 andreas 785
    </widget>
786
   </widget>
120 andreas 787
   <widget class="QWidget" name="tabSIP">
118 andreas 788
    <attribute name="title">
789
     <string>SIP</string>
790
    </attribute>
791
    <widget class="QLabel" name="label_SIPproxy">
792
     <property name="geometry">
793
      <rect>
59 andreas 794
       <x>10</x>
118 andreas 795
       <y>20</y>
796
       <width>121</width>
59 andreas 797
       <height>22</height>
798
      </rect>
799
     </property>
800
     <property name="sizePolicy">
801
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
802
       <horstretch>0</horstretch>
803
       <verstretch>0</verstretch>
804
      </sizepolicy>
805
     </property>
806
     <property name="minimumSize">
807
      <size>
118 andreas 808
       <width>121</width>
59 andreas 809
       <height>22</height>
810
      </size>
811
     </property>
812
     <property name="text">
118 andreas 813
      <string>Proxy</string>
59 andreas 814
     </property>
815
    </widget>
118 andreas 816
    <widget class="QLabel" name="label_SIPport">
59 andreas 817
     <property name="geometry">
818
      <rect>
118 andreas 819
       <x>10</x>
820
       <y>60</y>
821
       <width>121</width>
822
       <height>22</height>
823
      </rect>
824
     </property>
825
     <property name="sizePolicy">
826
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
827
       <horstretch>0</horstretch>
828
       <verstretch>0</verstretch>
829
      </sizepolicy>
830
     </property>
831
     <property name="minimumSize">
832
      <size>
833
       <width>121</width>
834
       <height>22</height>
835
      </size>
836
     </property>
837
     <property name="text">
838
      <string>Port</string>
839
     </property>
840
    </widget>
841
    <widget class="QLabel" name="label_SIPstun">
842
     <property name="geometry">
843
      <rect>
844
       <x>10</x>
845
       <y>100</y>
846
       <width>121</width>
847
       <height>22</height>
848
      </rect>
849
     </property>
850
     <property name="sizePolicy">
851
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
852
       <horstretch>0</horstretch>
853
       <verstretch>0</verstretch>
854
      </sizepolicy>
855
     </property>
856
     <property name="minimumSize">
857
      <size>
858
       <width>121</width>
859
       <height>22</height>
860
      </size>
861
     </property>
862
     <property name="text">
863
      <string>STUN</string>
864
     </property>
865
    </widget>
866
    <widget class="QLabel" name="label_SIPdomain">
867
     <property name="geometry">
868
      <rect>
869
       <x>10</x>
870
       <y>140</y>
871
       <width>121</width>
872
       <height>22</height>
873
      </rect>
874
     </property>
875
     <property name="sizePolicy">
876
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
877
       <horstretch>0</horstretch>
878
       <verstretch>0</verstretch>
879
      </sizepolicy>
880
     </property>
881
     <property name="minimumSize">
882
      <size>
883
       <width>121</width>
884
       <height>22</height>
885
      </size>
886
     </property>
887
     <property name="text">
888
      <string>Domain</string>
889
     </property>
890
    </widget>
891
    <widget class="QLabel" name="label_SIPuser">
892
     <property name="geometry">
893
      <rect>
894
       <x>10</x>
895
       <y>180</y>
896
       <width>121</width>
897
       <height>22</height>
898
      </rect>
899
     </property>
900
     <property name="sizePolicy">
901
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
902
       <horstretch>0</horstretch>
903
       <verstretch>0</verstretch>
904
      </sizepolicy>
905
     </property>
906
     <property name="minimumSize">
907
      <size>
908
       <width>121</width>
909
       <height>22</height>
910
      </size>
911
     </property>
912
     <property name="text">
913
      <string>User</string>
914
     </property>
915
    </widget>
916
    <widget class="QLabel" name="label_SIPpassword">
917
     <property name="geometry">
918
      <rect>
919
       <x>10</x>
920
       <y>220</y>
921
       <width>121</width>
922
       <height>22</height>
923
      </rect>
924
     </property>
925
     <property name="sizePolicy">
926
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
927
       <horstretch>0</horstretch>
928
       <verstretch>0</verstretch>
929
      </sizepolicy>
930
     </property>
931
     <property name="minimumSize">
932
      <size>
933
       <width>121</width>
934
       <height>22</height>
935
      </size>
936
     </property>
937
     <property name="text">
938
      <string>Password</string>
939
     </property>
940
    </widget>
941
    <widget class="QLabel" name="label_SIPstate">
942
     <property name="geometry">
943
      <rect>
944
       <x>10</x>
127 andreas 945
       <y>300</y>
118 andreas 946
       <width>121</width>
947
       <height>22</height>
948
      </rect>
949
     </property>
950
     <property name="sizePolicy">
951
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
952
       <horstretch>0</horstretch>
953
       <verstretch>0</verstretch>
954
      </sizepolicy>
955
     </property>
956
     <property name="minimumSize">
957
      <size>
958
       <width>121</width>
959
       <height>22</height>
960
      </size>
961
     </property>
962
     <property name="text">
963
      <string>State</string>
964
     </property>
965
    </widget>
966
    <widget class="QLineEdit" name="lineEdit_SIPproxy">
967
     <property name="geometry">
968
      <rect>
59 andreas 969
       <x>140</x>
118 andreas 970
       <y>10</y>
59 andreas 971
       <width>471</width>
972
       <height>36</height>
973
      </rect>
974
     </property>
975
     <property name="sizePolicy">
976
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
977
       <horstretch>0</horstretch>
978
       <verstretch>0</verstretch>
979
      </sizepolicy>
980
     </property>
981
     <property name="minimumSize">
982
      <size>
118 andreas 983
       <width>311</width>
59 andreas 984
       <height>36</height>
985
      </size>
986
     </property>
118 andreas 987
     <property name="toolTip">
120 andreas 988
      <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 989
     </property>
59 andreas 990
    </widget>
118 andreas 991
    <widget class="QLineEdit" name="lineEdit_SIPstun">
59 andreas 992
     <property name="geometry">
993
      <rect>
118 andreas 994
       <x>140</x>
995
       <y>90</y>
996
       <width>471</width>
997
       <height>36</height>
998
      </rect>
999
     </property>
1000
     <property name="sizePolicy">
1001
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1002
       <horstretch>0</horstretch>
1003
       <verstretch>0</verstretch>
1004
      </sizepolicy>
1005
     </property>
1006
     <property name="minimumSize">
1007
      <size>
1008
       <width>311</width>
1009
       <height>36</height>
1010
      </size>
1011
     </property>
1012
     <property name="toolTip">
120 andreas 1013
      <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 1014
     </property>
1015
    </widget>
1016
    <widget class="QLineEdit" name="lineEdit_SIPdomain">
1017
     <property name="geometry">
1018
      <rect>
1019
       <x>140</x>
1020
       <y>130</y>
1021
       <width>471</width>
1022
       <height>36</height>
1023
      </rect>
1024
     </property>
1025
     <property name="sizePolicy">
1026
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1027
       <horstretch>0</horstretch>
1028
       <verstretch>0</verstretch>
1029
      </sizepolicy>
1030
     </property>
1031
     <property name="minimumSize">
1032
      <size>
1033
       <width>311</width>
1034
       <height>36</height>
1035
      </size>
1036
     </property>
1037
     <property name="toolTip">
120 andreas 1038
      <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 1039
     </property>
1040
    </widget>
1041
    <widget class="QLineEdit" name="lineEdit_SIPuser">
1042
     <property name="geometry">
1043
      <rect>
1044
       <x>140</x>
1045
       <y>170</y>
1046
       <width>471</width>
1047
       <height>36</height>
1048
      </rect>
1049
     </property>
1050
     <property name="sizePolicy">
1051
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1052
       <horstretch>0</horstretch>
1053
       <verstretch>0</verstretch>
1054
      </sizepolicy>
1055
     </property>
1056
     <property name="minimumSize">
1057
      <size>
1058
       <width>311</width>
1059
       <height>36</height>
1060
      </size>
1061
     </property>
1062
     <property name="toolTip">
120 andreas 1063
      <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 1064
     </property>
1065
    </widget>
1066
    <widget class="QLineEdit" name="lineEdit_SIPpassword">
1067
     <property name="geometry">
1068
      <rect>
1069
       <x>140</x>
1070
       <y>210</y>
1071
       <width>471</width>
1072
       <height>36</height>
1073
      </rect>
1074
     </property>
1075
     <property name="sizePolicy">
1076
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1077
       <horstretch>0</horstretch>
1078
       <verstretch>0</verstretch>
1079
      </sizepolicy>
1080
     </property>
1081
     <property name="minimumSize">
1082
      <size>
1083
       <width>311</width>
1084
       <height>36</height>
1085
      </size>
1086
     </property>
1087
     <property name="toolTip">
120 andreas 1088
      <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 1089
     </property>
127 andreas 1090
     <property name="echoMode">
1091
      <enum>QLineEdit::Password</enum>
1092
     </property>
118 andreas 1093
    </widget>
1094
    <widget class="QCheckBox" name="checkBox_SIPenabled">
1095
     <property name="geometry">
1096
      <rect>
1097
       <x>140</x>
127 andreas 1098
       <y>300</y>
122 andreas 1099
       <width>201</width>
118 andreas 1100
       <height>21</height>
1101
      </rect>
1102
     </property>
120 andreas 1103
     <property name="toolTip">
1104
      <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>
1105
     </property>
118 andreas 1106
     <property name="text">
1107
      <string>Enabled</string>
1108
     </property>
1109
    </widget>
1110
    <widget class="QSpinBox" name="spinBox_SIPport">
1111
     <property name="geometry">
1112
      <rect>
1113
       <x>140</x>
1114
       <y>50</y>
1115
       <width>91</width>
1116
       <height>31</height>
1117
      </rect>
1118
     </property>
120 andreas 1119
     <property name="toolTip">
1120
      <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>
1121
     </property>
118 andreas 1122
     <property name="minimum">
1123
      <number>1</number>
1124
     </property>
1125
     <property name="maximum">
1126
      <number>65535</number>
1127
     </property>
1128
     <property name="value">
1129
      <number>5060</number>
1130
     </property>
1131
    </widget>
127 andreas 1132
    <widget class="QSpinBox" name="spinBox_SIPportTLS">
1133
     <property name="geometry">
1134
      <rect>
1135
       <x>370</x>
1136
       <y>50</y>
1137
       <width>91</width>
1138
       <height>31</height>
1139
      </rect>
1140
     </property>
1141
     <property name="toolTip">
1142
      <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>
1143
     </property>
1144
     <property name="minimum">
1145
      <number>0</number>
1146
     </property>
1147
     <property name="maximum">
1148
      <number>65535</number>
1149
     </property>
1150
     <property name="value">
1151
      <number>0</number>
1152
     </property>
1153
    </widget>
1154
    <widget class="QLabel" name="label_SIPport_2">
1155
     <property name="geometry">
1156
      <rect>
1157
       <x>280</x>
1158
       <y>60</y>
1159
       <width>81</width>
1160
       <height>22</height>
1161
      </rect>
1162
     </property>
1163
     <property name="sizePolicy">
1164
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1165
       <horstretch>0</horstretch>
1166
       <verstretch>0</verstretch>
1167
      </sizepolicy>
1168
     </property>
1169
     <property name="minimumSize">
1170
      <size>
1171
       <width>60</width>
1172
       <height>22</height>
1173
      </size>
1174
     </property>
1175
     <property name="text">
1176
      <string>TLS port</string>
1177
     </property>
1178
    </widget>
1179
    <widget class="QLabel" name="label_SIPstate_2">
1180
     <property name="geometry">
1181
      <rect>
1182
       <x>10</x>
1183
       <y>260</y>
1184
       <width>121</width>
1185
       <height>22</height>
1186
      </rect>
1187
     </property>
1188
     <property name="sizePolicy">
1189
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1190
       <horstretch>0</horstretch>
1191
       <verstretch>0</verstretch>
1192
      </sizepolicy>
1193
     </property>
1194
     <property name="minimumSize">
1195
      <size>
1196
       <width>121</width>
1197
       <height>22</height>
1198
      </size>
1199
     </property>
1200
     <property name="text">
1201
      <string>Network</string>
1202
     </property>
1203
    </widget>
1204
    <widget class="QCheckBox" name="checkBox_SIPnetworkIPv4">
1205
     <property name="geometry">
1206
      <rect>
1207
       <x>140</x>
1208
       <y>260</y>
1209
       <width>111</width>
1210
       <height>21</height>
1211
      </rect>
1212
     </property>
1213
     <property name="toolTip">
1214
      <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>
1215
     </property>
1216
     <property name="text">
1217
      <string>IPv4</string>
1218
     </property>
1219
    </widget>
1220
    <widget class="QCheckBox" name="checkBox_SIPnetworkIPv6">
1221
     <property name="geometry">
1222
      <rect>
1223
       <x>260</x>
1224
       <y>260</y>
1225
       <width>111</width>
1226
       <height>21</height>
1227
      </rect>
1228
     </property>
1229
     <property name="toolTip">
1230
      <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>
1231
     </property>
1232
     <property name="text">
1233
      <string>IPv6</string>
1234
     </property>
1235
    </widget>
1236
    <widget class="QComboBox" name="comboBox_SIPfirewall">
1237
     <property name="geometry">
1238
      <rect>
1239
       <x>380</x>
1240
       <y>250</y>
1241
       <width>231</width>
1242
       <height>36</height>
1243
      </rect>
1244
     </property>
1245
     <property name="toolTip">
1246
      <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>
1247
     </property>
1248
     <item>
1249
      <property name="text">
1250
       <string>No firewall</string>
1251
      </property>
1252
     </item>
1253
     <item>
1254
      <property name="text">
1255
       <string>Use STUN server</string>
1256
      </property>
1257
     </item>
1258
     <item>
1259
      <property name="text">
1260
       <string>Use ICE</string>
1261
      </property>
1262
     </item>
1263
     <item>
1264
      <property name="text">
1265
       <string>Use UPNP</string>
1266
      </property>
1267
     </item>
1268
    </widget>
140 andreas 1269
    <widget class="QCheckBox" name="checkBox_SIPiphone">
139 andreas 1270
     <property name="geometry">
1271
      <rect>
1272
       <x>390</x>
1273
       <y>300</y>
1274
       <width>201</width>
1275
       <height>21</height>
1276
      </rect>
1277
     </property>
1278
     <property name="toolTip">
140 andreas 1279
      <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 1280
     </property>
1281
     <property name="text">
1282
      <string>Use integrated phone</string>
1283
     </property>
1284
    </widget>
118 andreas 1285
   </widget>
1286
   <widget class="QWidget" name="tabView">
1287
    <attribute name="title">
1288
     <string>View</string>
1289
    </attribute>
1290
    <widget class="QCheckBox" name="checkBox_Scale">
1291
     <property name="geometry">
1292
      <rect>
1293
       <x>140</x>
1294
       <y>10</y>
122 andreas 1295
       <width>311</width>
118 andreas 1296
       <height>21</height>
1297
      </rect>
1298
     </property>
1299
     <property name="sizePolicy">
1300
      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
1301
       <horstretch>0</horstretch>
1302
       <verstretch>0</verstretch>
1303
      </sizepolicy>
1304
     </property>
1305
     <property name="minimumSize">
1306
      <size>
1307
       <width>0</width>
1308
       <height>0</height>
1309
      </size>
1310
     </property>
120 andreas 1311
     <property name="toolTip">
1312
      <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>
1313
     </property>
118 andreas 1314
     <property name="text">
1315
      <string>Scale to fit</string>
1316
     </property>
1317
    </widget>
1318
    <widget class="QLabel" name="label_Scale">
1319
     <property name="geometry">
1320
      <rect>
59 andreas 1321
       <x>10</x>
118 andreas 1322
       <y>10</y>
122 andreas 1323
       <width>121</width>
59 andreas 1324
       <height>22</height>
1325
      </rect>
1326
     </property>
1327
     <property name="sizePolicy">
1328
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1329
       <horstretch>0</horstretch>
1330
       <verstretch>0</verstretch>
1331
      </sizepolicy>
1332
     </property>
1333
     <property name="minimumSize">
1334
      <size>
1335
       <width>111</width>
1336
       <height>22</height>
1337
      </size>
1338
     </property>
1339
     <property name="text">
1340
      <string>Scaling</string>
1341
     </property>
1342
    </widget>
118 andreas 1343
    <widget class="QLabel" name="label_Banner">
59 andreas 1344
     <property name="geometry">
1345
      <rect>
118 andreas 1346
       <x>10</x>
1347
       <y>40</y>
122 andreas 1348
       <width>121</width>
118 andreas 1349
       <height>22</height>
59 andreas 1350
      </rect>
1351
     </property>
1352
     <property name="sizePolicy">
1353
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1354
       <horstretch>0</horstretch>
1355
       <verstretch>0</verstretch>
1356
      </sizepolicy>
1357
     </property>
1358
     <property name="minimumSize">
1359
      <size>
118 andreas 1360
       <width>111</width>
1361
       <height>22</height>
59 andreas 1362
      </size>
1363
     </property>
1364
     <property name="text">
118 andreas 1365
      <string>Startup banner</string>
59 andreas 1366
     </property>
1367
    </widget>
118 andreas 1368
    <widget class="QCheckBox" name="checkBox_Banner">
59 andreas 1369
     <property name="geometry">
1370
      <rect>
118 andreas 1371
       <x>140</x>
59 andreas 1372
       <y>40</y>
122 andreas 1373
       <width>251</width>
59 andreas 1374
       <height>21</height>
1375
      </rect>
1376
     </property>
120 andreas 1377
     <property name="toolTip">
1378
      <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>
1379
     </property>
59 andreas 1380
     <property name="text">
118 andreas 1381
      <string>show banner</string>
59 andreas 1382
     </property>
1383
    </widget>
120 andreas 1384
    <widget class="QLabel" name="label_Toolbar">
1385
     <property name="geometry">
1386
      <rect>
1387
       <x>10</x>
1388
       <y>70</y>
122 andreas 1389
       <width>121</width>
120 andreas 1390
       <height>22</height>
1391
      </rect>
1392
     </property>
1393
     <property name="sizePolicy">
1394
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1395
       <horstretch>0</horstretch>
1396
       <verstretch>0</verstretch>
1397
      </sizepolicy>
1398
     </property>
1399
     <property name="minimumSize">
1400
      <size>
1401
       <width>111</width>
1402
       <height>22</height>
1403
      </size>
1404
     </property>
1405
     <property name="text">
1406
      <string>Toolbar</string>
1407
     </property>
1408
    </widget>
1409
    <widget class="QCheckBox" name="checkBox_Toolbar">
1410
     <property name="geometry">
1411
      <rect>
1412
       <x>140</x>
1413
       <y>70</y>
122 andreas 1414
       <width>361</width>
120 andreas 1415
       <height>21</height>
1416
      </rect>
1417
     </property>
1418
     <property name="text">
1419
      <string>Force toolbar visible</string>
1420
     </property>
1421
    </widget>
134 andreas 1422
    <widget class="QLabel" name="label_Rotation">
1423
     <property name="geometry">
1424
      <rect>
1425
       <x>10</x>
1426
       <y>100</y>
1427
       <width>121</width>
1428
       <height>22</height>
1429
      </rect>
1430
     </property>
1431
     <property name="sizePolicy">
1432
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1433
       <horstretch>0</horstretch>
1434
       <verstretch>0</verstretch>
1435
      </sizepolicy>
1436
     </property>
1437
     <property name="minimumSize">
1438
      <size>
1439
       <width>111</width>
1440
       <height>22</height>
1441
      </size>
1442
     </property>
1443
     <property name="text">
1444
      <string>Rotation</string>
1445
     </property>
1446
    </widget>
141 andreas 1447
    <widget class="QCheckBox" name="checkBox_Rotation">
134 andreas 1448
     <property name="geometry">
1449
      <rect>
1450
       <x>140</x>
1451
       <y>100</y>
1452
       <width>361</width>
1453
       <height>21</height>
1454
      </rect>
1455
     </property>
1456
     <property name="toolTip">
1457
      <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>
1458
     </property>
1459
     <property name="text">
1460
      <string>Lock rotation</string>
1461
     </property>
1462
    </widget>
59 andreas 1463
   </widget>
141 andreas 1464
   <widget class="QWidget" name="tabSound">
1465
    <attribute name="title">
1466
     <string>Sound</string>
1467
    </attribute>
1468
    <widget class="QLabel" name="label_SingleBeep">
1469
     <property name="geometry">
1470
      <rect>
1471
       <x>10</x>
1472
       <y>60</y>
1473
       <width>121</width>
1474
       <height>22</height>
1475
      </rect>
1476
     </property>
1477
     <property name="sizePolicy">
1478
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1479
       <horstretch>0</horstretch>
1480
       <verstretch>0</verstretch>
1481
      </sizepolicy>
1482
     </property>
1483
     <property name="minimumSize">
1484
      <size>
1485
       <width>111</width>
1486
       <height>22</height>
1487
      </size>
1488
     </property>
1489
     <property name="text">
1490
      <string>Single peep</string>
1491
     </property>
1492
    </widget>
1493
    <widget class="QLabel" name="label_DoubleBeep">
1494
     <property name="geometry">
1495
      <rect>
1496
       <x>10</x>
1497
       <y>100</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>
1510
       <width>111</width>
1511
       <height>22</height>
1512
      </size>
1513
     </property>
1514
     <property name="text">
1515
      <string>Double peep</string>
1516
     </property>
1517
    </widget>
1518
    <widget class="QComboBox" name="comboBox_SingleBeep">
1519
     <property name="geometry">
1520
      <rect>
1521
       <x>150</x>
1522
       <y>50</y>
1523
       <width>411</width>
1524
       <height>36</height>
1525
      </rect>
1526
     </property>
1527
    </widget>
1528
    <widget class="QComboBox" name="comboBox_DoubleBeep">
1529
     <property name="geometry">
1530
      <rect>
1531
       <x>150</x>
1532
       <y>90</y>
1533
       <width>411</width>
1534
       <height>36</height>
1535
      </rect>
1536
     </property>
1537
    </widget>
1538
    <widget class="QLabel" name="label_TestSound">
1539
     <property name="geometry">
1540
      <rect>
1541
       <x>10</x>
1542
       <y>250</y>
1543
       <width>121</width>
1544
       <height>22</height>
1545
      </rect>
1546
     </property>
1547
     <property name="sizePolicy">
1548
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1549
       <horstretch>0</horstretch>
1550
       <verstretch>0</verstretch>
1551
      </sizepolicy>
1552
     </property>
1553
     <property name="minimumSize">
1554
      <size>
1555
       <width>111</width>
1556
       <height>22</height>
1557
      </size>
1558
     </property>
1559
     <property name="text">
1560
      <string>Play test sound</string>
1561
     </property>
1562
    </widget>
1563
    <widget class="QToolButton" name="toolButton_TestSound">
1564
     <property name="geometry">
1565
      <rect>
1566
       <x>150</x>
1567
       <y>240</y>
1568
       <width>51</width>
1569
       <height>38</height>
1570
      </rect>
1571
     </property>
1572
     <property name="text">
1573
      <string>...</string>
1574
     </property>
1575
     <property name="icon">
1576
      <iconset resource="tpanel.qrc">
1577
       <normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
1578
     </property>
1579
    </widget>
1580
    <widget class="QLabel" name="label_Volume">
1581
     <property name="geometry">
1582
      <rect>
1583
       <x>10</x>
1584
       <y>180</y>
1585
       <width>121</width>
1586
       <height>22</height>
1587
      </rect>
1588
     </property>
1589
     <property name="sizePolicy">
1590
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1591
       <horstretch>0</horstretch>
1592
       <verstretch>0</verstretch>
1593
      </sizepolicy>
1594
     </property>
1595
     <property name="minimumSize">
1596
      <size>
1597
       <width>111</width>
1598
       <height>22</height>
1599
      </size>
1600
     </property>
1601
     <property name="text">
1602
      <string>Volume</string>
1603
     </property>
1604
    </widget>
1605
    <widget class="QLabel" name="label_Gain">
1606
     <property name="geometry">
1607
      <rect>
1608
       <x>10</x>
1609
       <y>210</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>
1622
       <width>111</width>
1623
       <height>22</height>
1624
      </size>
1625
     </property>
1626
     <property name="text">
1627
      <string>Gain</string>
1628
     </property>
1629
    </widget>
1630
    <widget class="QSlider" name="horizontalSlider_Volume">
1631
     <property name="geometry">
1632
      <rect>
1633
       <x>150</x>
1634
       <y>180</y>
1635
       <width>461</width>
1636
       <height>20</height>
1637
      </rect>
1638
     </property>
1639
     <property name="maximum">
1640
      <number>100</number>
1641
     </property>
1642
     <property name="orientation">
1643
      <enum>Qt::Horizontal</enum>
1644
     </property>
1645
    </widget>
1646
    <widget class="QSlider" name="horizontalSlider_Gain">
1647
     <property name="geometry">
1648
      <rect>
1649
       <x>150</x>
1650
       <y>210</y>
1651
       <width>461</width>
1652
       <height>20</height>
1653
      </rect>
1654
     </property>
1655
     <property name="maximum">
1656
      <number>100</number>
1657
     </property>
1658
     <property name="orientation">
1659
      <enum>Qt::Horizontal</enum>
1660
     </property>
1661
    </widget>
1662
    <widget class="QToolButton" name="toolButton_SingleBeep">
1663
     <property name="geometry">
1664
      <rect>
1665
       <x>570</x>
1666
       <y>50</y>
1667
       <width>51</width>
1668
       <height>38</height>
1669
      </rect>
1670
     </property>
1671
     <property name="text">
1672
      <string>...</string>
1673
     </property>
1674
     <property name="icon">
1675
      <iconset resource="tpanel.qrc">
1676
       <normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
1677
     </property>
1678
    </widget>
1679
    <widget class="QToolButton" name="toolButton_DoubleBeep">
1680
     <property name="geometry">
1681
      <rect>
1682
       <x>570</x>
1683
       <y>90</y>
1684
       <width>51</width>
1685
       <height>38</height>
1686
      </rect>
1687
     </property>
1688
     <property name="text">
1689
      <string>...</string>
1690
     </property>
1691
     <property name="icon">
1692
      <iconset resource="tpanel.qrc">
1693
       <normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
1694
     </property>
1695
    </widget>
1696
    <widget class="QLabel" name="label_TestSound_2">
1697
     <property name="geometry">
1698
      <rect>
1699
       <x>10</x>
1700
       <y>140</y>
1701
       <width>121</width>
1702
       <height>22</height>
1703
      </rect>
1704
     </property>
1705
     <property name="sizePolicy">
1706
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1707
       <horstretch>0</horstretch>
1708
       <verstretch>0</verstretch>
1709
      </sizepolicy>
1710
     </property>
1711
     <property name="minimumSize">
1712
      <size>
1713
       <width>111</width>
1714
       <height>22</height>
1715
      </size>
1716
     </property>
1717
     <property name="text">
1718
      <string>System sound</string>
1719
     </property>
1720
    </widget>
1721
    <widget class="QCheckBox" name="checkBox_SystemSound">
1722
     <property name="geometry">
1723
      <rect>
1724
       <x>150</x>
1725
       <y>140</y>
1726
       <width>301</width>
1727
       <height>26</height>
1728
      </rect>
1729
     </property>
1730
     <property name="text">
1731
      <string>Play system sound</string>
1732
     </property>
1733
    </widget>
1734
    <widget class="QLabel" name="label_SystemSound">
1735
     <property name="geometry">
1736
      <rect>
1737
       <x>10</x>
1738
       <y>20</y>
1739
       <width>121</width>
1740
       <height>22</height>
1741
      </rect>
1742
     </property>
1743
     <property name="sizePolicy">
1744
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1745
       <horstretch>0</horstretch>
1746
       <verstretch>0</verstretch>
1747
      </sizepolicy>
1748
     </property>
1749
     <property name="minimumSize">
1750
      <size>
1751
       <width>111</width>
1752
       <height>22</height>
1753
      </size>
1754
     </property>
1755
     <property name="text">
1756
      <string>System sound</string>
1757
     </property>
1758
    </widget>
1759
    <widget class="QComboBox" name="comboBox_SystemSound">
1760
     <property name="geometry">
1761
      <rect>
1762
       <x>150</x>
1763
       <y>10</y>
1764
       <width>411</width>
1765
       <height>36</height>
1766
      </rect>
1767
     </property>
1768
    </widget>
1769
    <widget class="QToolButton" name="toolButton_SystemSound">
1770
     <property name="geometry">
1771
      <rect>
1772
       <x>570</x>
1773
       <y>10</y>
1774
       <width>51</width>
1775
       <height>38</height>
1776
      </rect>
1777
     </property>
1778
     <property name="text">
1779
      <string>...</string>
1780
     </property>
1781
     <property name="icon">
1782
      <iconset resource="tpanel.qrc">
1783
       <normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
1784
     </property>
1785
    </widget>
1786
   </widget>
2 andreas 1787
  </widget>
118 andreas 1788
  <widget class="QDialogButtonBox" name="buttonBox">
1789
   <property name="geometry">
1790
    <rect>
1791
     <x>10</x>
1792
     <y>370</y>
1793
     <width>601</width>
1794
     <height>32</height>
1795
    </rect>
1796
   </property>
1797
   <property name="sizePolicy">
1798
    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1799
     <horstretch>0</horstretch>
1800
     <verstretch>0</verstretch>
1801
    </sizepolicy>
1802
   </property>
1803
   <property name="minimumSize">
1804
    <size>
1805
     <width>411</width>
1806
     <height>32</height>
1807
    </size>
1808
   </property>
1809
   <property name="locale">
1810
    <locale language="English" country="Europe"/>
1811
   </property>
1812
   <property name="orientation">
1813
    <enum>Qt::Horizontal</enum>
1814
   </property>
1815
   <property name="standardButtons">
1816
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
1817
   </property>
1818
  </widget>
2 andreas 1819
 </widget>
23 andreas 1820
 <resources>
1821
  <include location="tpanel.qrc"/>
1822
 </resources>
2 andreas 1823
 <connections>
1824
  <connection>
1825
   <sender>buttonBox</sender>
118 andreas 1826
   <signal>rejected()</signal>
2 andreas 1827
   <receiver>TQtSettings</receiver>
118 andreas 1828
   <slot>reject()</slot>
2 andreas 1829
   <hints>
1830
    <hint type="sourcelabel">
118 andreas 1831
     <x>310</x>
1832
     <y>385</y>
2 andreas 1833
    </hint>
1834
    <hint type="destinationlabel">
118 andreas 1835
     <x>315</x>
1836
     <y>200</y>
2 andreas 1837
    </hint>
1838
   </hints>
1839
  </connection>
1840
  <connection>
1841
   <sender>buttonBox</sender>
118 andreas 1842
   <signal>accepted()</signal>
2 andreas 1843
   <receiver>TQtSettings</receiver>
118 andreas 1844
   <slot>accept()</slot>
2 andreas 1845
   <hints>
1846
    <hint type="sourcelabel">
118 andreas 1847
     <x>310</x>
1848
     <y>385</y>
2 andreas 1849
    </hint>
1850
    <hint type="destinationlabel">
118 andreas 1851
     <x>315</x>
1852
     <y>200</y>
2 andreas 1853
    </hint>
1854
   </hints>
1855
  </connection>
1856
 </connections>
1857
</ui>