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>
138
       <width>70</width>
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>
274
       <y>70</y>
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>
359
       <width>121</width>
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>
384
       <width>120</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>
530
       <width>121</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>
555
       <width>111</width>
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>
580
       <width>111</width>
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>
605
       <width>111</width>
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>
630
       <width>111</width>
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>
655
       <width>111</width>
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>
118 andreas 734
    <widget class="QLineEdit" name="lineEdit_FTPsurface">
59 andreas 735
     <property name="geometry">
736
      <rect>
118 andreas 737
       <x>140</x>
738
       <y>250</y>
739
       <width>471</width>
740
       <height>36</height>
741
      </rect>
742
     </property>
743
     <property name="sizePolicy">
744
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
745
       <horstretch>0</horstretch>
746
       <verstretch>0</verstretch>
747
      </sizepolicy>
748
     </property>
749
     <property name="minimumSize">
750
      <size>
751
       <width>141</width>
752
       <height>36</height>
753
      </size>
754
     </property>
755
     <property name="toolTip">
756
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This is the name of a TP4 file on the disc of the controller. By default this is &lt;span style=&quot; font-weight:600;&quot;&gt;tpanel.tp4&lt;/span&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
757
     </property>
758
     <property name="text">
759
      <string>tpanel.tp4</string>
760
     </property>
761
    </widget>
762
    <widget class="QCheckBox" name="checkBox_FTPpassive">
763
     <property name="geometry">
764
      <rect>
765
       <x>140</x>
766
       <y>300</y>
767
       <width>85</width>
768
       <height>21</height>
769
      </rect>
770
     </property>
771
     <property name="text">
772
      <string>Passiv</string>
773
     </property>
774
    </widget>
775
   </widget>
120 andreas 776
   <widget class="QWidget" name="tabSIP">
118 andreas 777
    <attribute name="title">
778
     <string>SIP</string>
779
    </attribute>
780
    <widget class="QLabel" name="label_SIPproxy">
781
     <property name="geometry">
782
      <rect>
59 andreas 783
       <x>10</x>
118 andreas 784
       <y>20</y>
785
       <width>121</width>
59 andreas 786
       <height>22</height>
787
      </rect>
788
     </property>
789
     <property name="sizePolicy">
790
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
791
       <horstretch>0</horstretch>
792
       <verstretch>0</verstretch>
793
      </sizepolicy>
794
     </property>
795
     <property name="minimumSize">
796
      <size>
118 andreas 797
       <width>121</width>
59 andreas 798
       <height>22</height>
799
      </size>
800
     </property>
801
     <property name="text">
118 andreas 802
      <string>Proxy</string>
59 andreas 803
     </property>
804
    </widget>
118 andreas 805
    <widget class="QLabel" name="label_SIPport">
59 andreas 806
     <property name="geometry">
807
      <rect>
118 andreas 808
       <x>10</x>
809
       <y>60</y>
810
       <width>121</width>
811
       <height>22</height>
812
      </rect>
813
     </property>
814
     <property name="sizePolicy">
815
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
816
       <horstretch>0</horstretch>
817
       <verstretch>0</verstretch>
818
      </sizepolicy>
819
     </property>
820
     <property name="minimumSize">
821
      <size>
822
       <width>121</width>
823
       <height>22</height>
824
      </size>
825
     </property>
826
     <property name="text">
827
      <string>Port</string>
828
     </property>
829
    </widget>
830
    <widget class="QLabel" name="label_SIPstun">
831
     <property name="geometry">
832
      <rect>
833
       <x>10</x>
834
       <y>100</y>
835
       <width>121</width>
836
       <height>22</height>
837
      </rect>
838
     </property>
839
     <property name="sizePolicy">
840
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
841
       <horstretch>0</horstretch>
842
       <verstretch>0</verstretch>
843
      </sizepolicy>
844
     </property>
845
     <property name="minimumSize">
846
      <size>
847
       <width>121</width>
848
       <height>22</height>
849
      </size>
850
     </property>
851
     <property name="text">
852
      <string>STUN</string>
853
     </property>
854
    </widget>
855
    <widget class="QLabel" name="label_SIPdomain">
856
     <property name="geometry">
857
      <rect>
858
       <x>10</x>
859
       <y>140</y>
860
       <width>121</width>
861
       <height>22</height>
862
      </rect>
863
     </property>
864
     <property name="sizePolicy">
865
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
866
       <horstretch>0</horstretch>
867
       <verstretch>0</verstretch>
868
      </sizepolicy>
869
     </property>
870
     <property name="minimumSize">
871
      <size>
872
       <width>121</width>
873
       <height>22</height>
874
      </size>
875
     </property>
876
     <property name="text">
877
      <string>Domain</string>
878
     </property>
879
    </widget>
880
    <widget class="QLabel" name="label_SIPuser">
881
     <property name="geometry">
882
      <rect>
883
       <x>10</x>
884
       <y>180</y>
885
       <width>121</width>
886
       <height>22</height>
887
      </rect>
888
     </property>
889
     <property name="sizePolicy">
890
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
891
       <horstretch>0</horstretch>
892
       <verstretch>0</verstretch>
893
      </sizepolicy>
894
     </property>
895
     <property name="minimumSize">
896
      <size>
897
       <width>121</width>
898
       <height>22</height>
899
      </size>
900
     </property>
901
     <property name="text">
902
      <string>User</string>
903
     </property>
904
    </widget>
905
    <widget class="QLabel" name="label_SIPpassword">
906
     <property name="geometry">
907
      <rect>
908
       <x>10</x>
909
       <y>220</y>
910
       <width>121</width>
911
       <height>22</height>
912
      </rect>
913
     </property>
914
     <property name="sizePolicy">
915
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
916
       <horstretch>0</horstretch>
917
       <verstretch>0</verstretch>
918
      </sizepolicy>
919
     </property>
920
     <property name="minimumSize">
921
      <size>
922
       <width>121</width>
923
       <height>22</height>
924
      </size>
925
     </property>
926
     <property name="text">
927
      <string>Password</string>
928
     </property>
929
    </widget>
930
    <widget class="QLabel" name="label_SIPstate">
931
     <property name="geometry">
932
      <rect>
933
       <x>10</x>
934
       <y>260</y>
935
       <width>121</width>
936
       <height>22</height>
937
      </rect>
938
     </property>
939
     <property name="sizePolicy">
940
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
941
       <horstretch>0</horstretch>
942
       <verstretch>0</verstretch>
943
      </sizepolicy>
944
     </property>
945
     <property name="minimumSize">
946
      <size>
947
       <width>121</width>
948
       <height>22</height>
949
      </size>
950
     </property>
951
     <property name="text">
952
      <string>State</string>
953
     </property>
954
    </widget>
955
    <widget class="QLineEdit" name="lineEdit_SIPproxy">
956
     <property name="geometry">
957
      <rect>
59 andreas 958
       <x>140</x>
118 andreas 959
       <y>10</y>
59 andreas 960
       <width>471</width>
961
       <height>36</height>
962
      </rect>
963
     </property>
964
     <property name="sizePolicy">
965
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
966
       <horstretch>0</horstretch>
967
       <verstretch>0</verstretch>
968
      </sizepolicy>
969
     </property>
970
     <property name="minimumSize">
971
      <size>
118 andreas 972
       <width>311</width>
59 andreas 973
       <height>36</height>
974
      </size>
975
     </property>
118 andreas 976
     <property name="toolTip">
120 andreas 977
      <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 978
     </property>
59 andreas 979
    </widget>
118 andreas 980
    <widget class="QLineEdit" name="lineEdit_SIPstun">
59 andreas 981
     <property name="geometry">
982
      <rect>
118 andreas 983
       <x>140</x>
984
       <y>90</y>
985
       <width>471</width>
986
       <height>36</height>
987
      </rect>
988
     </property>
989
     <property name="sizePolicy">
990
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
991
       <horstretch>0</horstretch>
992
       <verstretch>0</verstretch>
993
      </sizepolicy>
994
     </property>
995
     <property name="minimumSize">
996
      <size>
997
       <width>311</width>
998
       <height>36</height>
999
      </size>
1000
     </property>
1001
     <property name="toolTip">
120 andreas 1002
      <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 1003
     </property>
1004
    </widget>
1005
    <widget class="QLineEdit" name="lineEdit_SIPdomain">
1006
     <property name="geometry">
1007
      <rect>
1008
       <x>140</x>
1009
       <y>130</y>
1010
       <width>471</width>
1011
       <height>36</height>
1012
      </rect>
1013
     </property>
1014
     <property name="sizePolicy">
1015
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1016
       <horstretch>0</horstretch>
1017
       <verstretch>0</verstretch>
1018
      </sizepolicy>
1019
     </property>
1020
     <property name="minimumSize">
1021
      <size>
1022
       <width>311</width>
1023
       <height>36</height>
1024
      </size>
1025
     </property>
1026
     <property name="toolTip">
120 andreas 1027
      <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 1028
     </property>
1029
    </widget>
1030
    <widget class="QLineEdit" name="lineEdit_SIPuser">
1031
     <property name="geometry">
1032
      <rect>
1033
       <x>140</x>
1034
       <y>170</y>
1035
       <width>471</width>
1036
       <height>36</height>
1037
      </rect>
1038
     </property>
1039
     <property name="sizePolicy">
1040
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1041
       <horstretch>0</horstretch>
1042
       <verstretch>0</verstretch>
1043
      </sizepolicy>
1044
     </property>
1045
     <property name="minimumSize">
1046
      <size>
1047
       <width>311</width>
1048
       <height>36</height>
1049
      </size>
1050
     </property>
1051
     <property name="toolTip">
120 andreas 1052
      <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 1053
     </property>
1054
    </widget>
1055
    <widget class="QLineEdit" name="lineEdit_SIPpassword">
1056
     <property name="geometry">
1057
      <rect>
1058
       <x>140</x>
1059
       <y>210</y>
1060
       <width>471</width>
1061
       <height>36</height>
1062
      </rect>
1063
     </property>
1064
     <property name="sizePolicy">
1065
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1066
       <horstretch>0</horstretch>
1067
       <verstretch>0</verstretch>
1068
      </sizepolicy>
1069
     </property>
1070
     <property name="minimumSize">
1071
      <size>
1072
       <width>311</width>
1073
       <height>36</height>
1074
      </size>
1075
     </property>
1076
     <property name="toolTip">
120 andreas 1077
      <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 1078
     </property>
1079
    </widget>
1080
    <widget class="QCheckBox" name="checkBox_SIPenabled">
1081
     <property name="geometry">
1082
      <rect>
1083
       <x>140</x>
1084
       <y>260</y>
1085
       <width>85</width>
1086
       <height>21</height>
1087
      </rect>
1088
     </property>
120 andreas 1089
     <property name="toolTip">
1090
      <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>
1091
     </property>
118 andreas 1092
     <property name="text">
1093
      <string>Enabled</string>
1094
     </property>
1095
    </widget>
1096
    <widget class="QSpinBox" name="spinBox_SIPport">
1097
     <property name="geometry">
1098
      <rect>
1099
       <x>140</x>
1100
       <y>50</y>
1101
       <width>91</width>
1102
       <height>31</height>
1103
      </rect>
1104
     </property>
120 andreas 1105
     <property name="toolTip">
1106
      <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>
1107
     </property>
118 andreas 1108
     <property name="minimum">
1109
      <number>1</number>
1110
     </property>
1111
     <property name="maximum">
1112
      <number>65535</number>
1113
     </property>
1114
     <property name="value">
1115
      <number>5060</number>
1116
     </property>
1117
    </widget>
1118
   </widget>
1119
   <widget class="QWidget" name="tabView">
1120
    <attribute name="title">
1121
     <string>View</string>
1122
    </attribute>
1123
    <widget class="QCheckBox" name="checkBox_Scale">
1124
     <property name="geometry">
1125
      <rect>
1126
       <x>140</x>
1127
       <y>10</y>
1128
       <width>101</width>
1129
       <height>21</height>
1130
      </rect>
1131
     </property>
1132
     <property name="sizePolicy">
1133
      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
1134
       <horstretch>0</horstretch>
1135
       <verstretch>0</verstretch>
1136
      </sizepolicy>
1137
     </property>
1138
     <property name="minimumSize">
1139
      <size>
1140
       <width>0</width>
1141
       <height>0</height>
1142
      </size>
1143
     </property>
120 andreas 1144
     <property name="toolTip">
1145
      <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>
1146
     </property>
118 andreas 1147
     <property name="text">
1148
      <string>Scale to fit</string>
1149
     </property>
1150
    </widget>
1151
    <widget class="QLabel" name="label_Scale">
1152
     <property name="geometry">
1153
      <rect>
59 andreas 1154
       <x>10</x>
118 andreas 1155
       <y>10</y>
59 andreas 1156
       <width>111</width>
1157
       <height>22</height>
1158
      </rect>
1159
     </property>
1160
     <property name="sizePolicy">
1161
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1162
       <horstretch>0</horstretch>
1163
       <verstretch>0</verstretch>
1164
      </sizepolicy>
1165
     </property>
1166
     <property name="minimumSize">
1167
      <size>
1168
       <width>111</width>
1169
       <height>22</height>
1170
      </size>
1171
     </property>
1172
     <property name="text">
1173
      <string>Scaling</string>
1174
     </property>
1175
    </widget>
118 andreas 1176
    <widget class="QLabel" name="label_Banner">
59 andreas 1177
     <property name="geometry">
1178
      <rect>
118 andreas 1179
       <x>10</x>
1180
       <y>40</y>
1181
       <width>111</width>
1182
       <height>22</height>
59 andreas 1183
      </rect>
1184
     </property>
1185
     <property name="sizePolicy">
1186
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1187
       <horstretch>0</horstretch>
1188
       <verstretch>0</verstretch>
1189
      </sizepolicy>
1190
     </property>
1191
     <property name="minimumSize">
1192
      <size>
118 andreas 1193
       <width>111</width>
1194
       <height>22</height>
59 andreas 1195
      </size>
1196
     </property>
1197
     <property name="text">
118 andreas 1198
      <string>Startup banner</string>
59 andreas 1199
     </property>
1200
    </widget>
118 andreas 1201
    <widget class="QCheckBox" name="checkBox_Banner">
59 andreas 1202
     <property name="geometry">
1203
      <rect>
118 andreas 1204
       <x>140</x>
59 andreas 1205
       <y>40</y>
118 andreas 1206
       <width>111</width>
59 andreas 1207
       <height>21</height>
1208
      </rect>
1209
     </property>
120 andreas 1210
     <property name="toolTip">
1211
      <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>
1212
     </property>
59 andreas 1213
     <property name="text">
118 andreas 1214
      <string>show banner</string>
59 andreas 1215
     </property>
1216
    </widget>
118 andreas 1217
    <widget class="QLabel" name="label_BannerExplain">
59 andreas 1218
     <property name="geometry">
1219
      <rect>
118 andreas 1220
       <x>260</x>
59 andreas 1221
       <y>40</y>
118 andreas 1222
       <width>231</width>
1223
       <height>22</height>
59 andreas 1224
      </rect>
1225
     </property>
1226
     <property name="sizePolicy">
1227
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1228
       <horstretch>0</horstretch>
1229
       <verstretch>0</verstretch>
1230
      </sizepolicy>
1231
     </property>
1232
     <property name="minimumSize">
1233
      <size>
118 andreas 1234
       <width>111</width>
1235
       <height>22</height>
59 andreas 1236
      </size>
1237
     </property>
118 andreas 1238
     <property name="frameShape">
1239
      <enum>QFrame::StyledPanel</enum>
59 andreas 1240
     </property>
1241
     <property name="text">
118 andreas 1242
      <string>&lt;i&gt;This works only on a desktop!&lt;/i&gt;</string>
59 andreas 1243
     </property>
1244
    </widget>
118 andreas 1245
    <widget class="QLabel" name="label_BannerExplain_2">
59 andreas 1246
     <property name="geometry">
1247
      <rect>
118 andreas 1248
       <x>260</x>
1249
       <y>10</y>
1250
       <width>231</width>
1251
       <height>22</height>
59 andreas 1252
      </rect>
1253
     </property>
1254
     <property name="sizePolicy">
1255
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1256
       <horstretch>0</horstretch>
1257
       <verstretch>0</verstretch>
1258
      </sizepolicy>
1259
     </property>
1260
     <property name="minimumSize">
1261
      <size>
118 andreas 1262
       <width>111</width>
1263
       <height>22</height>
59 andreas 1264
      </size>
1265
     </property>
118 andreas 1266
     <property name="frameShape">
1267
      <enum>QFrame::StyledPanel</enum>
1268
     </property>
59 andreas 1269
     <property name="text">
118 andreas 1270
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;This works only on a mobile device!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
59 andreas 1271
     </property>
1272
    </widget>
120 andreas 1273
    <widget class="QLabel" name="label_Toolbar">
1274
     <property name="geometry">
1275
      <rect>
1276
       <x>10</x>
1277
       <y>70</y>
1278
       <width>111</width>
1279
       <height>22</height>
1280
      </rect>
1281
     </property>
1282
     <property name="sizePolicy">
1283
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1284
       <horstretch>0</horstretch>
1285
       <verstretch>0</verstretch>
1286
      </sizepolicy>
1287
     </property>
1288
     <property name="minimumSize">
1289
      <size>
1290
       <width>111</width>
1291
       <height>22</height>
1292
      </size>
1293
     </property>
1294
     <property name="text">
1295
      <string>Toolbar</string>
1296
     </property>
1297
    </widget>
1298
    <widget class="QCheckBox" name="checkBox_Toolbar">
1299
     <property name="geometry">
1300
      <rect>
1301
       <x>140</x>
1302
       <y>70</y>
1303
       <width>141</width>
1304
       <height>21</height>
1305
      </rect>
1306
     </property>
1307
     <property name="text">
1308
      <string>Force toolbar visible</string>
1309
     </property>
1310
    </widget>
59 andreas 1311
   </widget>
2 andreas 1312
  </widget>
118 andreas 1313
  <widget class="QDialogButtonBox" name="buttonBox">
1314
   <property name="geometry">
1315
    <rect>
1316
     <x>10</x>
1317
     <y>370</y>
1318
     <width>601</width>
1319
     <height>32</height>
1320
    </rect>
1321
   </property>
1322
   <property name="sizePolicy">
1323
    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1324
     <horstretch>0</horstretch>
1325
     <verstretch>0</verstretch>
1326
    </sizepolicy>
1327
   </property>
1328
   <property name="minimumSize">
1329
    <size>
1330
     <width>411</width>
1331
     <height>32</height>
1332
    </size>
1333
   </property>
1334
   <property name="locale">
1335
    <locale language="English" country="Europe"/>
1336
   </property>
1337
   <property name="orientation">
1338
    <enum>Qt::Horizontal</enum>
1339
   </property>
1340
   <property name="standardButtons">
1341
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
1342
   </property>
1343
  </widget>
2 andreas 1344
 </widget>
23 andreas 1345
 <resources>
1346
  <include location="tpanel.qrc"/>
1347
 </resources>
2 andreas 1348
 <connections>
1349
  <connection>
1350
   <sender>buttonBox</sender>
118 andreas 1351
   <signal>rejected()</signal>
2 andreas 1352
   <receiver>TQtSettings</receiver>
118 andreas 1353
   <slot>reject()</slot>
2 andreas 1354
   <hints>
1355
    <hint type="sourcelabel">
118 andreas 1356
     <x>310</x>
1357
     <y>385</y>
2 andreas 1358
    </hint>
1359
    <hint type="destinationlabel">
118 andreas 1360
     <x>315</x>
1361
     <y>200</y>
2 andreas 1362
    </hint>
1363
   </hints>
1364
  </connection>
1365
  <connection>
1366
   <sender>buttonBox</sender>
118 andreas 1367
   <signal>accepted()</signal>
2 andreas 1368
   <receiver>TQtSettings</receiver>
118 andreas 1369
   <slot>accept()</slot>
2 andreas 1370
   <hints>
1371
    <hint type="sourcelabel">
118 andreas 1372
     <x>310</x>
1373
     <y>385</y>
2 andreas 1374
    </hint>
1375
    <hint type="destinationlabel">
118 andreas 1376
     <x>315</x>
1377
     <y>200</y>
2 andreas 1378
    </hint>
1379
   </hints>
1380
  </connection>
1381
 </connections>
1382
</ui>