| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| 3 | <class>MainWindow</class>
|
|---|
| 4 | <widget class="QMainWindow" name="MainWindow">
|
|---|
| 5 | <property name="geometry">
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>1133</width>
|
|---|
| 10 | <height>1017</height>
|
|---|
| 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| 13 | <property name="windowTitle">
|
|---|
| 14 | <string>MainWindow</string>
|
|---|
| 15 | </property>
|
|---|
| 16 | <widget class="QWidget" name="centralwidget">
|
|---|
| 17 | <layout class="QGridLayout" name="gridLayout_2">
|
|---|
| 18 | <item row="0" column="1">
|
|---|
| 19 | <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="10,0">
|
|---|
| 20 | <item>
|
|---|
| 21 | <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0">
|
|---|
| 22 | <property name="sizeConstraint">
|
|---|
| 23 | <enum>QLayout::SetDefaultConstraint</enum>
|
|---|
| 24 | </property>
|
|---|
| 25 | <item>
|
|---|
| 26 | <widget class="QTabWidget" name="tabWidget_2">
|
|---|
| 27 | <property name="sizePolicy">
|
|---|
| 28 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|---|
| 29 | <horstretch>0</horstretch>
|
|---|
| 30 | <verstretch>0</verstretch>
|
|---|
| 31 | </sizepolicy>
|
|---|
| 32 | </property>
|
|---|
| 33 | <property name="currentIndex">
|
|---|
| 34 | <number>0</number>
|
|---|
| 35 | </property>
|
|---|
| 36 | <widget class="QWidget" name="tab_5">
|
|---|
| 37 | <property name="layoutDirection">
|
|---|
| 38 | <enum>Qt::LeftToRight</enum>
|
|---|
| 39 | </property>
|
|---|
| 40 | <attribute name="title">
|
|---|
| 41 | <string>Camera View</string>
|
|---|
| 42 | </attribute>
|
|---|
| 43 | <layout class="QGridLayout" name="gridLayout_3">
|
|---|
| 44 | <item row="0" column="0">
|
|---|
| 45 | <widget class="RawDataViewer" name="GLWindow" native="true">
|
|---|
| 46 | <property name="enabled">
|
|---|
| 47 | <bool>true</bool>
|
|---|
| 48 | </property>
|
|---|
| 49 | <property name="sizePolicy">
|
|---|
| 50 | <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
|---|
| 51 | <horstretch>0</horstretch>
|
|---|
| 52 | <verstretch>0</verstretch>
|
|---|
| 53 | </sizepolicy>
|
|---|
| 54 | </property>
|
|---|
| 55 | <property name="maximumSize">
|
|---|
| 56 | <size>
|
|---|
| 57 | <width>10000</width>
|
|---|
| 58 | <height>10000</height>
|
|---|
| 59 | </size>
|
|---|
| 60 | </property>
|
|---|
| 61 | </widget>
|
|---|
| 62 | </item>
|
|---|
| 63 | </layout>
|
|---|
| 64 | </widget>
|
|---|
| 65 | <widget class="QWidget" name="tab_6">
|
|---|
| 66 | <property name="sizePolicy">
|
|---|
| 67 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|---|
| 68 | <horstretch>0</horstretch>
|
|---|
| 69 | <verstretch>0</verstretch>
|
|---|
| 70 | </sizepolicy>
|
|---|
| 71 | </property>
|
|---|
| 72 | <attribute name="title">
|
|---|
| 73 | <string>Data View</string>
|
|---|
| 74 | </attribute>
|
|---|
| 75 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
|---|
| 76 | <item>
|
|---|
| 77 | <widget class="QTabWidget" name="tabWidget_3">
|
|---|
| 78 | <property name="sizePolicy">
|
|---|
| 79 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|---|
| 80 | <horstretch>1</horstretch>
|
|---|
| 81 | <verstretch>1</verstretch>
|
|---|
| 82 | </sizepolicy>
|
|---|
| 83 | </property>
|
|---|
| 84 | <property name="tabShape">
|
|---|
| 85 | <enum>QTabWidget::Rounded</enum>
|
|---|
| 86 | </property>
|
|---|
| 87 | <property name="currentIndex">
|
|---|
| 88 | <number>1</number>
|
|---|
| 89 | </property>
|
|---|
| 90 | <property name="elideMode">
|
|---|
| 91 | <enum>Qt::ElideNone</enum>
|
|---|
| 92 | </property>
|
|---|
| 93 | <widget class="QWidget" name="tab_3">
|
|---|
| 94 | <property name="sizePolicy">
|
|---|
| 95 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|---|
| 96 | <horstretch>0</horstretch>
|
|---|
| 97 | <verstretch>0</verstretch>
|
|---|
| 98 | </sizepolicy>
|
|---|
| 99 | </property>
|
|---|
| 100 | <attribute name="title">
|
|---|
| 101 | <string>Arrays data</string>
|
|---|
| 102 | </attribute>
|
|---|
| 103 | <layout class="QVBoxLayout" name="verticalLayout_6">
|
|---|
| 104 | <item>
|
|---|
| 105 | <widget class="QLabel" name="label_3">
|
|---|
| 106 | <property name="text">
|
|---|
| 107 | <string>Boards time values</string>
|
|---|
| 108 | </property>
|
|---|
| 109 | </widget>
|
|---|
| 110 | </item>
|
|---|
| 111 | <item>
|
|---|
| 112 | <widget class="QListWidget" name="boardsTimeList">
|
|---|
| 113 | <property name="font">
|
|---|
| 114 | <font>
|
|---|
| 115 | <family>FreeMono</family>
|
|---|
| 116 | </font>
|
|---|
| 117 | </property>
|
|---|
| 118 | </widget>
|
|---|
| 119 | </item>
|
|---|
| 120 | <item>
|
|---|
| 121 | <widget class="QLabel" name="label_13">
|
|---|
| 122 | <property name="text">
|
|---|
| 123 | <string>Start Cells</string>
|
|---|
| 124 | </property>
|
|---|
| 125 | </widget>
|
|---|
| 126 | </item>
|
|---|
| 127 | <item>
|
|---|
| 128 | <widget class="QListWidget" name="startPixelsList">
|
|---|
| 129 | <property name="font">
|
|---|
| 130 | <font>
|
|---|
| 131 | <family>FreeMono</family>
|
|---|
| 132 | </font>
|
|---|
| 133 | </property>
|
|---|
| 134 | </widget>
|
|---|
| 135 | </item>
|
|---|
| 136 | <item>
|
|---|
| 137 | <widget class="QLabel" name="StartTimeMarksList">
|
|---|
| 138 | <property name="text">
|
|---|
| 139 | <string>Start Time Marks</string>
|
|---|
| 140 | </property>
|
|---|
| 141 | </widget>
|
|---|
| 142 | </item>
|
|---|
| 143 | <item>
|
|---|
| 144 | <widget class="QListWidget" name="startTimeMarksList">
|
|---|
| 145 | <property name="sizePolicy">
|
|---|
| 146 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|---|
| 147 | <horstretch>0</horstretch>
|
|---|
| 148 | <verstretch>0</verstretch>
|
|---|
| 149 | </sizepolicy>
|
|---|
| 150 | </property>
|
|---|
| 151 | <property name="font">
|
|---|
| 152 | <font>
|
|---|
| 153 | <family>FreeMono</family>
|
|---|
| 154 | </font>
|
|---|
| 155 | </property>
|
|---|
| 156 | </widget>
|
|---|
| 157 | </item>
|
|---|
| 158 | <item>
|
|---|
| 159 | <widget class="QLabel" name="label_4">
|
|---|
| 160 | <property name="text">
|
|---|
| 161 | <string>Trigger Delays</string>
|
|---|
| 162 | </property>
|
|---|
| 163 | </widget>
|
|---|
| 164 | </item>
|
|---|
| 165 | <item>
|
|---|
| 166 | <widget class="QListWidget" name="triggerDelayList"/>
|
|---|
| 167 | </item>
|
|---|
| 168 | </layout>
|
|---|
| 169 | </widget>
|
|---|
| 170 | <widget class="QWidget" name="tab_4">
|
|---|
| 171 | <attribute name="title">
|
|---|
| 172 | <string>Histograms</string>
|
|---|
| 173 | </attribute>
|
|---|
| 174 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
|---|
| 175 | <item>
|
|---|
| 176 | <widget class="QwtPlot" name="boardsTimeHisto"/>
|
|---|
| 177 | </item>
|
|---|
| 178 | <item>
|
|---|
| 179 | <widget class="QwtPlot" name="startCellsHisto"/>
|
|---|
| 180 | </item>
|
|---|
| 181 | <item>
|
|---|
| 182 | <widget class="QwtPlot" name="startTimeMarkHisto"/>
|
|---|
| 183 | </item>
|
|---|
| 184 | <item>
|
|---|
| 185 | <widget class="QwtPlot" name="triggerDelayHisto"/>
|
|---|
| 186 | </item>
|
|---|
| 187 | </layout>
|
|---|
| 188 | </widget>
|
|---|
| 189 | <widget class="QWidget" name="tab">
|
|---|
| 190 | <attribute name="title">
|
|---|
| 191 | <string>Pixel Curves</string>
|
|---|
| 192 | </attribute>
|
|---|
| 193 | <layout class="QGridLayout" name="gridLayout_4">
|
|---|
| 194 | <item row="0" column="0">
|
|---|
| 195 | <widget class="QwtPlot" name="pixelValueCurve"/>
|
|---|
| 196 | </item>
|
|---|
| 197 | </layout>
|
|---|
| 198 | </widget>
|
|---|
| 199 | </widget>
|
|---|
| 200 | </item>
|
|---|
| 201 | </layout>
|
|---|
| 202 | </widget>
|
|---|
| 203 | </widget>
|
|---|
| 204 | </item>
|
|---|
| 205 | </layout>
|
|---|
| 206 | </item>
|
|---|
| 207 | <item>
|
|---|
| 208 | <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0">
|
|---|
| 209 | <property name="sizeConstraint">
|
|---|
| 210 | <enum>QLayout::SetDefaultConstraint</enum>
|
|---|
| 211 | </property>
|
|---|
| 212 | <item>
|
|---|
| 213 | <widget class="QLabel" name="label">
|
|---|
| 214 | <property name="text">
|
|---|
| 215 | <string>FACT - Raw events viewer - v0.3</string>
|
|---|
| 216 | </property>
|
|---|
| 217 | </widget>
|
|---|
| 218 | </item>
|
|---|
| 219 | <item>
|
|---|
| 220 | <widget class="QLabel" name="extraInfoLabel">
|
|---|
| 221 | <property name="text">
|
|---|
| 222 | <string>File loaded: none
|
|---|
| 223 | Calibration file loaded: none
|
|---|
| 224 | Run number:
|
|---|
| 225 | Number of Events:
|
|---|
| 226 | Number ofSlices:
|
|---|
| 227 | Number of Time Marks:
|
|---|
| 228 | Run Type:
|
|---|
| 229 | Time of 1st data:
|
|---|
| 230 | Time of last data:
|
|---|
| 231 | SVN revision:
|
|---|
| 232 | Number of boards:
|
|---|
| 233 | Number of pixels:
|
|---|
| 234 | Number of Slices TM:
|
|---|
| 235 | Time system:
|
|---|
| 236 | Date:
|
|---|
| 237 | Night:
|
|---|
| 238 | Camera:
|
|---|
| 239 | DAQ:
|
|---|
| 240 | ADC Count:
|
|---|
| 241 | NB Evts OK:
|
|---|
| 242 | NB Evts Rejected:
|
|---|
| 243 | NB Evts Bad:
|
|---|
| 244 | </string>
|
|---|
| 245 | </property>
|
|---|
| 246 | <property name="wordWrap">
|
|---|
| 247 | <bool>true</bool>
|
|---|
| 248 | </property>
|
|---|
| 249 | </widget>
|
|---|
| 250 | </item>
|
|---|
| 251 | <item>
|
|---|
| 252 | <layout class="QVBoxLayout" name="verticalLayout_5">
|
|---|
| 253 | <item>
|
|---|
| 254 | <widget class="QLabel" name="label_5">
|
|---|
| 255 | <property name="font">
|
|---|
| 256 | <font>
|
|---|
| 257 | <pointsize>12</pointsize>
|
|---|
| 258 | <weight>75</weight>
|
|---|
| 259 | <bold>true</bold>
|
|---|
| 260 | </font>
|
|---|
| 261 | </property>
|
|---|
| 262 | <property name="text">
|
|---|
| 263 | <string>Selected Pixel</string>
|
|---|
| 264 | </property>
|
|---|
| 265 | <property name="alignment">
|
|---|
| 266 | <set>Qt::AlignCenter</set>
|
|---|
| 267 | </property>
|
|---|
| 268 | </widget>
|
|---|
| 269 | </item>
|
|---|
| 270 | <item>
|
|---|
| 271 | <layout class="QHBoxLayout" name="horizontalLayout_6">
|
|---|
| 272 | <item>
|
|---|
| 273 | <widget class="QLabel" name="label_10">
|
|---|
| 274 | <property name="text">
|
|---|
| 275 | <string>Hardware ID</string>
|
|---|
| 276 | </property>
|
|---|
| 277 | <property name="alignment">
|
|---|
| 278 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|---|
| 279 | </property>
|
|---|
| 280 | </widget>
|
|---|
| 281 | </item>
|
|---|
| 282 | <item>
|
|---|
| 283 | <widget class="QSpinBox" name="HwIDBox">
|
|---|
| 284 | <property name="maximum">
|
|---|
| 285 | <number>10000</number>
|
|---|
| 286 | </property>
|
|---|
| 287 | <property name="value">
|
|---|
| 288 | <number>393</number>
|
|---|
| 289 | </property>
|
|---|
| 290 | </widget>
|
|---|
| 291 | </item>
|
|---|
| 292 | </layout>
|
|---|
| 293 | </item>
|
|---|
| 294 | <item>
|
|---|
| 295 | <layout class="QHBoxLayout" name="horizontalLayout_7">
|
|---|
| 296 | <item>
|
|---|
| 297 | <widget class="QLabel" name="label_11">
|
|---|
| 298 | <property name="text">
|
|---|
| 299 | <string>Software ID</string>
|
|---|
| 300 | </property>
|
|---|
| 301 | <property name="alignment">
|
|---|
| 302 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|---|
| 303 | </property>
|
|---|
| 304 | </widget>
|
|---|
| 305 | </item>
|
|---|
| 306 | <item>
|
|---|
| 307 | <widget class="QSpinBox" name="SwIDBox">
|
|---|
| 308 | <property name="maximum">
|
|---|
| 309 | <number>1440</number>
|
|---|
| 310 | </property>
|
|---|
| 311 | </widget>
|
|---|
| 312 | </item>
|
|---|
| 313 | </layout>
|
|---|
| 314 | </item>
|
|---|
| 315 | <item>
|
|---|
| 316 | <layout class="QGridLayout" name="gridLayout_5">
|
|---|
| 317 | <item row="2" column="0">
|
|---|
| 318 | <widget class="QLabel" name="label_6">
|
|---|
| 319 | <property name="text">
|
|---|
| 320 | <string>Crate</string>
|
|---|
| 321 | </property>
|
|---|
| 322 | </widget>
|
|---|
| 323 | </item>
|
|---|
| 324 | <item row="2" column="1">
|
|---|
| 325 | <widget class="QLabel" name="label_8">
|
|---|
| 326 | <property name="text">
|
|---|
| 327 | <string>Board</string>
|
|---|
| 328 | </property>
|
|---|
| 329 | </widget>
|
|---|
| 330 | </item>
|
|---|
| 331 | <item row="2" column="2">
|
|---|
| 332 | <widget class="QLabel" name="label_9">
|
|---|
| 333 | <property name="text">
|
|---|
| 334 | <string>Patch</string>
|
|---|
| 335 | </property>
|
|---|
| 336 | </widget>
|
|---|
| 337 | </item>
|
|---|
| 338 | <item row="3" column="0">
|
|---|
| 339 | <widget class="QSpinBox" name="crateIDBox">
|
|---|
| 340 | <property name="maximum">
|
|---|
| 341 | <number>3</number>
|
|---|
| 342 | </property>
|
|---|
| 343 | <property name="value">
|
|---|
| 344 | <number>0</number>
|
|---|
| 345 | </property>
|
|---|
| 346 | </widget>
|
|---|
| 347 | </item>
|
|---|
| 348 | <item row="3" column="1">
|
|---|
| 349 | <widget class="QSpinBox" name="boardIDBox">
|
|---|
| 350 | <property name="maximum">
|
|---|
| 351 | <number>9</number>
|
|---|
| 352 | </property>
|
|---|
| 353 | <property name="value">
|
|---|
| 354 | <number>0</number>
|
|---|
| 355 | </property>
|
|---|
| 356 | </widget>
|
|---|
| 357 | </item>
|
|---|
| 358 | <item row="3" column="2">
|
|---|
| 359 | <widget class="QSpinBox" name="patchIDBox">
|
|---|
| 360 | <property name="maximum">
|
|---|
| 361 | <number>3</number>
|
|---|
| 362 | </property>
|
|---|
| 363 | <property name="value">
|
|---|
| 364 | <number>0</number>
|
|---|
| 365 | </property>
|
|---|
| 366 | </widget>
|
|---|
| 367 | </item>
|
|---|
| 368 | <item row="3" column="3">
|
|---|
| 369 | <widget class="QSpinBox" name="pixelIDBox">
|
|---|
| 370 | <property name="maximum">
|
|---|
| 371 | <number>8</number>
|
|---|
| 372 | </property>
|
|---|
| 373 | <property name="value">
|
|---|
| 374 | <number>0</number>
|
|---|
| 375 | </property>
|
|---|
| 376 | </widget>
|
|---|
| 377 | </item>
|
|---|
| 378 | <item row="2" column="3">
|
|---|
| 379 | <widget class="QLabel" name="label_2">
|
|---|
| 380 | <property name="text">
|
|---|
| 381 | <string>Ch</string>
|
|---|
| 382 | </property>
|
|---|
| 383 | </widget>
|
|---|
| 384 | </item>
|
|---|
| 385 | </layout>
|
|---|
| 386 | </item>
|
|---|
| 387 | </layout>
|
|---|
| 388 | </item>
|
|---|
| 389 | <item>
|
|---|
| 390 | <layout class="QVBoxLayout" name="verticalLayout_4">
|
|---|
| 391 | <property name="spacing">
|
|---|
| 392 | <number>2</number>
|
|---|
| 393 | </property>
|
|---|
| 394 | <item>
|
|---|
| 395 | <widget class="QLabel" name="label_7">
|
|---|
| 396 | <property name="font">
|
|---|
| 397 | <font>
|
|---|
| 398 | <pointsize>12</pointsize>
|
|---|
| 399 | <weight>75</weight>
|
|---|
| 400 | <bold>true</bold>
|
|---|
| 401 | </font>
|
|---|
| 402 | </property>
|
|---|
| 403 | <property name="text">
|
|---|
| 404 | <string>Current Event Information</string>
|
|---|
| 405 | </property>
|
|---|
| 406 | <property name="alignment">
|
|---|
| 407 | <set>Qt::AlignCenter</set>
|
|---|
| 408 | </property>
|
|---|
| 409 | </widget>
|
|---|
| 410 | </item>
|
|---|
| 411 | <item>
|
|---|
| 412 | <layout class="QHBoxLayout" name="horizontalLayout_10">
|
|---|
| 413 | <item>
|
|---|
| 414 | <widget class="QLabel" name="displayingEventLabel">
|
|---|
| 415 | <property name="text">
|
|---|
| 416 | <string>Displaying Event</string>
|
|---|
| 417 | </property>
|
|---|
| 418 | </widget>
|
|---|
| 419 | </item>
|
|---|
| 420 | <item>
|
|---|
| 421 | <widget class="QSpinBox" name="displayingEventBox"/>
|
|---|
| 422 | </item>
|
|---|
| 423 | </layout>
|
|---|
| 424 | </item>
|
|---|
| 425 | <item>
|
|---|
| 426 | <layout class="QHBoxLayout" name="horizontalLayout_9">
|
|---|
| 427 | <item>
|
|---|
| 428 | <widget class="QLabel" name="displayingSliceLabel">
|
|---|
| 429 | <property name="text">
|
|---|
| 430 | <string>Displaying Slice </string>
|
|---|
| 431 | </property>
|
|---|
| 432 | </widget>
|
|---|
| 433 | </item>
|
|---|
| 434 | <item>
|
|---|
| 435 | <widget class="QSpinBox" name="displayingSliceBox">
|
|---|
| 436 | <property name="maximum">
|
|---|
| 437 | <number>1023</number>
|
|---|
| 438 | </property>
|
|---|
| 439 | </widget>
|
|---|
| 440 | </item>
|
|---|
| 441 | </layout>
|
|---|
| 442 | </item>
|
|---|
| 443 | <item>
|
|---|
| 444 | <widget class="QLabel" name="currentPixelValue">
|
|---|
| 445 | <property name="text">
|
|---|
| 446 | <string>Current Pixel val.:</string>
|
|---|
| 447 | </property>
|
|---|
| 448 | </widget>
|
|---|
| 449 | </item>
|
|---|
| 450 | <item>
|
|---|
| 451 | <widget class="QLabel" name="triggerTypeLabel">
|
|---|
| 452 | <property name="text">
|
|---|
| 453 | <string>Trigger Type:</string>
|
|---|
| 454 | </property>
|
|---|
| 455 | </widget>
|
|---|
| 456 | </item>
|
|---|
| 457 | <item>
|
|---|
| 458 | <widget class="QLabel" name="softwareTriggerLabel">
|
|---|
| 459 | <property name="text">
|
|---|
| 460 | <string>Software Trigger: </string>
|
|---|
| 461 | </property>
|
|---|
| 462 | </widget>
|
|---|
| 463 | </item>
|
|---|
| 464 | <item>
|
|---|
| 465 | <widget class="QLabel" name="PCTimeLabel">
|
|---|
| 466 | <property name="text">
|
|---|
| 467 | <string>PC Time:</string>
|
|---|
| 468 | </property>
|
|---|
| 469 | </widget>
|
|---|
| 470 | </item>
|
|---|
| 471 | </layout>
|
|---|
| 472 | </item>
|
|---|
| 473 | </layout>
|
|---|
| 474 | </item>
|
|---|
| 475 | </layout>
|
|---|
| 476 | </item>
|
|---|
| 477 | <item row="1" column="1">
|
|---|
| 478 | <layout class="QGridLayout" name="gridLayout">
|
|---|
| 479 | <item row="0" column="7">
|
|---|
| 480 | <widget class="QDoubleSpinBox" name="colorRange4">
|
|---|
| 481 | <property name="enabled">
|
|---|
| 482 | <bool>true</bool>
|
|---|
| 483 | </property>
|
|---|
| 484 | <property name="decimals">
|
|---|
| 485 | <number>3</number>
|
|---|
| 486 | </property>
|
|---|
| 487 | <property name="maximum">
|
|---|
| 488 | <double>1.000000000000000</double>
|
|---|
| 489 | </property>
|
|---|
| 490 | <property name="singleStep">
|
|---|
| 491 | <double>0.050000000000000</double>
|
|---|
| 492 | </property>
|
|---|
| 493 | </widget>
|
|---|
| 494 | </item>
|
|---|
| 495 | <item row="2" column="7">
|
|---|
| 496 | <widget class="QDoubleSpinBox" name="greenValue4">
|
|---|
| 497 | <property name="decimals">
|
|---|
| 498 | <number>3</number>
|
|---|
| 499 | </property>
|
|---|
| 500 | <property name="maximum">
|
|---|
| 501 | <double>1.000000000000000</double>
|
|---|
| 502 | </property>
|
|---|
| 503 | <property name="singleStep">
|
|---|
| 504 | <double>0.050000000000000</double>
|
|---|
| 505 | </property>
|
|---|
| 506 | </widget>
|
|---|
| 507 | </item>
|
|---|
| 508 | <item row="1" column="7">
|
|---|
| 509 | <widget class="QDoubleSpinBox" name="redValue4">
|
|---|
| 510 | <property name="decimals">
|
|---|
| 511 | <number>3</number>
|
|---|
| 512 | </property>
|
|---|
| 513 | <property name="maximum">
|
|---|
| 514 | <double>1.000000000000000</double>
|
|---|
| 515 | </property>
|
|---|
| 516 | <property name="singleStep">
|
|---|
| 517 | <double>0.050000000000000</double>
|
|---|
| 518 | </property>
|
|---|
| 519 | </widget>
|
|---|
| 520 | </item>
|
|---|
| 521 | <item row="3" column="7">
|
|---|
| 522 | <widget class="QDoubleSpinBox" name="blueValue4">
|
|---|
| 523 | <property name="decimals">
|
|---|
| 524 | <number>3</number>
|
|---|
| 525 | </property>
|
|---|
| 526 | <property name="maximum">
|
|---|
| 527 | <double>1.000000000000000</double>
|
|---|
| 528 | </property>
|
|---|
| 529 | <property name="singleStep">
|
|---|
| 530 | <double>0.050000000000000</double>
|
|---|
| 531 | </property>
|
|---|
| 532 | </widget>
|
|---|
| 533 | </item>
|
|---|
| 534 | <item row="1" column="6">
|
|---|
| 535 | <widget class="QDoubleSpinBox" name="redValue3">
|
|---|
| 536 | <property name="decimals">
|
|---|
| 537 | <number>3</number>
|
|---|
| 538 | </property>
|
|---|
| 539 | <property name="maximum">
|
|---|
| 540 | <double>1.000000000000000</double>
|
|---|
| 541 | </property>
|
|---|
| 542 | <property name="singleStep">
|
|---|
| 543 | <double>0.050000000000000</double>
|
|---|
| 544 | </property>
|
|---|
| 545 | </widget>
|
|---|
| 546 | </item>
|
|---|
| 547 | <item row="1" column="5">
|
|---|
| 548 | <widget class="QDoubleSpinBox" name="redValue2">
|
|---|
| 549 | <property name="decimals">
|
|---|
| 550 | <number>3</number>
|
|---|
| 551 | </property>
|
|---|
| 552 | <property name="maximum">
|
|---|
| 553 | <double>1.000000000000000</double>
|
|---|
| 554 | </property>
|
|---|
| 555 | <property name="singleStep">
|
|---|
| 556 | <double>0.050000000000000</double>
|
|---|
| 557 | </property>
|
|---|
| 558 | </widget>
|
|---|
| 559 | </item>
|
|---|
| 560 | <item row="1" column="4">
|
|---|
| 561 | <widget class="QDoubleSpinBox" name="redValue1">
|
|---|
| 562 | <property name="decimals">
|
|---|
| 563 | <number>3</number>
|
|---|
| 564 | </property>
|
|---|
| 565 | <property name="maximum">
|
|---|
| 566 | <double>1.000000000000000</double>
|
|---|
| 567 | </property>
|
|---|
| 568 | <property name="singleStep">
|
|---|
| 569 | <double>0.050000000000000</double>
|
|---|
| 570 | </property>
|
|---|
| 571 | </widget>
|
|---|
| 572 | </item>
|
|---|
| 573 | <item row="1" column="3">
|
|---|
| 574 | <widget class="QDoubleSpinBox" name="redValue0">
|
|---|
| 575 | <property name="decimals">
|
|---|
| 576 | <number>3</number>
|
|---|
| 577 | </property>
|
|---|
| 578 | <property name="maximum">
|
|---|
| 579 | <double>1.000000000000000</double>
|
|---|
| 580 | </property>
|
|---|
| 581 | <property name="singleStep">
|
|---|
| 582 | <double>0.050000000000000</double>
|
|---|
| 583 | </property>
|
|---|
| 584 | </widget>
|
|---|
| 585 | </item>
|
|---|
| 586 | <item row="1" column="2">
|
|---|
| 587 | <widget class="QLabel" name="label_20">
|
|---|
| 588 | <property name="text">
|
|---|
| 589 | <string>Red</string>
|
|---|
| 590 | </property>
|
|---|
| 591 | <property name="alignment">
|
|---|
| 592 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|---|
| 593 | </property>
|
|---|
| 594 | </widget>
|
|---|
| 595 | </item>
|
|---|
| 596 | <item row="0" column="2">
|
|---|
| 597 | <widget class="QLabel" name="label_21">
|
|---|
| 598 | <property name="text">
|
|---|
| 599 | <string>Ranges</string>
|
|---|
| 600 | </property>
|
|---|
| 601 | <property name="alignment">
|
|---|
| 602 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|---|
| 603 | </property>
|
|---|
| 604 | </widget>
|
|---|
| 605 | </item>
|
|---|
| 606 | <item row="2" column="2">
|
|---|
| 607 | <widget class="QLabel" name="label_22">
|
|---|
| 608 | <property name="text">
|
|---|
| 609 | <string>Green</string>
|
|---|
| 610 | </property>
|
|---|
| 611 | <property name="alignment">
|
|---|
| 612 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|---|
| 613 | </property>
|
|---|
| 614 | </widget>
|
|---|
| 615 | </item>
|
|---|
| 616 | <item row="3" column="2">
|
|---|
| 617 | <widget class="QLabel" name="label_23">
|
|---|
| 618 | <property name="text">
|
|---|
| 619 | <string>Blue</string>
|
|---|
| 620 | </property>
|
|---|
| 621 | <property name="alignment">
|
|---|
| 622 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|---|
| 623 | </property>
|
|---|
| 624 | </widget>
|
|---|
| 625 | </item>
|
|---|
| 626 | <item row="0" column="3">
|
|---|
| 627 | <widget class="QDoubleSpinBox" name="colorRange0">
|
|---|
| 628 | <property name="enabled">
|
|---|
| 629 | <bool>true</bool>
|
|---|
| 630 | </property>
|
|---|
| 631 | <property name="decimals">
|
|---|
| 632 | <number>3</number>
|
|---|
| 633 | </property>
|
|---|
| 634 | <property name="maximum">
|
|---|
| 635 | <double>1.000000000000000</double>
|
|---|
| 636 | </property>
|
|---|
| 637 | <property name="singleStep">
|
|---|
| 638 | <double>0.050000000000000</double>
|
|---|
| 639 | </property>
|
|---|
| 640 | </widget>
|
|---|
| 641 | </item>
|
|---|
| 642 | <item row="2" column="3">
|
|---|
| 643 | <widget class="QDoubleSpinBox" name="greenValue0">
|
|---|
| 644 | <property name="decimals">
|
|---|
| 645 | <number>3</number>
|
|---|
| 646 | </property>
|
|---|
| 647 | <property name="maximum">
|
|---|
| 648 | <double>1.000000000000000</double>
|
|---|
| 649 | </property>
|
|---|
| 650 | <property name="singleStep">
|
|---|
| 651 | <double>0.050000000000000</double>
|
|---|
| 652 | </property>
|
|---|
| 653 | </widget>
|
|---|
| 654 | </item>
|
|---|
| 655 | <item row="3" column="3">
|
|---|
| 656 | <widget class="QDoubleSpinBox" name="blueValue0">
|
|---|
| 657 | <property name="decimals">
|
|---|
| 658 | <number>3</number>
|
|---|
| 659 | </property>
|
|---|
| 660 | <property name="maximum">
|
|---|
| 661 | <double>1.000000000000000</double>
|
|---|
| 662 | </property>
|
|---|
| 663 | <property name="singleStep">
|
|---|
| 664 | <double>0.050000000000000</double>
|
|---|
| 665 | </property>
|
|---|
| 666 | </widget>
|
|---|
| 667 | </item>
|
|---|
| 668 | <item row="0" column="4">
|
|---|
| 669 | <widget class="QDoubleSpinBox" name="colorRange1">
|
|---|
| 670 | <property name="decimals">
|
|---|
| 671 | <number>3</number>
|
|---|
| 672 | </property>
|
|---|
| 673 | <property name="maximum">
|
|---|
| 674 | <double>1.000000000000000</double>
|
|---|
| 675 | </property>
|
|---|
| 676 | <property name="singleStep">
|
|---|
| 677 | <double>0.050000000000000</double>
|
|---|
| 678 | </property>
|
|---|
| 679 | </widget>
|
|---|
| 680 | </item>
|
|---|
| 681 | <item row="2" column="4">
|
|---|
| 682 | <widget class="QDoubleSpinBox" name="greenValue1">
|
|---|
| 683 | <property name="decimals">
|
|---|
| 684 | <number>3</number>
|
|---|
| 685 | </property>
|
|---|
| 686 | <property name="maximum">
|
|---|
| 687 | <double>1.000000000000000</double>
|
|---|
| 688 | </property>
|
|---|
| 689 | <property name="singleStep">
|
|---|
| 690 | <double>0.050000000000000</double>
|
|---|
| 691 | </property>
|
|---|
| 692 | </widget>
|
|---|
| 693 | </item>
|
|---|
| 694 | <item row="3" column="4">
|
|---|
| 695 | <widget class="QDoubleSpinBox" name="blueValue1">
|
|---|
| 696 | <property name="decimals">
|
|---|
| 697 | <number>3</number>
|
|---|
| 698 | </property>
|
|---|
| 699 | <property name="maximum">
|
|---|
| 700 | <double>1.000000000000000</double>
|
|---|
| 701 | </property>
|
|---|
| 702 | <property name="singleStep">
|
|---|
| 703 | <double>0.050000000000000</double>
|
|---|
| 704 | </property>
|
|---|
| 705 | </widget>
|
|---|
| 706 | </item>
|
|---|
| 707 | <item row="0" column="5">
|
|---|
| 708 | <widget class="QDoubleSpinBox" name="colorRange2">
|
|---|
| 709 | <property name="decimals">
|
|---|
| 710 | <number>3</number>
|
|---|
| 711 | </property>
|
|---|
| 712 | <property name="maximum">
|
|---|
| 713 | <double>1.000000000000000</double>
|
|---|
| 714 | </property>
|
|---|
| 715 | <property name="singleStep">
|
|---|
| 716 | <double>0.050000000000000</double>
|
|---|
| 717 | </property>
|
|---|
| 718 | </widget>
|
|---|
| 719 | </item>
|
|---|
| 720 | <item row="2" column="5">
|
|---|
| 721 | <widget class="QDoubleSpinBox" name="greenValue2">
|
|---|
| 722 | <property name="decimals">
|
|---|
| 723 | <number>3</number>
|
|---|
| 724 | </property>
|
|---|
| 725 | <property name="maximum">
|
|---|
| 726 | <double>1.000000000000000</double>
|
|---|
| 727 | </property>
|
|---|
| 728 | <property name="singleStep">
|
|---|
| 729 | <double>0.050000000000000</double>
|
|---|
| 730 | </property>
|
|---|
| 731 | </widget>
|
|---|
| 732 | </item>
|
|---|
| 733 | <item row="3" column="5">
|
|---|
| 734 | <widget class="QDoubleSpinBox" name="blueValue2">
|
|---|
| 735 | <property name="decimals">
|
|---|
| 736 | <number>3</number>
|
|---|
| 737 | </property>
|
|---|
| 738 | <property name="maximum">
|
|---|
| 739 | <double>1.000000000000000</double>
|
|---|
| 740 | </property>
|
|---|
| 741 | <property name="singleStep">
|
|---|
| 742 | <double>0.050000000000000</double>
|
|---|
| 743 | </property>
|
|---|
| 744 | </widget>
|
|---|
| 745 | </item>
|
|---|
| 746 | <item row="0" column="6">
|
|---|
| 747 | <widget class="QDoubleSpinBox" name="colorRange3">
|
|---|
| 748 | <property name="decimals">
|
|---|
| 749 | <number>3</number>
|
|---|
| 750 | </property>
|
|---|
| 751 | <property name="maximum">
|
|---|
| 752 | <double>1.000000000000000</double>
|
|---|
| 753 | </property>
|
|---|
| 754 | <property name="singleStep">
|
|---|
| 755 | <double>0.050000000000000</double>
|
|---|
| 756 | </property>
|
|---|
| 757 | </widget>
|
|---|
| 758 | </item>
|
|---|
| 759 | <item row="2" column="6">
|
|---|
| 760 | <widget class="QDoubleSpinBox" name="greenValue3">
|
|---|
| 761 | <property name="decimals">
|
|---|
| 762 | <number>3</number>
|
|---|
| 763 | </property>
|
|---|
| 764 | <property name="maximum">
|
|---|
| 765 | <double>1.000000000000000</double>
|
|---|
| 766 | </property>
|
|---|
| 767 | <property name="singleStep">
|
|---|
| 768 | <double>0.050000000000000</double>
|
|---|
| 769 | </property>
|
|---|
| 770 | </widget>
|
|---|
| 771 | </item>
|
|---|
| 772 | <item row="3" column="6">
|
|---|
| 773 | <widget class="QDoubleSpinBox" name="blueValue3">
|
|---|
| 774 | <property name="decimals">
|
|---|
| 775 | <number>3</number>
|
|---|
| 776 | </property>
|
|---|
| 777 | <property name="maximum">
|
|---|
| 778 | <double>1.000000000000000</double>
|
|---|
| 779 | </property>
|
|---|
| 780 | <property name="singleStep">
|
|---|
| 781 | <double>0.050000000000000</double>
|
|---|
| 782 | </property>
|
|---|
| 783 | </widget>
|
|---|
| 784 | </item>
|
|---|
| 785 | <item row="3" column="8">
|
|---|
| 786 | <layout class="QHBoxLayout" name="horizontalLayout">
|
|---|
| 787 | <item>
|
|---|
| 788 | <widget class="QPushButton" name="playPauseButton">
|
|---|
| 789 | <property name="toolTip">
|
|---|
| 790 | <string>Play/Pause events animation</string>
|
|---|
| 791 | </property>
|
|---|
| 792 | <property name="text">
|
|---|
| 793 | <string>Play/Pause</string>
|
|---|
| 794 | </property>
|
|---|
| 795 | </widget>
|
|---|
| 796 | </item>
|
|---|
| 797 | <item>
|
|---|
| 798 | <widget class="QLabel" name="label_24">
|
|---|
| 799 | <property name="text">
|
|---|
| 800 | <string>Slices per sec</string>
|
|---|
| 801 | </property>
|
|---|
| 802 | <property name="alignment">
|
|---|
| 803 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|---|
| 804 | </property>
|
|---|
| 805 | </widget>
|
|---|
| 806 | </item>
|
|---|
| 807 | <item>
|
|---|
| 808 | <widget class="QDoubleSpinBox" name="slicesPerSecValue">
|
|---|
| 809 | <property name="toolTip">
|
|---|
| 810 | <string>Number of slices to display per seconds</string>
|
|---|
| 811 | </property>
|
|---|
| 812 | <property name="minimum">
|
|---|
| 813 | <double>1.000000000000000</double>
|
|---|
| 814 | </property>
|
|---|
| 815 | <property name="maximum">
|
|---|
| 816 | <double>1000.000000000000000</double>
|
|---|
| 817 | </property>
|
|---|
| 818 | <property name="singleStep">
|
|---|
| 819 | <double>1.000000000000000</double>
|
|---|
| 820 | </property>
|
|---|
| 821 | <property name="value">
|
|---|
| 822 | <double>100.000000000000000</double>
|
|---|
| 823 | </property>
|
|---|
| 824 | </widget>
|
|---|
| 825 | </item>
|
|---|
| 826 | </layout>
|
|---|
| 827 | </item>
|
|---|
| 828 | <item row="0" column="0">
|
|---|
| 829 | <widget class="QCheckBox" name="drawImpulseCheckBox">
|
|---|
| 830 | <property name="toolTip">
|
|---|
| 831 | <string>Whether the impulse of the current pixel should be drawn below the camera or not</string>
|
|---|
| 832 | </property>
|
|---|
| 833 | <property name="layoutDirection">
|
|---|
| 834 | <enum>Qt::RightToLeft</enum>
|
|---|
| 835 | </property>
|
|---|
| 836 | <property name="text">
|
|---|
| 837 | <string>Draw Impulse</string>
|
|---|
| 838 | </property>
|
|---|
| 839 | <property name="checked">
|
|---|
| 840 | <bool>true</bool>
|
|---|
| 841 | </property>
|
|---|
| 842 | </widget>
|
|---|
| 843 | </item>
|
|---|
| 844 | <item row="3" column="0">
|
|---|
| 845 | <widget class="QCheckBox" name="drawBlurCheckBox">
|
|---|
| 846 | <property name="toolTip">
|
|---|
| 847 | <string>Draw the pixels blurred (for having "nice", non-scientific images).</string>
|
|---|
| 848 | </property>
|
|---|
| 849 | <property name="layoutDirection">
|
|---|
| 850 | <enum>Qt::RightToLeft</enum>
|
|---|
| 851 | </property>
|
|---|
| 852 | <property name="text">
|
|---|
| 853 | <string>Blur pixels</string>
|
|---|
| 854 | </property>
|
|---|
| 855 | </widget>
|
|---|
| 856 | </item>
|
|---|
| 857 | <item row="1" column="0">
|
|---|
| 858 | <widget class="QCheckBox" name="drawPatchCheckBox">
|
|---|
| 859 | <property name="toolTip">
|
|---|
| 860 | <string>Whether the pixels clustering should be drawn or not</string>
|
|---|
| 861 | </property>
|
|---|
| 862 | <property name="layoutDirection">
|
|---|
| 863 | <enum>Qt::RightToLeft</enum>
|
|---|
| 864 | </property>
|
|---|
| 865 | <property name="text">
|
|---|
| 866 | <string>Draw Patches</string>
|
|---|
| 867 | </property>
|
|---|
| 868 | <property name="checked">
|
|---|
| 869 | <bool>true</bool>
|
|---|
| 870 | </property>
|
|---|
| 871 | <property name="tristate">
|
|---|
| 872 | <bool>false</bool>
|
|---|
| 873 | </property>
|
|---|
| 874 | </widget>
|
|---|
| 875 | </item>
|
|---|
| 876 | <item row="2" column="0">
|
|---|
| 877 | <widget class="QCheckBox" name="loopOverCurrentEventBox">
|
|---|
| 878 | <property name="toolTip">
|
|---|
| 879 | <string>Whether the animation should loop over the current event, or continue to the next event</string>
|
|---|
| 880 | </property>
|
|---|
| 881 | <property name="layoutDirection">
|
|---|
| 882 | <enum>Qt::RightToLeft</enum>
|
|---|
| 883 | </property>
|
|---|
| 884 | <property name="text">
|
|---|
| 885 | <string>Loop event</string>
|
|---|
| 886 | </property>
|
|---|
| 887 | </widget>
|
|---|
| 888 | </item>
|
|---|
| 889 | <item row="1" column="1">
|
|---|
| 890 | <widget class="QPushButton" name="autoScaleColor">
|
|---|
| 891 | <property name="toolTip">
|
|---|
| 892 | <string>Rescale the coloring to match the values of the current event</string>
|
|---|
| 893 | </property>
|
|---|
| 894 | <property name="text">
|
|---|
| 895 | <string>AutoScale</string>
|
|---|
| 896 | </property>
|
|---|
| 897 | <property name="checkable">
|
|---|
| 898 | <bool>true</bool>
|
|---|
| 899 | </property>
|
|---|
| 900 | <property name="checked">
|
|---|
| 901 | <bool>true</bool>
|
|---|
| 902 | </property>
|
|---|
| 903 | </widget>
|
|---|
| 904 | </item>
|
|---|
| 905 | <item row="2" column="1">
|
|---|
| 906 | <widget class="QRadioButton" name="entireCameraScale">
|
|---|
| 907 | <property name="toolTip">
|
|---|
| 908 | <string>Use the entire camera to do the scaling</string>
|
|---|
| 909 | </property>
|
|---|
| 910 | <property name="layoutDirection">
|
|---|
| 911 | <enum>Qt::RightToLeft</enum>
|
|---|
| 912 | </property>
|
|---|
| 913 | <property name="text">
|
|---|
| 914 | <string>entire camera</string>
|
|---|
| 915 | </property>
|
|---|
| 916 | <property name="checked">
|
|---|
| 917 | <bool>true</bool>
|
|---|
| 918 | </property>
|
|---|
| 919 | </widget>
|
|---|
| 920 | </item>
|
|---|
| 921 | <item row="3" column="1">
|
|---|
| 922 | <widget class="QRadioButton" name="currentPixelScale">
|
|---|
| 923 | <property name="toolTip">
|
|---|
| 924 | <string>Use the current pixel only to do the scaling</string>
|
|---|
| 925 | </property>
|
|---|
| 926 | <property name="layoutDirection">
|
|---|
| 927 | <enum>Qt::RightToLeft</enum>
|
|---|
| 928 | </property>
|
|---|
| 929 | <property name="text">
|
|---|
| 930 | <string>current pixel</string>
|
|---|
| 931 | </property>
|
|---|
| 932 | </widget>
|
|---|
| 933 | </item>
|
|---|
| 934 | <item row="2" column="8">
|
|---|
| 935 | <layout class="QHBoxLayout" name="horizontalLayout_5">
|
|---|
| 936 | <item>
|
|---|
| 937 | <widget class="QRadioButton" name="playEventsRadio">
|
|---|
| 938 | <property name="text">
|
|---|
| 939 | <string>play Events</string>
|
|---|
| 940 | </property>
|
|---|
| 941 | </widget>
|
|---|
| 942 | </item>
|
|---|
| 943 | </layout>
|
|---|
| 944 | </item>
|
|---|
| 945 | <item row="0" column="8">
|
|---|
| 946 | <layout class="QHBoxLayout" name="horizontalLayout_8">
|
|---|
| 947 | <item>
|
|---|
| 948 | <widget class="QPushButton" name="loadNewFileButton">
|
|---|
| 949 | <property name="toolTip">
|
|---|
| 950 | <string>Load a new fits file</string>
|
|---|
| 951 | </property>
|
|---|
| 952 | <property name="text">
|
|---|
| 953 | <string>Load Data</string>
|
|---|
| 954 | </property>
|
|---|
| 955 | </widget>
|
|---|
| 956 | </item>
|
|---|
| 957 | <item>
|
|---|
| 958 | <widget class="QPushButton" name="loadDRSCalibButton">
|
|---|
| 959 | <property name="text">
|
|---|
| 960 | <string>Load DRS calib.</string>
|
|---|
| 961 | </property>
|
|---|
| 962 | </widget>
|
|---|
| 963 | </item>
|
|---|
| 964 | </layout>
|
|---|
| 965 | </item>
|
|---|
| 966 | <item row="0" column="1">
|
|---|
| 967 | <widget class="QCheckBox" name="calibratedCheckBox">
|
|---|
| 968 | <property name="layoutDirection">
|
|---|
| 969 | <enum>Qt::RightToLeft</enum>
|
|---|
| 970 | </property>
|
|---|
| 971 | <property name="text">
|
|---|
| 972 | <string>Calibrated data</string>
|
|---|
| 973 | </property>
|
|---|
| 974 | <property name="checked">
|
|---|
| 975 | <bool>true</bool>
|
|---|
| 976 | </property>
|
|---|
| 977 | </widget>
|
|---|
| 978 | </item>
|
|---|
| 979 | <item row="1" column="8">
|
|---|
| 980 | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
|---|
| 981 | <item>
|
|---|
| 982 | <widget class="QRadioButton" name="playSlicesRadio">
|
|---|
| 983 | <property name="text">
|
|---|
| 984 | <string>play Slices</string>
|
|---|
| 985 | </property>
|
|---|
| 986 | <property name="checked">
|
|---|
| 987 | <bool>true</bool>
|
|---|
| 988 | </property>
|
|---|
| 989 | </widget>
|
|---|
| 990 | </item>
|
|---|
| 991 | </layout>
|
|---|
| 992 | </item>
|
|---|
| 993 | </layout>
|
|---|
| 994 | </item>
|
|---|
| 995 | </layout>
|
|---|
| 996 | </widget>
|
|---|
| 997 | </widget>
|
|---|
| 998 | <customwidgets>
|
|---|
| 999 | <customwidget>
|
|---|
| 1000 | <class>QwtPlot</class>
|
|---|
| 1001 | <extends>QFrame</extends>
|
|---|
| 1002 | <header>qwt_plot.h</header>
|
|---|
| 1003 | <container>1</container>
|
|---|
| 1004 | </customwidget>
|
|---|
| 1005 | <customwidget>
|
|---|
| 1006 | <class>QGLWidget</class>
|
|---|
| 1007 | <extends>QWidget</extends>
|
|---|
| 1008 | <header>QtOpenGL/QGLWidget</header>
|
|---|
| 1009 | </customwidget>
|
|---|
| 1010 | <customwidget>
|
|---|
| 1011 | <class>RawDataViewer</class>
|
|---|
| 1012 | <extends>QGLWidget</extends>
|
|---|
| 1013 | <header>RawEventsViewer.h</header>
|
|---|
| 1014 | </customwidget>
|
|---|
| 1015 | </customwidgets>
|
|---|
| 1016 | <resources/>
|
|---|
| 1017 | <connections>
|
|---|
| 1018 | <connection>
|
|---|
| 1019 | <sender>autoScaleColor</sender>
|
|---|
| 1020 | <signal>toggled(bool)</signal>
|
|---|
| 1021 | <receiver>entireCameraScale</receiver>
|
|---|
| 1022 | <slot>setEnabled(bool)</slot>
|
|---|
| 1023 | <hints>
|
|---|
| 1024 | <hint type="sourcelabel">
|
|---|
| 1025 | <x>210</x>
|
|---|
| 1026 | <y>938</y>
|
|---|
| 1027 | </hint>
|
|---|
| 1028 | <hint type="destinationlabel">
|
|---|
| 1029 | <x>197</x>
|
|---|
| 1030 | <y>974</y>
|
|---|
| 1031 | </hint>
|
|---|
| 1032 | </hints>
|
|---|
| 1033 | </connection>
|
|---|
| 1034 | <connection>
|
|---|
| 1035 | <sender>autoScaleColor</sender>
|
|---|
| 1036 | <signal>toggled(bool)</signal>
|
|---|
| 1037 | <receiver>currentPixelScale</receiver>
|
|---|
| 1038 | <slot>setEnabled(bool)</slot>
|
|---|
| 1039 | <hints>
|
|---|
| 1040 | <hint type="sourcelabel">
|
|---|
| 1041 | <x>219</x>
|
|---|
| 1042 | <y>943</y>
|
|---|
| 1043 | </hint>
|
|---|
| 1044 | <hint type="destinationlabel">
|
|---|
| 1045 | <x>214</x>
|
|---|
| 1046 | <y>1002</y>
|
|---|
| 1047 | </hint>
|
|---|
| 1048 | </hints>
|
|---|
| 1049 | </connection>
|
|---|
| 1050 | </connections>
|
|---|
| 1051 | </ui>
|
|---|