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>
59 andreas 9
    <width>633</width>
10
    <height>372</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>
59 andreas 34
  <widget class="QScrollArea" name="scrollArea">
2 andreas 35
   <property name="geometry">
36
    <rect>
59 andreas 37
     <x>0</x>
38
     <y>0</y>
39
     <width>631</width>
40
     <height>371</height>
2 andreas 41
    </rect>
42
   </property>
59 andreas 43
   <property name="widgetResizable">
44
    <bool>true</bool>
40 andreas 45
   </property>
59 andreas 46
   <widget class="QWidget" name="scrollAreaWidgetContents">
47
    <property name="geometry">
48
     <rect>
49
      <x>0</x>
50
      <y>0</y>
51
      <width>629</width>
52
      <height>369</height>
53
     </rect>
2 andreas 54
    </property>
59 andreas 55
    <widget class="QDialogButtonBox" name="buttonBox">
56
     <property name="geometry">
57
      <rect>
58
       <x>10</x>
59
       <y>330</y>
60
       <width>601</width>
61
       <height>32</height>
62
      </rect>
63
     </property>
64
     <property name="sizePolicy">
65
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
66
       <horstretch>0</horstretch>
67
       <verstretch>0</verstretch>
68
      </sizepolicy>
69
     </property>
70
     <property name="minimumSize">
71
      <size>
72
       <width>411</width>
73
       <height>32</height>
74
      </size>
75
     </property>
76
     <property name="locale">
77
      <locale language="English" country="Europe"/>
78
     </property>
79
     <property name="orientation">
80
      <enum>Qt::Horizontal</enum>
81
     </property>
82
     <property name="standardButtons">
83
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
84
     </property>
85
    </widget>
86
    <widget class="QLabel" name="label_logLevel">
87
     <property name="geometry">
88
      <rect>
89
       <x>10</x>
90
       <y>10</y>
91
       <width>121</width>
92
       <height>22</height>
93
      </rect>
94
     </property>
95
     <property name="sizePolicy">
96
      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
97
       <horstretch>0</horstretch>
98
       <verstretch>0</verstretch>
99
      </sizepolicy>
100
     </property>
101
     <property name="minimumSize">
102
      <size>
103
       <width>121</width>
104
       <height>22</height>
105
      </size>
106
     </property>
107
     <property name="text">
108
      <string>Log steps</string>
109
     </property>
110
    </widget>
111
    <widget class="QCheckBox" name="checkBox_LogAll">
112
     <property name="geometry">
113
      <rect>
114
       <x>570</x>
115
       <y>10</y>
116
       <width>51</width>
117
       <height>28</height>
118
      </rect>
119
     </property>
120
     <property name="text">
121
      <string>All</string>
122
     </property>
123
    </widget>
124
    <widget class="QCheckBox" name="checkBox_LogError">
125
     <property name="geometry">
126
      <rect>
127
       <x>270</x>
128
       <y>10</y>
129
       <width>61</width>
130
       <height>28</height>
131
      </rect>
132
     </property>
133
     <property name="text">
134
      <string>Error</string>
135
     </property>
136
    </widget>
137
    <widget class="QCheckBox" name="checkBox_LogInfo">
138
     <property name="geometry">
139
      <rect>
140
       <x>140</x>
141
       <y>10</y>
142
       <width>49</width>
143
       <height>28</height>
144
      </rect>
145
     </property>
146
     <property name="text">
147
      <string>Info</string>
148
     </property>
149
    </widget>
150
    <widget class="QCheckBox" name="checkBox_LogDebug">
151
     <property name="geometry">
152
      <rect>
153
       <x>390</x>
154
       <y>10</y>
155
       <width>71</width>
156
       <height>28</height>
157
      </rect>
158
     </property>
159
     <property name="text">
160
      <string>Debug</string>
161
     </property>
162
    </widget>
163
    <widget class="QCheckBox" name="checkBox_LogWarning">
164
     <property name="geometry">
165
      <rect>
166
       <x>190</x>
167
       <y>10</y>
168
       <width>75</width>
169
       <height>28</height>
170
      </rect>
171
     </property>
172
     <property name="text">
173
      <string>Warning</string>
174
     </property>
175
    </widget>
176
    <widget class="QCheckBox" name="checkBox_LogTrace">
177
     <property name="geometry">
178
      <rect>
179
       <x>330</x>
180
       <y>10</y>
181
       <width>61</width>
182
       <height>28</height>
183
      </rect>
184
     </property>
185
     <property name="text">
186
      <string>Trace</string>
187
     </property>
188
    </widget>
189
    <widget class="QCheckBox" name="checkBox_LogProtocol">
190
     <property name="geometry">
191
      <rect>
192
       <x>490</x>
193
       <y>10</y>
194
       <width>81</width>
195
       <height>28</height>
196
      </rect>
197
     </property>
198
     <property name="text">
199
      <string>Protocol</string>
200
     </property>
201
    </widget>
202
    <widget class="QLabel" name="label_logFile">
203
     <property name="geometry">
204
      <rect>
205
       <x>10</x>
206
       <y>70</y>
207
       <width>121</width>
208
       <height>22</height>
209
      </rect>
210
     </property>
211
     <property name="sizePolicy">
212
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
213
       <horstretch>0</horstretch>
214
       <verstretch>0</verstretch>
215
      </sizepolicy>
216
     </property>
217
     <property name="minimumSize">
218
      <size>
219
       <width>121</width>
220
       <height>22</height>
221
      </size>
222
     </property>
223
     <property name="text">
224
      <string>Logfile</string>
225
     </property>
226
    </widget>
227
    <widget class="QLineEdit" name="lineEdit_logFile">
228
     <property name="geometry">
229
      <rect>
230
       <x>140</x>
231
       <y>70</y>
232
       <width>370</width>
233
       <height>36</height>
234
      </rect>
235
     </property>
236
     <property name="sizePolicy">
237
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
238
       <horstretch>0</horstretch>
239
       <verstretch>0</verstretch>
240
      </sizepolicy>
241
     </property>
242
     <property name="minimumSize">
243
      <size>
244
       <width>370</width>
245
       <height>36</height>
246
      </size>
247
     </property>
248
    </widget>
249
    <widget class="QToolButton" name="kiconbutton_reset">
250
     <property name="geometry">
251
      <rect>
252
       <x>520</x>
253
       <y>70</y>
254
       <width>44</width>
255
       <height>38</height>
256
      </rect>
257
     </property>
258
     <property name="minimumSize">
259
      <size>
260
       <width>44</width>
261
       <height>38</height>
262
      </size>
263
     </property>
264
     <property name="icon">
265
      <iconset resource="tpanel.qrc">
266
       <normaloff>:/images/reset.png</normaloff>:/images/reset.png</iconset>
267
     </property>
268
     <property name="iconSize">
269
      <size>
270
       <width>32</width>
271
       <height>32</height>
272
      </size>
273
     </property>
274
    </widget>
275
    <widget class="QToolButton" name="kiconbutton_logFile">
276
     <property name="geometry">
277
      <rect>
278
       <x>570</x>
279
       <y>70</y>
280
       <width>44</width>
281
       <height>38</height>
282
      </rect>
283
     </property>
284
     <property name="sizePolicy">
285
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
286
       <horstretch>0</horstretch>
287
       <verstretch>0</verstretch>
288
      </sizepolicy>
289
     </property>
290
     <property name="minimumSize">
291
      <size>
292
       <width>44</width>
293
       <height>38</height>
294
      </size>
295
     </property>
296
     <property name="icon">
297
      <iconset resource="tpanel.qrc">
298
       <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
299
     </property>
300
     <property name="iconSize">
301
      <size>
302
       <width>32</width>
303
       <height>32</height>
304
      </size>
305
     </property>
306
    </widget>
307
    <widget class="QLabel" name="label_Controller">
308
     <property name="geometry">
309
      <rect>
310
       <x>10</x>
311
       <y>130</y>
312
       <width>121</width>
313
       <height>22</height>
314
      </rect>
315
     </property>
316
     <property name="sizePolicy">
317
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
318
       <horstretch>0</horstretch>
319
       <verstretch>0</verstretch>
320
      </sizepolicy>
321
     </property>
322
     <property name="minimumSize">
323
      <size>
324
       <width>121</width>
325
       <height>22</height>
326
      </size>
327
     </property>
328
     <property name="text">
329
      <string>Controller</string>
330
     </property>
331
    </widget>
332
    <widget class="QLineEdit" name="lineEdit_Controller">
333
     <property name="geometry">
334
      <rect>
335
       <x>140</x>
336
       <y>120</y>
337
       <width>471</width>
338
       <height>36</height>
339
      </rect>
340
     </property>
341
     <property name="sizePolicy">
342
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
343
       <horstretch>0</horstretch>
344
       <verstretch>0</verstretch>
345
      </sizepolicy>
346
     </property>
347
     <property name="minimumSize">
348
      <size>
349
       <width>311</width>
350
       <height>36</height>
351
      </size>
352
     </property>
353
    </widget>
354
    <widget class="QLabel" name="label_Port">
355
     <property name="geometry">
356
      <rect>
357
       <x>10</x>
358
       <y>170</y>
359
       <width>121</width>
360
       <height>22</height>
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>
371
       <width>121</width>
372
       <height>22</height>
373
      </size>
374
     </property>
375
     <property name="text">
376
      <string>Network port</string>
377
     </property>
378
    </widget>
379
    <widget class="QSpinBox" name="spinBox_Port">
380
     <property name="geometry">
381
      <rect>
382
       <x>140</x>
383
       <y>160</y>
384
       <width>141</width>
385
       <height>36</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>
396
       <width>141</width>
397
       <height>36</height>
398
      </size>
399
     </property>
400
     <property name="minimum">
401
      <number>1024</number>
402
     </property>
403
     <property name="maximum">
404
      <number>32767</number>
405
     </property>
406
     <property name="value">
407
      <number>1397</number>
408
     </property>
409
    </widget>
410
    <widget class="QLabel" name="label_Channel">
411
     <property name="geometry">
412
      <rect>
413
       <x>10</x>
414
       <y>210</y>
415
       <width>120</width>
416
       <height>22</height>
417
      </rect>
418
     </property>
419
     <property name="sizePolicy">
420
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
421
       <horstretch>0</horstretch>
422
       <verstretch>0</verstretch>
423
      </sizepolicy>
424
     </property>
425
     <property name="minimumSize">
426
      <size>
427
       <width>120</width>
428
       <height>22</height>
429
      </size>
430
     </property>
431
     <property name="text">
432
      <string>Channel number</string>
433
     </property>
434
    </widget>
435
    <widget class="QSpinBox" name="spinBox_Channel">
436
     <property name="geometry">
437
      <rect>
438
       <x>140</x>
439
       <y>200</y>
440
       <width>141</width>
441
       <height>36</height>
442
      </rect>
443
     </property>
444
     <property name="sizePolicy">
445
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
446
       <horstretch>0</horstretch>
447
       <verstretch>0</verstretch>
448
      </sizepolicy>
449
     </property>
450
     <property name="minimumSize">
451
      <size>
452
       <width>141</width>
453
       <height>36</height>
454
      </size>
455
     </property>
456
     <property name="minimum">
457
      <number>10001</number>
458
     </property>
459
     <property name="maximum">
460
      <number>10999</number>
461
     </property>
462
     <property name="value">
463
      <number>10001</number>
464
     </property>
465
    </widget>
466
    <widget class="QLabel" name="label_PType">
467
     <property name="geometry">
468
      <rect>
469
       <x>10</x>
470
       <y>250</y>
471
       <width>111</width>
472
       <height>22</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>111</width>
484
       <height>22</height>
485
      </size>
486
     </property>
487
     <property name="text">
488
      <string>Panel type</string>
489
     </property>
490
    </widget>
491
    <widget class="QLineEdit" name="lineEdit_PType">
492
     <property name="geometry">
493
      <rect>
494
       <x>140</x>
495
       <y>240</y>
496
       <width>471</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>
512
    </widget>
513
    <widget class="QLabel" name="label_PType_2">
514
     <property name="geometry">
515
      <rect>
516
       <x>10</x>
517
       <y>300</y>
518
       <width>111</width>
519
       <height>22</height>
520
      </rect>
521
     </property>
522
     <property name="sizePolicy">
523
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
524
       <horstretch>0</horstretch>
525
       <verstretch>0</verstretch>
526
      </sizepolicy>
527
     </property>
528
     <property name="minimumSize">
529
      <size>
530
       <width>111</width>
531
       <height>22</height>
532
      </size>
533
     </property>
534
     <property name="text">
535
      <string>Scaling</string>
536
     </property>
537
    </widget>
538
    <widget class="QCheckBox" name="checkBox_Scale">
539
     <property name="geometry">
540
      <rect>
541
       <x>140</x>
542
       <y>300</y>
543
       <width>141</width>
544
       <height>28</height>
545
      </rect>
546
     </property>
547
     <property name="sizePolicy">
548
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
549
       <horstretch>0</horstretch>
550
       <verstretch>0</verstretch>
551
      </sizepolicy>
552
     </property>
553
     <property name="minimumSize">
554
      <size>
555
       <width>141</width>
556
       <height>28</height>
557
      </size>
558
     </property>
559
     <property name="text">
560
      <string>Scale to fit</string>
561
     </property>
562
    </widget>
563
    <widget class="QLabel" name="label_logFormats">
564
     <property name="geometry">
565
      <rect>
566
       <x>10</x>
567
       <y>40</y>
568
       <width>70</width>
569
       <height>21</height>
570
      </rect>
571
     </property>
572
     <property name="text">
573
      <string>Log formats</string>
574
     </property>
575
    </widget>
576
    <widget class="QCheckBox" name="checkBox_Profiling">
577
     <property name="geometry">
578
      <rect>
579
       <x>140</x>
580
       <y>40</y>
581
       <width>91</width>
582
       <height>28</height>
583
      </rect>
584
     </property>
585
     <property name="sizePolicy">
586
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
587
       <horstretch>0</horstretch>
588
       <verstretch>0</verstretch>
589
      </sizepolicy>
590
     </property>
591
     <property name="minimumSize">
592
      <size>
593
       <width>91</width>
594
       <height>28</height>
595
      </size>
596
     </property>
597
     <property name="toolTip">
598
      <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>
599
     </property>
600
     <property name="text">
601
      <string>Profiling</string>
602
     </property>
603
    </widget>
604
    <widget class="QCheckBox" name="checkBox_Format">
605
     <property name="geometry">
606
      <rect>
607
       <x>270</x>
608
       <y>40</y>
609
       <width>131</width>
610
       <height>26</height>
611
      </rect>
612
     </property>
613
     <property name="sizePolicy">
614
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
615
       <horstretch>0</horstretch>
616
       <verstretch>0</verstretch>
617
      </sizepolicy>
618
     </property>
619
     <property name="minimumSize">
620
      <size>
621
       <width>121</width>
622
       <height>26</height>
623
      </size>
624
     </property>
625
     <property name="text">
626
      <string>Long format</string>
627
     </property>
628
    </widget>
629
   </widget>
2 andreas 630
  </widget>
631
 </widget>
23 andreas 632
 <resources>
633
  <include location="tpanel.qrc"/>
634
 </resources>
2 andreas 635
 <connections>
636
  <connection>
637
   <sender>buttonBox</sender>
638
   <signal>accepted()</signal>
639
   <receiver>TQtSettings</receiver>
640
   <slot>accept()</slot>
641
   <hints>
642
    <hint type="sourcelabel">
643
     <x>248</x>
644
     <y>254</y>
645
    </hint>
646
    <hint type="destinationlabel">
647
     <x>157</x>
648
     <y>274</y>
649
    </hint>
650
   </hints>
651
  </connection>
652
  <connection>
653
   <sender>buttonBox</sender>
654
   <signal>rejected()</signal>
655
   <receiver>TQtSettings</receiver>
656
   <slot>reject()</slot>
657
   <hints>
658
    <hint type="sourcelabel">
659
     <x>316</x>
660
     <y>260</y>
661
    </hint>
662
    <hint type="destinationlabel">
663
     <x>286</x>
664
     <y>274</y>
665
    </hint>
666
   </hints>
667
  </connection>
668
 </connections>
669
</ui>