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>
945
       <y>260</y>
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>
1090
    </widget>
1091
    <widget class="QCheckBox" name="checkBox_SIPenabled">
1092
     <property name="geometry">
1093
      <rect>
1094
       <x>140</x>
1095
       <y>260</y>
122 andreas 1096
       <width>201</width>
118 andreas 1097
       <height>21</height>
1098
      </rect>
1099
     </property>
120 andreas 1100
     <property name="toolTip">
1101
      <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>
1102
     </property>
118 andreas 1103
     <property name="text">
1104
      <string>Enabled</string>
1105
     </property>
1106
    </widget>
1107
    <widget class="QSpinBox" name="spinBox_SIPport">
1108
     <property name="geometry">
1109
      <rect>
1110
       <x>140</x>
1111
       <y>50</y>
1112
       <width>91</width>
1113
       <height>31</height>
1114
      </rect>
1115
     </property>
120 andreas 1116
     <property name="toolTip">
1117
      <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>
1118
     </property>
118 andreas 1119
     <property name="minimum">
1120
      <number>1</number>
1121
     </property>
1122
     <property name="maximum">
1123
      <number>65535</number>
1124
     </property>
1125
     <property name="value">
1126
      <number>5060</number>
1127
     </property>
1128
    </widget>
1129
   </widget>
1130
   <widget class="QWidget" name="tabView">
1131
    <attribute name="title">
1132
     <string>View</string>
1133
    </attribute>
1134
    <widget class="QCheckBox" name="checkBox_Scale">
1135
     <property name="geometry">
1136
      <rect>
1137
       <x>140</x>
1138
       <y>10</y>
122 andreas 1139
       <width>311</width>
118 andreas 1140
       <height>21</height>
1141
      </rect>
1142
     </property>
1143
     <property name="sizePolicy">
1144
      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
1145
       <horstretch>0</horstretch>
1146
       <verstretch>0</verstretch>
1147
      </sizepolicy>
1148
     </property>
1149
     <property name="minimumSize">
1150
      <size>
1151
       <width>0</width>
1152
       <height>0</height>
1153
      </size>
1154
     </property>
120 andreas 1155
     <property name="toolTip">
1156
      <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>
1157
     </property>
118 andreas 1158
     <property name="text">
1159
      <string>Scale to fit</string>
1160
     </property>
1161
    </widget>
1162
    <widget class="QLabel" name="label_Scale">
1163
     <property name="geometry">
1164
      <rect>
59 andreas 1165
       <x>10</x>
118 andreas 1166
       <y>10</y>
122 andreas 1167
       <width>121</width>
59 andreas 1168
       <height>22</height>
1169
      </rect>
1170
     </property>
1171
     <property name="sizePolicy">
1172
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1173
       <horstretch>0</horstretch>
1174
       <verstretch>0</verstretch>
1175
      </sizepolicy>
1176
     </property>
1177
     <property name="minimumSize">
1178
      <size>
1179
       <width>111</width>
1180
       <height>22</height>
1181
      </size>
1182
     </property>
1183
     <property name="text">
1184
      <string>Scaling</string>
1185
     </property>
1186
    </widget>
118 andreas 1187
    <widget class="QLabel" name="label_Banner">
59 andreas 1188
     <property name="geometry">
1189
      <rect>
118 andreas 1190
       <x>10</x>
1191
       <y>40</y>
122 andreas 1192
       <width>121</width>
118 andreas 1193
       <height>22</height>
59 andreas 1194
      </rect>
1195
     </property>
1196
     <property name="sizePolicy">
1197
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1198
       <horstretch>0</horstretch>
1199
       <verstretch>0</verstretch>
1200
      </sizepolicy>
1201
     </property>
1202
     <property name="minimumSize">
1203
      <size>
118 andreas 1204
       <width>111</width>
1205
       <height>22</height>
59 andreas 1206
      </size>
1207
     </property>
1208
     <property name="text">
118 andreas 1209
      <string>Startup banner</string>
59 andreas 1210
     </property>
1211
    </widget>
118 andreas 1212
    <widget class="QCheckBox" name="checkBox_Banner">
59 andreas 1213
     <property name="geometry">
1214
      <rect>
118 andreas 1215
       <x>140</x>
59 andreas 1216
       <y>40</y>
122 andreas 1217
       <width>251</width>
59 andreas 1218
       <height>21</height>
1219
      </rect>
1220
     </property>
120 andreas 1221
     <property name="toolTip">
1222
      <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>
1223
     </property>
59 andreas 1224
     <property name="text">
118 andreas 1225
      <string>show banner</string>
59 andreas 1226
     </property>
1227
    </widget>
120 andreas 1228
    <widget class="QLabel" name="label_Toolbar">
1229
     <property name="geometry">
1230
      <rect>
1231
       <x>10</x>
1232
       <y>70</y>
122 andreas 1233
       <width>121</width>
120 andreas 1234
       <height>22</height>
1235
      </rect>
1236
     </property>
1237
     <property name="sizePolicy">
1238
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1239
       <horstretch>0</horstretch>
1240
       <verstretch>0</verstretch>
1241
      </sizepolicy>
1242
     </property>
1243
     <property name="minimumSize">
1244
      <size>
1245
       <width>111</width>
1246
       <height>22</height>
1247
      </size>
1248
     </property>
1249
     <property name="text">
1250
      <string>Toolbar</string>
1251
     </property>
1252
    </widget>
1253
    <widget class="QCheckBox" name="checkBox_Toolbar">
1254
     <property name="geometry">
1255
      <rect>
1256
       <x>140</x>
1257
       <y>70</y>
122 andreas 1258
       <width>361</width>
120 andreas 1259
       <height>21</height>
1260
      </rect>
1261
     </property>
1262
     <property name="text">
1263
      <string>Force toolbar visible</string>
1264
     </property>
1265
    </widget>
59 andreas 1266
   </widget>
2 andreas 1267
  </widget>
118 andreas 1268
  <widget class="QDialogButtonBox" name="buttonBox">
1269
   <property name="geometry">
1270
    <rect>
1271
     <x>10</x>
1272
     <y>370</y>
1273
     <width>601</width>
1274
     <height>32</height>
1275
    </rect>
1276
   </property>
1277
   <property name="sizePolicy">
1278
    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1279
     <horstretch>0</horstretch>
1280
     <verstretch>0</verstretch>
1281
    </sizepolicy>
1282
   </property>
1283
   <property name="minimumSize">
1284
    <size>
1285
     <width>411</width>
1286
     <height>32</height>
1287
    </size>
1288
   </property>
1289
   <property name="locale">
1290
    <locale language="English" country="Europe"/>
1291
   </property>
1292
   <property name="orientation">
1293
    <enum>Qt::Horizontal</enum>
1294
   </property>
1295
   <property name="standardButtons">
1296
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
1297
   </property>
1298
  </widget>
2 andreas 1299
 </widget>
23 andreas 1300
 <resources>
1301
  <include location="tpanel.qrc"/>
1302
 </resources>
2 andreas 1303
 <connections>
1304
  <connection>
1305
   <sender>buttonBox</sender>
118 andreas 1306
   <signal>rejected()</signal>
2 andreas 1307
   <receiver>TQtSettings</receiver>
118 andreas 1308
   <slot>reject()</slot>
2 andreas 1309
   <hints>
1310
    <hint type="sourcelabel">
118 andreas 1311
     <x>310</x>
1312
     <y>385</y>
2 andreas 1313
    </hint>
1314
    <hint type="destinationlabel">
118 andreas 1315
     <x>315</x>
1316
     <y>200</y>
2 andreas 1317
    </hint>
1318
   </hints>
1319
  </connection>
1320
  <connection>
1321
   <sender>buttonBox</sender>
118 andreas 1322
   <signal>accepted()</signal>
2 andreas 1323
   <receiver>TQtSettings</receiver>
118 andreas 1324
   <slot>accept()</slot>
2 andreas 1325
   <hints>
1326
    <hint type="sourcelabel">
118 andreas 1327
     <x>310</x>
1328
     <y>385</y>
2 andreas 1329
    </hint>
1330
    <hint type="destinationlabel">
118 andreas 1331
     <x>315</x>
1332
     <y>200</y>
2 andreas 1333
    </hint>
1334
   </hints>
1335
  </connection>
1336
 </connections>
1337
</ui>