~christopher-hunt08/maus/maus_scifi_updates

« back to all changes in this revision

Viewing changes to src/utilities/event-viewer/settings.ui

  • Committer: Christopher Hunt
  • Date: 2016-06-14 10:23:55 UTC
  • mfrom: (697.19.5 MAUS-v2.4.0)
  • Revision ID: christopher.hunt08@imperial.ac.uk-20160614102355-k0kdte1iiiy4nzz7
Merged Lastest Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>Settings</class>
 
4
 <widget class="QDialog" name="Settings">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>425</width>
 
10
    <height>460</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Dialog</string>
 
15
  </property>
 
16
  <widget class="QDialogButtonBox" name="buttonBox">
 
17
   <property name="geometry">
 
18
    <rect>
 
19
     <x>330</x>
 
20
     <y>20</y>
 
21
     <width>81</width>
 
22
     <height>381</height>
 
23
    </rect>
 
24
   </property>
 
25
   <property name="orientation">
 
26
    <enum>Qt::Vertical</enum>
 
27
   </property>
 
28
   <property name="standardButtons">
 
29
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
30
   </property>
 
31
  </widget>
 
32
  <widget class="QLabel" name="label">
 
33
   <property name="geometry">
 
34
    <rect>
 
35
     <x>10</x>
 
36
     <y>10</y>
 
37
     <width>101</width>
 
38
     <height>31</height>
 
39
    </rect>
 
40
   </property>
 
41
   <property name="font">
 
42
    <font>
 
43
     <pointsize>18</pointsize>
 
44
     <weight>75</weight>
 
45
     <bold>true</bold>
 
46
    </font>
 
47
   </property>
 
48
   <property name="text">
 
49
    <string>Settings</string>
 
50
   </property>
 
51
  </widget>
 
52
  <widget class="QToolBox" name="page_settings">
 
53
   <property name="geometry">
 
54
    <rect>
 
55
     <x>10</x>
 
56
     <y>60</y>
 
57
     <width>281</width>
 
58
     <height>391</height>
 
59
    </rect>
 
60
   </property>
 
61
   <property name="currentIndex">
 
62
    <number>4</number>
 
63
   </property>
 
64
   <widget class="QWidget" name="page_TOF0">
 
65
    <property name="geometry">
 
66
     <rect>
 
67
      <x>0</x>
 
68
      <y>0</y>
 
69
      <width>281</width>
 
70
      <height>205</height>
 
71
     </rect>
 
72
    </property>
 
73
    <attribute name="label">
 
74
     <string>TOF0</string>
 
75
    </attribute>
 
76
    <layout class="QVBoxLayout" name="verticalLayout_6">
 
77
     <item>
 
78
      <widget class="QRadioButton" name="radio_tof0_offsetsFromMAUS">
 
79
       <property name="enabled">
 
80
        <bool>false</bool>
 
81
       </property>
 
82
       <property name="text">
 
83
        <string>Position from MAUS</string>
 
84
       </property>
 
85
      </widget>
 
86
     </item>
 
87
     <item>
 
88
      <widget class="QRadioButton" name="radio_tof0_customOffsets">
 
89
       <property name="text">
 
90
        <string>Custom Position</string>
 
91
       </property>
 
92
       <property name="checked">
 
93
        <bool>true</bool>
 
94
       </property>
 
95
      </widget>
 
96
     </item>
 
97
     <item>
 
98
      <layout class="QVBoxLayout" name="verticalLayout">
 
99
       <item>
 
100
        <layout class="QHBoxLayout" name="horizontalLayout">
 
101
         <item>
 
102
          <widget class="QLabel" name="label_2">
 
103
           <property name="text">
 
104
            <string>z Position:</string>
 
105
           </property>
 
106
          </widget>
 
107
         </item>
 
108
         <item>
 
109
          <spacer name="horizontalSpacer">
 
110
           <property name="orientation">
 
111
            <enum>Qt::Horizontal</enum>
 
112
           </property>
 
113
           <property name="sizeHint" stdset="0">
 
114
            <size>
 
115
             <width>40</width>
 
116
             <height>20</height>
 
117
            </size>
 
118
           </property>
 
119
          </spacer>
 
120
         </item>
 
121
         <item>
 
122
          <widget class="QDoubleSpinBox" name="tof0_zPosition">
 
123
           <property name="suffix">
 
124
            <string> mm</string>
 
125
           </property>
 
126
           <property name="maximum">
 
127
            <double>25000.000000000000000</double>
 
128
           </property>
 
129
           <property name="singleStep">
 
130
            <double>0.500000000000000</double>
 
131
           </property>
 
132
           <property name="value">
 
133
            <double>0.000000000000000</double>
 
134
           </property>
 
135
          </widget>
 
136
         </item>
 
137
        </layout>
 
138
       </item>
 
139
       <item>
 
140
        <layout class="QHBoxLayout" name="horizontalLayout_2">
 
141
         <item>
 
142
          <widget class="QLabel" name="label_3">
 
143
           <property name="text">
 
144
            <string>x Offset:</string>
 
145
           </property>
 
146
          </widget>
 
147
         </item>
 
148
         <item>
 
149
          <spacer name="horizontalSpacer_2">
 
150
           <property name="orientation">
 
151
            <enum>Qt::Horizontal</enum>
 
152
           </property>
 
153
           <property name="sizeHint" stdset="0">
 
154
            <size>
 
155
             <width>40</width>
 
156
             <height>20</height>
 
157
            </size>
 
158
           </property>
 
159
          </spacer>
 
160
         </item>
 
161
         <item>
 
162
          <widget class="QDoubleSpinBox" name="tof0_xOffset">
 
163
           <property name="suffix">
 
164
            <string> mm</string>
 
165
           </property>
 
166
           <property name="minimum">
 
167
            <double>-500.000000000000000</double>
 
168
           </property>
 
169
           <property name="maximum">
 
170
            <double>500.000000000000000</double>
 
171
           </property>
 
172
          </widget>
 
173
         </item>
 
174
        </layout>
 
175
       </item>
 
176
       <item>
 
177
        <layout class="QHBoxLayout" name="horizontalLayout_3">
 
178
         <item>
 
179
          <widget class="QLabel" name="label_4">
 
180
           <property name="text">
 
181
            <string>y Offset:</string>
 
182
           </property>
 
183
          </widget>
 
184
         </item>
 
185
         <item>
 
186
          <spacer name="horizontalSpacer_3">
 
187
           <property name="orientation">
 
188
            <enum>Qt::Horizontal</enum>
 
189
           </property>
 
190
           <property name="sizeHint" stdset="0">
 
191
            <size>
 
192
             <width>40</width>
 
193
             <height>20</height>
 
194
            </size>
 
195
           </property>
 
196
          </spacer>
 
197
         </item>
 
198
         <item>
 
199
          <widget class="QDoubleSpinBox" name="tof0_yOffset">
 
200
           <property name="suffix">
 
201
            <string> mm</string>
 
202
           </property>
 
203
           <property name="minimum">
 
204
            <double>-500.000000000000000</double>
 
205
           </property>
 
206
           <property name="maximum">
 
207
            <double>500.000000000000000</double>
 
208
           </property>
 
209
          </widget>
 
210
         </item>
 
211
        </layout>
 
212
       </item>
 
213
      </layout>
 
214
     </item>
 
215
    </layout>
 
216
   </widget>
 
217
   <widget class="QWidget" name="page_TOF1">
 
218
    <property name="geometry">
 
219
     <rect>
 
220
      <x>0</x>
 
221
      <y>0</y>
 
222
      <width>281</width>
 
223
      <height>205</height>
 
224
     </rect>
 
225
    </property>
 
226
    <attribute name="label">
 
227
     <string>TOF1</string>
 
228
    </attribute>
 
229
    <layout class="QVBoxLayout" name="verticalLayout_7">
 
230
     <item>
 
231
      <layout class="QVBoxLayout" name="verticalLayout_2">
 
232
       <item>
 
233
        <widget class="QRadioButton" name="radio_tof1_offsetsFromMAUS">
 
234
         <property name="enabled">
 
235
          <bool>false</bool>
 
236
         </property>
 
237
         <property name="text">
 
238
          <string>Position from MAUS</string>
 
239
         </property>
 
240
        </widget>
 
241
       </item>
 
242
       <item>
 
243
        <widget class="QRadioButton" name="radio_tof1_customOffsets">
 
244
         <property name="text">
 
245
          <string>Custom Position</string>
 
246
         </property>
 
247
         <property name="checked">
 
248
          <bool>true</bool>
 
249
         </property>
 
250
        </widget>
 
251
       </item>
 
252
       <item>
 
253
        <layout class="QHBoxLayout" name="horizontalLayout_4">
 
254
         <item>
 
255
          <widget class="QLabel" name="label_5">
 
256
           <property name="text">
 
257
            <string>z Position:</string>
 
258
           </property>
 
259
          </widget>
 
260
         </item>
 
261
         <item>
 
262
          <spacer name="horizontalSpacer_4">
 
263
           <property name="orientation">
 
264
            <enum>Qt::Horizontal</enum>
 
265
           </property>
 
266
           <property name="sizeHint" stdset="0">
 
267
            <size>
 
268
             <width>40</width>
 
269
             <height>20</height>
 
270
            </size>
 
271
           </property>
 
272
          </spacer>
 
273
         </item>
 
274
         <item>
 
275
          <widget class="QDoubleSpinBox" name="tof1_zPosition">
 
276
           <property name="suffix">
 
277
            <string> mm</string>
 
278
           </property>
 
279
           <property name="maximum">
 
280
            <double>25000.000000000000000</double>
 
281
           </property>
 
282
           <property name="singleStep">
 
283
            <double>0.500000000000000</double>
 
284
           </property>
 
285
           <property name="value">
 
286
            <double>0.000000000000000</double>
 
287
           </property>
 
288
          </widget>
 
289
         </item>
 
290
        </layout>
 
291
       </item>
 
292
       <item>
 
293
        <layout class="QHBoxLayout" name="horizontalLayout_5">
 
294
         <item>
 
295
          <widget class="QLabel" name="label_6">
 
296
           <property name="text">
 
297
            <string>x Offset:</string>
 
298
           </property>
 
299
          </widget>
 
300
         </item>
 
301
         <item>
 
302
          <spacer name="horizontalSpacer_5">
 
303
           <property name="orientation">
 
304
            <enum>Qt::Horizontal</enum>
 
305
           </property>
 
306
           <property name="sizeHint" stdset="0">
 
307
            <size>
 
308
             <width>40</width>
 
309
             <height>20</height>
 
310
            </size>
 
311
           </property>
 
312
          </spacer>
 
313
         </item>
 
314
         <item>
 
315
          <widget class="QDoubleSpinBox" name="tof1_xOffset">
 
316
           <property name="suffix">
 
317
            <string> mm</string>
 
318
           </property>
 
319
           <property name="minimum">
 
320
            <double>-500.000000000000000</double>
 
321
           </property>
 
322
           <property name="maximum">
 
323
            <double>500.000000000000000</double>
 
324
           </property>
 
325
          </widget>
 
326
         </item>
 
327
        </layout>
 
328
       </item>
 
329
       <item>
 
330
        <layout class="QHBoxLayout" name="horizontalLayout_6">
 
331
         <item>
 
332
          <widget class="QLabel" name="label_7">
 
333
           <property name="text">
 
334
            <string>y Offset:</string>
 
335
           </property>
 
336
          </widget>
 
337
         </item>
 
338
         <item>
 
339
          <spacer name="horizontalSpacer_6">
 
340
           <property name="orientation">
 
341
            <enum>Qt::Horizontal</enum>
 
342
           </property>
 
343
           <property name="sizeHint" stdset="0">
 
344
            <size>
 
345
             <width>40</width>
 
346
             <height>20</height>
 
347
            </size>
 
348
           </property>
 
349
          </spacer>
 
350
         </item>
 
351
         <item>
 
352
          <widget class="QDoubleSpinBox" name="tof1_yOffset">
 
353
           <property name="suffix">
 
354
            <string> mm</string>
 
355
           </property>
 
356
           <property name="minimum">
 
357
            <double>-500.000000000000000</double>
 
358
           </property>
 
359
           <property name="maximum">
 
360
            <double>500.000000000000000</double>
 
361
           </property>
 
362
          </widget>
 
363
         </item>
 
364
        </layout>
 
365
       </item>
 
366
      </layout>
 
367
     </item>
 
368
    </layout>
 
369
   </widget>
 
370
   <widget class="QWidget" name="page_TKU">
 
371
    <property name="geometry">
 
372
     <rect>
 
373
      <x>0</x>
 
374
      <y>0</y>
 
375
      <width>205</width>
 
376
      <height>175</height>
 
377
     </rect>
 
378
    </property>
 
379
    <attribute name="label">
 
380
     <string>Upstream Tracker</string>
 
381
    </attribute>
 
382
    <layout class="QVBoxLayout" name="verticalLayout_8">
 
383
     <item>
 
384
      <widget class="QRadioButton" name="radio_tku_offsetsFromMAUS">
 
385
       <property name="enabled">
 
386
        <bool>false</bool>
 
387
       </property>
 
388
       <property name="text">
 
389
        <string>Position from MAUS</string>
 
390
       </property>
 
391
      </widget>
 
392
     </item>
 
393
     <item>
 
394
      <widget class="QRadioButton" name="radio_tku_customOffsets">
 
395
       <property name="text">
 
396
        <string>Custom Position</string>
 
397
       </property>
 
398
       <property name="checked">
 
399
        <bool>true</bool>
 
400
       </property>
 
401
      </widget>
 
402
     </item>
 
403
     <item>
 
404
      <layout class="QVBoxLayout" name="verticalLayout_3">
 
405
       <item>
 
406
        <layout class="QHBoxLayout" name="horizontalLayout_7">
 
407
         <item>
 
408
          <widget class="QLabel" name="label_8">
 
409
           <property name="text">
 
410
            <string>z Offset:</string>
 
411
           </property>
 
412
          </widget>
 
413
         </item>
 
414
         <item>
 
415
          <spacer name="horizontalSpacer_7">
 
416
           <property name="orientation">
 
417
            <enum>Qt::Horizontal</enum>
 
418
           </property>
 
419
           <property name="sizeHint" stdset="0">
 
420
            <size>
 
421
             <width>40</width>
 
422
             <height>20</height>
 
423
            </size>
 
424
           </property>
 
425
          </spacer>
 
426
         </item>
 
427
         <item>
 
428
          <widget class="QDoubleSpinBox" name="tku_zOffset">
 
429
           <property name="suffix">
 
430
            <string> mm</string>
 
431
           </property>
 
432
           <property name="maximum">
 
433
            <double>0.000000000000000</double>
 
434
           </property>
 
435
           <property name="singleStep">
 
436
            <double>0.500000000000000</double>
 
437
           </property>
 
438
           <property name="value">
 
439
            <double>0.000000000000000</double>
 
440
           </property>
 
441
          </widget>
 
442
         </item>
 
443
        </layout>
 
444
       </item>
 
445
       <item>
 
446
        <layout class="QHBoxLayout" name="horizontalLayout_8">
 
447
         <item>
 
448
          <widget class="QLabel" name="label_9">
 
449
           <property name="text">
 
450
            <string>x Offset:</string>
 
451
           </property>
 
452
          </widget>
 
453
         </item>
 
454
         <item>
 
455
          <spacer name="horizontalSpacer_8">
 
456
           <property name="orientation">
 
457
            <enum>Qt::Horizontal</enum>
 
458
           </property>
 
459
           <property name="sizeHint" stdset="0">
 
460
            <size>
 
461
             <width>40</width>
 
462
             <height>20</height>
 
463
            </size>
 
464
           </property>
 
465
          </spacer>
 
466
         </item>
 
467
         <item>
 
468
          <widget class="QDoubleSpinBox" name="tku_xOffset">
 
469
           <property name="suffix">
 
470
            <string> mm</string>
 
471
           </property>
 
472
           <property name="minimum">
 
473
            <double>-500.000000000000000</double>
 
474
           </property>
 
475
           <property name="maximum">
 
476
            <double>500.000000000000000</double>
 
477
           </property>
 
478
          </widget>
 
479
         </item>
 
480
        </layout>
 
481
       </item>
 
482
       <item>
 
483
        <layout class="QHBoxLayout" name="horizontalLayout_9">
 
484
         <item>
 
485
          <widget class="QLabel" name="label_10">
 
486
           <property name="text">
 
487
            <string>y Offset:</string>
 
488
           </property>
 
489
          </widget>
 
490
         </item>
 
491
         <item>
 
492
          <spacer name="horizontalSpacer_9">
 
493
           <property name="orientation">
 
494
            <enum>Qt::Horizontal</enum>
 
495
           </property>
 
496
           <property name="sizeHint" stdset="0">
 
497
            <size>
 
498
             <width>40</width>
 
499
             <height>20</height>
 
500
            </size>
 
501
           </property>
 
502
          </spacer>
 
503
         </item>
 
504
         <item>
 
505
          <widget class="QDoubleSpinBox" name="tku_yOffset">
 
506
           <property name="suffix">
 
507
            <string> mm</string>
 
508
           </property>
 
509
           <property name="minimum">
 
510
            <double>-500.000000000000000</double>
 
511
           </property>
 
512
           <property name="maximum">
 
513
            <double>500.000000000000000</double>
 
514
           </property>
 
515
          </widget>
 
516
         </item>
 
517
        </layout>
 
518
       </item>
 
519
      </layout>
 
520
     </item>
 
521
    </layout>
 
522
   </widget>
 
523
   <widget class="QWidget" name="page_TKD">
 
524
    <property name="geometry">
 
525
     <rect>
 
526
      <x>0</x>
 
527
      <y>0</y>
 
528
      <width>217</width>
 
529
      <height>175</height>
 
530
     </rect>
 
531
    </property>
 
532
    <attribute name="label">
 
533
     <string>Downstream Tracker</string>
 
534
    </attribute>
 
535
    <layout class="QVBoxLayout" name="verticalLayout_9">
 
536
     <item>
 
537
      <widget class="QRadioButton" name="radio_tkd_offsetsFromMAUS">
 
538
       <property name="enabled">
 
539
        <bool>false</bool>
 
540
       </property>
 
541
       <property name="text">
 
542
        <string>Position from MAUS</string>
 
543
       </property>
 
544
      </widget>
 
545
     </item>
 
546
     <item>
 
547
      <layout class="QVBoxLayout" name="verticalLayout_4">
 
548
       <item>
 
549
        <widget class="QRadioButton" name="radio_tkd_customOffsets">
 
550
         <property name="text">
 
551
          <string>Custom Position</string>
 
552
         </property>
 
553
         <property name="checked">
 
554
          <bool>true</bool>
 
555
         </property>
 
556
        </widget>
 
557
       </item>
 
558
       <item>
 
559
        <layout class="QHBoxLayout" name="horizontalLayout_10">
 
560
         <item>
 
561
          <widget class="QLabel" name="label_11">
 
562
           <property name="text">
 
563
            <string>z Offset:</string>
 
564
           </property>
 
565
          </widget>
 
566
         </item>
 
567
         <item>
 
568
          <spacer name="horizontalSpacer_10">
 
569
           <property name="orientation">
 
570
            <enum>Qt::Horizontal</enum>
 
571
           </property>
 
572
           <property name="sizeHint" stdset="0">
 
573
            <size>
 
574
             <width>40</width>
 
575
             <height>20</height>
 
576
            </size>
 
577
           </property>
 
578
          </spacer>
 
579
         </item>
 
580
         <item>
 
581
          <widget class="QDoubleSpinBox" name="tkd_zOffset">
 
582
           <property name="suffix">
 
583
            <string> mm</string>
 
584
           </property>
 
585
           <property name="maximum">
 
586
            <double>25000.000000000000000</double>
 
587
           </property>
 
588
           <property name="singleStep">
 
589
            <double>0.500000000000000</double>
 
590
           </property>
 
591
           <property name="value">
 
592
            <double>0.000000000000000</double>
 
593
           </property>
 
594
          </widget>
 
595
         </item>
 
596
        </layout>
 
597
       </item>
 
598
       <item>
 
599
        <layout class="QHBoxLayout" name="horizontalLayout_11">
 
600
         <item>
 
601
          <widget class="QLabel" name="label_12">
 
602
           <property name="text">
 
603
            <string>x Offset:</string>
 
604
           </property>
 
605
          </widget>
 
606
         </item>
 
607
         <item>
 
608
          <spacer name="horizontalSpacer_11">
 
609
           <property name="orientation">
 
610
            <enum>Qt::Horizontal</enum>
 
611
           </property>
 
612
           <property name="sizeHint" stdset="0">
 
613
            <size>
 
614
             <width>40</width>
 
615
             <height>20</height>
 
616
            </size>
 
617
           </property>
 
618
          </spacer>
 
619
         </item>
 
620
         <item>
 
621
          <widget class="QDoubleSpinBox" name="tkd_xOffset">
 
622
           <property name="suffix">
 
623
            <string> mm</string>
 
624
           </property>
 
625
           <property name="minimum">
 
626
            <double>-500.000000000000000</double>
 
627
           </property>
 
628
           <property name="maximum">
 
629
            <double>500.000000000000000</double>
 
630
           </property>
 
631
          </widget>
 
632
         </item>
 
633
        </layout>
 
634
       </item>
 
635
       <item>
 
636
        <layout class="QHBoxLayout" name="horizontalLayout_12">
 
637
         <item>
 
638
          <widget class="QLabel" name="label_13">
 
639
           <property name="text">
 
640
            <string>y Offset:</string>
 
641
           </property>
 
642
          </widget>
 
643
         </item>
 
644
         <item>
 
645
          <spacer name="horizontalSpacer_12">
 
646
           <property name="orientation">
 
647
            <enum>Qt::Horizontal</enum>
 
648
           </property>
 
649
           <property name="sizeHint" stdset="0">
 
650
            <size>
 
651
             <width>40</width>
 
652
             <height>20</height>
 
653
            </size>
 
654
           </property>
 
655
          </spacer>
 
656
         </item>
 
657
         <item>
 
658
          <widget class="QDoubleSpinBox" name="tkd_yOffset">
 
659
           <property name="suffix">
 
660
            <string> mm</string>
 
661
           </property>
 
662
           <property name="minimum">
 
663
            <double>-500.000000000000000</double>
 
664
           </property>
 
665
           <property name="maximum">
 
666
            <double>500.000000000000000</double>
 
667
           </property>
 
668
          </widget>
 
669
         </item>
 
670
        </layout>
 
671
       </item>
 
672
      </layout>
 
673
     </item>
 
674
    </layout>
 
675
   </widget>
 
676
   <widget class="QWidget" name="page_TOF2">
 
677
    <property name="geometry">
 
678
     <rect>
 
679
      <x>0</x>
 
680
      <y>0</y>
 
681
      <width>281</width>
 
682
      <height>205</height>
 
683
     </rect>
 
684
    </property>
 
685
    <attribute name="label">
 
686
     <string>TOF2</string>
 
687
    </attribute>
 
688
    <layout class="QVBoxLayout" name="verticalLayout_10">
 
689
     <item>
 
690
      <widget class="QRadioButton" name="radio_tof2_offsetsFromMAUS">
 
691
       <property name="enabled">
 
692
        <bool>false</bool>
 
693
       </property>
 
694
       <property name="text">
 
695
        <string>Position from MAUS</string>
 
696
       </property>
 
697
      </widget>
 
698
     </item>
 
699
     <item>
 
700
      <layout class="QVBoxLayout" name="verticalLayout_5">
 
701
       <item>
 
702
        <widget class="QRadioButton" name="radio_tof2_customOffsets">
 
703
         <property name="text">
 
704
          <string>Custom Position</string>
 
705
         </property>
 
706
         <property name="checked">
 
707
          <bool>true</bool>
 
708
         </property>
 
709
        </widget>
 
710
       </item>
 
711
       <item>
 
712
        <layout class="QHBoxLayout" name="horizontalLayout_13">
 
713
         <item>
 
714
          <widget class="QLabel" name="label_14">
 
715
           <property name="text">
 
716
            <string>z Position:</string>
 
717
           </property>
 
718
          </widget>
 
719
         </item>
 
720
         <item>
 
721
          <spacer name="horizontalSpacer_13">
 
722
           <property name="orientation">
 
723
            <enum>Qt::Horizontal</enum>
 
724
           </property>
 
725
           <property name="sizeHint" stdset="0">
 
726
            <size>
 
727
             <width>40</width>
 
728
             <height>20</height>
 
729
            </size>
 
730
           </property>
 
731
          </spacer>
 
732
         </item>
 
733
         <item>
 
734
          <widget class="QDoubleSpinBox" name="tof2_zPosition">
 
735
           <property name="suffix">
 
736
            <string> mm</string>
 
737
           </property>
 
738
           <property name="maximum">
 
739
            <double>25000.000000000000000</double>
 
740
           </property>
 
741
           <property name="singleStep">
 
742
            <double>0.500000000000000</double>
 
743
           </property>
 
744
           <property name="value">
 
745
            <double>0.000000000000000</double>
 
746
           </property>
 
747
          </widget>
 
748
         </item>
 
749
        </layout>
 
750
       </item>
 
751
       <item>
 
752
        <layout class="QHBoxLayout" name="horizontalLayout_14">
 
753
         <item>
 
754
          <widget class="QLabel" name="label_15">
 
755
           <property name="text">
 
756
            <string>x Offset:</string>
 
757
           </property>
 
758
          </widget>
 
759
         </item>
 
760
         <item>
 
761
          <spacer name="horizontalSpacer_14">
 
762
           <property name="orientation">
 
763
            <enum>Qt::Horizontal</enum>
 
764
           </property>
 
765
           <property name="sizeHint" stdset="0">
 
766
            <size>
 
767
             <width>40</width>
 
768
             <height>20</height>
 
769
            </size>
 
770
           </property>
 
771
          </spacer>
 
772
         </item>
 
773
         <item>
 
774
          <widget class="QDoubleSpinBox" name="tof2_xOffset">
 
775
           <property name="suffix">
 
776
            <string> mm</string>
 
777
           </property>
 
778
           <property name="minimum">
 
779
            <double>-500.000000000000000</double>
 
780
           </property>
 
781
           <property name="maximum">
 
782
            <double>500.000000000000000</double>
 
783
           </property>
 
784
          </widget>
 
785
         </item>
 
786
        </layout>
 
787
       </item>
 
788
       <item>
 
789
        <layout class="QHBoxLayout" name="horizontalLayout_15">
 
790
         <item>
 
791
          <widget class="QLabel" name="label_16">
 
792
           <property name="text">
 
793
            <string>y Offset:</string>
 
794
           </property>
 
795
          </widget>
 
796
         </item>
 
797
         <item>
 
798
          <spacer name="horizontalSpacer_15">
 
799
           <property name="orientation">
 
800
            <enum>Qt::Horizontal</enum>
 
801
           </property>
 
802
           <property name="sizeHint" stdset="0">
 
803
            <size>
 
804
             <width>40</width>
 
805
             <height>20</height>
 
806
            </size>
 
807
           </property>
 
808
          </spacer>
 
809
         </item>
 
810
         <item>
 
811
          <widget class="QDoubleSpinBox" name="tof2_yOffset">
 
812
           <property name="suffix">
 
813
            <string> mm</string>
 
814
           </property>
 
815
           <property name="minimum">
 
816
            <double>-500.000000000000000</double>
 
817
           </property>
 
818
           <property name="maximum">
 
819
            <double>500.000000000000000</double>
 
820
           </property>
 
821
          </widget>
 
822
         </item>
 
823
        </layout>
 
824
       </item>
 
825
      </layout>
 
826
     </item>
 
827
    </layout>
 
828
   </widget>
 
829
   <widget class="QWidget" name="page_general">
 
830
    <property name="geometry">
 
831
     <rect>
 
832
      <x>0</x>
 
833
      <y>0</y>
 
834
      <width>281</width>
 
835
      <height>205</height>
 
836
     </rect>
 
837
    </property>
 
838
    <attribute name="label">
 
839
     <string>Spills</string>
 
840
    </attribute>
 
841
    <layout class="QVBoxLayout" name="verticalLayout_11">
 
842
     <item>
 
843
      <widget class="QLabel" name="label_17">
 
844
       <property name="text">
 
845
        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;justify&quot;&gt;'Spills to read' is the number of spills &lt;br/&gt;read in one go from the MAUS output&lt;br/&gt;file. Decreasing this number may &lt;br/&gt;increase performance.&lt;/p&gt;&lt;p align=&quot;justify&quot;&gt;When a spill is selected outside of the&lt;br/&gt;current spill range, the next section &lt;br/&gt;of spills is loaded into memory for&lt;br/&gt;display.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
846
       </property>
 
847
      </widget>
 
848
     </item>
 
849
     <item>
 
850
      <layout class="QHBoxLayout" name="horizontalLayout_16">
 
851
       <item>
 
852
        <widget class="QLabel" name="label_18">
 
853
         <property name="text">
 
854
          <string>Spills to read:</string>
 
855
         </property>
 
856
        </widget>
 
857
       </item>
 
858
       <item>
 
859
        <widget class="QSpinBox" name="int_spillChunkSize">
 
860
         <property name="maximum">
 
861
          <number>10000</number>
 
862
         </property>
 
863
         <property name="value">
 
864
          <number>100</number>
 
865
         </property>
 
866
        </widget>
 
867
       </item>
 
868
      </layout>
 
869
     </item>
 
870
    </layout>
 
871
   </widget>
 
872
  </widget>
 
873
 </widget>
 
874
 <resources/>
 
875
 <connections>
 
876
  <connection>
 
877
   <sender>buttonBox</sender>
 
878
   <signal>accepted()</signal>
 
879
   <receiver>Settings</receiver>
 
880
   <slot>accept()</slot>
 
881
   <hints>
 
882
    <hint type="sourcelabel">
 
883
     <x>248</x>
 
884
     <y>254</y>
 
885
    </hint>
 
886
    <hint type="destinationlabel">
 
887
     <x>157</x>
 
888
     <y>274</y>
 
889
    </hint>
 
890
   </hints>
 
891
  </connection>
 
892
  <connection>
 
893
   <sender>buttonBox</sender>
 
894
   <signal>rejected()</signal>
 
895
   <receiver>Settings</receiver>
 
896
   <slot>reject()</slot>
 
897
   <hints>
 
898
    <hint type="sourcelabel">
 
899
     <x>316</x>
 
900
     <y>260</y>
 
901
    </hint>
 
902
    <hint type="destinationlabel">
 
903
     <x>286</x>
 
904
     <y>274</y>
 
905
    </hint>
 
906
   </hints>
 
907
  </connection>
 
908
 </connections>
 
909
</ui>