[d5c5d3d] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
| 3 | <class>DataOperationUtility</class> |
---|
| 4 | <widget class="QDialog" name="DataOperationUtility"> |
---|
| 5 | <property name="geometry"> |
---|
| 6 | <rect> |
---|
| 7 | <x>0</x> |
---|
| 8 | <y>0</y> |
---|
| 9 | <width>951</width> |
---|
| 10 | <height>425</height> |
---|
| 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="sizePolicy"> |
---|
[f0bb711] | 14 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
[d5c5d3d] | 15 | <horstretch>0</horstretch> |
---|
| 16 | <verstretch>0</verstretch> |
---|
| 17 | </sizepolicy> |
---|
| 18 | </property> |
---|
| 19 | <property name="minimumSize"> |
---|
| 20 | <size> |
---|
[f0bb711] | 21 | <width>951</width> |
---|
[d5c5d3d] | 22 | <height>425</height> |
---|
| 23 | </size> |
---|
| 24 | </property> |
---|
| 25 | <property name="maximumSize"> |
---|
| 26 | <size> |
---|
[f0bb711] | 27 | <width>951</width> |
---|
| 28 | <height>425</height> |
---|
[d5c5d3d] | 29 | </size> |
---|
| 30 | </property> |
---|
| 31 | <property name="windowTitle"> |
---|
| 32 | <string>Data Operation</string> |
---|
| 33 | </property> |
---|
| 34 | <property name="windowIcon"> |
---|
| 35 | <iconset> |
---|
| 36 | <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> |
---|
| 37 | </property> |
---|
| 38 | <layout class="QGridLayout" name="gridLayout_3"> |
---|
| 39 | <item row="0" column="0"> |
---|
| 40 | <widget class="QGroupBox" name="groupBox"> |
---|
| 41 | <property name="sizePolicy"> |
---|
| 42 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> |
---|
| 43 | <horstretch>0</horstretch> |
---|
| 44 | <verstretch>0</verstretch> |
---|
| 45 | </sizepolicy> |
---|
| 46 | </property> |
---|
| 47 | <property name="minimumSize"> |
---|
| 48 | <size> |
---|
| 49 | <width>870</width> |
---|
| 50 | <height>361</height> |
---|
| 51 | </size> |
---|
| 52 | </property> |
---|
| 53 | <property name="maximumSize"> |
---|
| 54 | <size> |
---|
| 55 | <width>950</width> |
---|
| 56 | <height>400</height> |
---|
| 57 | </size> |
---|
| 58 | </property> |
---|
| 59 | <property name="title"> |
---|
| 60 | <string>Data Operation [ + (add); - (subtract); * (multiply); / (divide); | (append)]</string> |
---|
| 61 | </property> |
---|
| 62 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
| 63 | <item row="0" column="0"> |
---|
| 64 | <layout class="QGridLayout" name="gridLayout"> |
---|
| 65 | <item row="0" column="0"> |
---|
| 66 | <widget class="QLabel" name="lblOutputDataName"> |
---|
| 67 | <property name="text"> |
---|
| 68 | <string>Output Data Name</string> |
---|
| 69 | </property> |
---|
| 70 | </widget> |
---|
| 71 | </item> |
---|
| 72 | <item row="0" column="8"> |
---|
| 73 | <widget class="QLabel" name="lblData2OrNumber"> |
---|
| 74 | <property name="text"> |
---|
| 75 | <string>Data2 (or Number)</string> |
---|
| 76 | </property> |
---|
| 77 | </widget> |
---|
| 78 | </item> |
---|
| 79 | <item row="3" column="2"> |
---|
| 80 | <widget class="QLabel" name="lblBigEqual"> |
---|
| 81 | <property name="minimumSize"> |
---|
| 82 | <size> |
---|
| 83 | <width>21</width> |
---|
| 84 | <height>21</height> |
---|
| 85 | </size> |
---|
| 86 | </property> |
---|
| 87 | <property name="text"> |
---|
| 88 | <string>=</string> |
---|
| 89 | </property> |
---|
| 90 | <property name="alignment"> |
---|
| 91 | <set>Qt::AlignCenter</set> |
---|
| 92 | </property> |
---|
| 93 | </widget> |
---|
| 94 | </item> |
---|
| 95 | <item row="3" column="7"> |
---|
| 96 | <spacer name="horizontalSpacer_5"> |
---|
| 97 | <property name="orientation"> |
---|
| 98 | <enum>Qt::Horizontal</enum> |
---|
| 99 | </property> |
---|
| 100 | <property name="sizeHint" stdset="0"> |
---|
| 101 | <size> |
---|
| 102 | <width>40</width> |
---|
| 103 | <height>20</height> |
---|
| 104 | </size> |
---|
| 105 | </property> |
---|
| 106 | </spacer> |
---|
| 107 | </item> |
---|
| 108 | <item row="3" column="0"> |
---|
| 109 | <widget class="QGraphicsView" name="graphOutput"> |
---|
| 110 | <property name="minimumSize"> |
---|
| 111 | <size> |
---|
| 112 | <width>260</width> |
---|
| 113 | <height>260</height> |
---|
| 114 | </size> |
---|
| 115 | </property> |
---|
| 116 | <property name="maximumSize"> |
---|
| 117 | <size> |
---|
| 118 | <width>300</width> |
---|
| 119 | <height>300</height> |
---|
| 120 | </size> |
---|
| 121 | </property> |
---|
| 122 | </widget> |
---|
| 123 | </item> |
---|
| 124 | <item row="1" column="4"> |
---|
| 125 | <widget class="QComboBox" name="cbData1"> |
---|
| 126 | <property name="minimumSize"> |
---|
| 127 | <size> |
---|
| 128 | <width>170</width> |
---|
| 129 | <height>26</height> |
---|
| 130 | </size> |
---|
| 131 | </property> |
---|
| 132 | <property name="maximumSize"> |
---|
| 133 | <size> |
---|
| 134 | <width>200</width> |
---|
| 135 | <height>30</height> |
---|
| 136 | </size> |
---|
| 137 | </property> |
---|
| 138 | <property name="baseSize"> |
---|
| 139 | <size> |
---|
| 140 | <width>0</width> |
---|
| 141 | <height>26</height> |
---|
| 142 | </size> |
---|
| 143 | </property> |
---|
| 144 | <property name="editable"> |
---|
| 145 | <bool>false</bool> |
---|
| 146 | </property> |
---|
| 147 | <item> |
---|
| 148 | <property name="text"> |
---|
| 149 | <string>No Data Available</string> |
---|
| 150 | </property> |
---|
| 151 | </item> |
---|
| 152 | </widget> |
---|
| 153 | </item> |
---|
| 154 | <item row="3" column="5"> |
---|
| 155 | <spacer name="horizontalSpacer_3"> |
---|
| 156 | <property name="orientation"> |
---|
| 157 | <enum>Qt::Horizontal</enum> |
---|
| 158 | </property> |
---|
| 159 | <property name="sizeHint" stdset="0"> |
---|
| 160 | <size> |
---|
| 161 | <width>40</width> |
---|
| 162 | <height>20</height> |
---|
| 163 | </size> |
---|
| 164 | </property> |
---|
| 165 | </spacer> |
---|
| 166 | </item> |
---|
| 167 | <item row="3" column="3"> |
---|
| 168 | <spacer name="horizontalSpacer_4"> |
---|
| 169 | <property name="orientation"> |
---|
| 170 | <enum>Qt::Horizontal</enum> |
---|
| 171 | </property> |
---|
| 172 | <property name="sizeHint" stdset="0"> |
---|
| 173 | <size> |
---|
| 174 | <width>40</width> |
---|
| 175 | <height>20</height> |
---|
| 176 | </size> |
---|
| 177 | </property> |
---|
| 178 | </spacer> |
---|
| 179 | </item> |
---|
| 180 | <item row="0" column="4"> |
---|
| 181 | <widget class="QLabel" name="lblData1"> |
---|
| 182 | <property name="text"> |
---|
| 183 | <string>Data1</string> |
---|
| 184 | </property> |
---|
| 185 | </widget> |
---|
| 186 | </item> |
---|
| 187 | <item row="1" column="0"> |
---|
| 188 | <widget class="QLineEdit" name="txtOutputData"> |
---|
| 189 | <property name="minimumSize"> |
---|
| 190 | <size> |
---|
| 191 | <width>260</width> |
---|
| 192 | <height>21</height> |
---|
| 193 | </size> |
---|
| 194 | </property> |
---|
| 195 | <property name="maximumSize"> |
---|
| 196 | <size> |
---|
| 197 | <width>300</width> |
---|
| 198 | <height>30</height> |
---|
| 199 | </size> |
---|
| 200 | </property> |
---|
| 201 | <property name="text"> |
---|
| 202 | <string>MyNewDataName</string> |
---|
| 203 | </property> |
---|
| 204 | </widget> |
---|
| 205 | </item> |
---|
| 206 | <item row="3" column="4"> |
---|
| 207 | <widget class="QGraphicsView" name="graphData1"> |
---|
| 208 | <property name="minimumSize"> |
---|
| 209 | <size> |
---|
| 210 | <width>260</width> |
---|
| 211 | <height>260</height> |
---|
| 212 | </size> |
---|
| 213 | </property> |
---|
| 214 | <property name="maximumSize"> |
---|
| 215 | <size> |
---|
| 216 | <width>300</width> |
---|
| 217 | <height>300</height> |
---|
| 218 | </size> |
---|
| 219 | </property> |
---|
| 220 | </widget> |
---|
| 221 | </item> |
---|
| 222 | <item row="3" column="1"> |
---|
| 223 | <spacer name="horizontalSpacer_2"> |
---|
| 224 | <property name="orientation"> |
---|
| 225 | <enum>Qt::Horizontal</enum> |
---|
| 226 | </property> |
---|
| 227 | <property name="sizeHint" stdset="0"> |
---|
| 228 | <size> |
---|
| 229 | <width>40</width> |
---|
| 230 | <height>20</height> |
---|
| 231 | </size> |
---|
| 232 | </property> |
---|
| 233 | </spacer> |
---|
| 234 | </item> |
---|
| 235 | <item row="1" column="2"> |
---|
| 236 | <widget class="QLabel" name="lblEqual"> |
---|
| 237 | <property name="minimumSize"> |
---|
| 238 | <size> |
---|
| 239 | <width>21</width> |
---|
| 240 | <height>21</height> |
---|
| 241 | </size> |
---|
| 242 | </property> |
---|
| 243 | <property name="text"> |
---|
| 244 | <string>=</string> |
---|
| 245 | </property> |
---|
| 246 | <property name="alignment"> |
---|
| 247 | <set>Qt::AlignCenter</set> |
---|
| 248 | </property> |
---|
| 249 | </widget> |
---|
| 250 | </item> |
---|
| 251 | <item row="1" column="9"> |
---|
| 252 | <widget class="QLineEdit" name="txtNumber"> |
---|
| 253 | <property name="enabled"> |
---|
| 254 | <bool>false</bool> |
---|
| 255 | </property> |
---|
| 256 | <property name="minimumSize"> |
---|
| 257 | <size> |
---|
| 258 | <width>50</width> |
---|
| 259 | <height>21</height> |
---|
| 260 | </size> |
---|
| 261 | </property> |
---|
| 262 | <property name="maximumSize"> |
---|
| 263 | <size> |
---|
| 264 | <width>150</width> |
---|
| 265 | <height>30</height> |
---|
| 266 | </size> |
---|
| 267 | </property> |
---|
| 268 | <property name="toolTip"> |
---|
| 269 | <string>If no Data2 loaded, enter a number to be applied to Data1 using the operator</string> |
---|
| 270 | </property> |
---|
| 271 | <property name="text"> |
---|
| 272 | <string>1.0</string> |
---|
| 273 | </property> |
---|
| 274 | </widget> |
---|
| 275 | </item> |
---|
| 276 | <item row="3" column="6"> |
---|
| 277 | <widget class="QLabel" name="lblOperatorApplied"> |
---|
| 278 | <property name="minimumSize"> |
---|
| 279 | <size> |
---|
| 280 | <width>21</width> |
---|
| 281 | <height>21</height> |
---|
| 282 | </size> |
---|
| 283 | </property> |
---|
| 284 | <property name="text"> |
---|
| 285 | <string>+</string> |
---|
| 286 | </property> |
---|
| 287 | <property name="alignment"> |
---|
| 288 | <set>Qt::AlignCenter</set> |
---|
| 289 | </property> |
---|
| 290 | <property name="textInteractionFlags"> |
---|
| 291 | <set>Qt::LinksAccessibleByMouse|Qt::TextEditable</set> |
---|
| 292 | </property> |
---|
| 293 | </widget> |
---|
| 294 | </item> |
---|
| 295 | <item row="1" column="8"> |
---|
| 296 | <widget class="QComboBox" name="cbData2"> |
---|
| 297 | <property name="minimumSize"> |
---|
| 298 | <size> |
---|
| 299 | <width>170</width> |
---|
| 300 | <height>26</height> |
---|
| 301 | </size> |
---|
| 302 | </property> |
---|
| 303 | <property name="maximumSize"> |
---|
| 304 | <size> |
---|
| 305 | <width>200</width> |
---|
| 306 | <height>30</height> |
---|
| 307 | </size> |
---|
| 308 | </property> |
---|
| 309 | <property name="editable"> |
---|
| 310 | <bool>false</bool> |
---|
| 311 | </property> |
---|
| 312 | <item> |
---|
| 313 | <property name="text"> |
---|
| 314 | <string>No Data Available</string> |
---|
| 315 | </property> |
---|
| 316 | </item> |
---|
| 317 | </widget> |
---|
| 318 | </item> |
---|
| 319 | <item row="1" column="6"> |
---|
| 320 | <widget class="QComboBox" name="cbOperator"> |
---|
| 321 | <property name="minimumSize"> |
---|
| 322 | <size> |
---|
| 323 | <width>51</width> |
---|
| 324 | <height>26</height> |
---|
| 325 | </size> |
---|
| 326 | </property> |
---|
| 327 | <property name="maximumSize"> |
---|
| 328 | <size> |
---|
| 329 | <width>60</width> |
---|
| 330 | <height>30</height> |
---|
| 331 | </size> |
---|
| 332 | </property> |
---|
| 333 | <property name="toolTip"> |
---|
| 334 | <string>Add: + |
---|
| 335 | Subtract: - |
---|
| 336 | Multiply: * |
---|
| 337 | Divide: / |
---|
| 338 | Append(Combine): |</string> |
---|
| 339 | </property> |
---|
| 340 | <item> |
---|
| 341 | <property name="text"> |
---|
| 342 | <string>+</string> |
---|
| 343 | </property> |
---|
| 344 | </item> |
---|
| 345 | <item> |
---|
| 346 | <property name="text"> |
---|
| 347 | <string>-</string> |
---|
| 348 | </property> |
---|
| 349 | </item> |
---|
| 350 | <item> |
---|
| 351 | <property name="text"> |
---|
| 352 | <string>*</string> |
---|
| 353 | </property> |
---|
| 354 | </item> |
---|
| 355 | <item> |
---|
| 356 | <property name="text"> |
---|
| 357 | <string>/</string> |
---|
| 358 | </property> |
---|
| 359 | </item> |
---|
| 360 | <item> |
---|
| 361 | <property name="text"> |
---|
| 362 | <string>|</string> |
---|
| 363 | </property> |
---|
| 364 | </item> |
---|
| 365 | </widget> |
---|
| 366 | </item> |
---|
| 367 | <item row="3" column="8" colspan="2"> |
---|
| 368 | <widget class="QGraphicsView" name="graphData2"> |
---|
| 369 | <property name="minimumSize"> |
---|
| 370 | <size> |
---|
| 371 | <width>260</width> |
---|
| 372 | <height>260</height> |
---|
| 373 | </size> |
---|
| 374 | </property> |
---|
| 375 | <property name="maximumSize"> |
---|
| 376 | <size> |
---|
| 377 | <width>300</width> |
---|
| 378 | <height>300</height> |
---|
| 379 | </size> |
---|
| 380 | </property> |
---|
| 381 | </widget> |
---|
| 382 | </item> |
---|
| 383 | </layout> |
---|
| 384 | </item> |
---|
| 385 | </layout> |
---|
| 386 | </widget> |
---|
| 387 | </item> |
---|
| 388 | <item row="1" column="0"> |
---|
| 389 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
| 390 | <item> |
---|
| 391 | <spacer name="horizontalSpacer"> |
---|
| 392 | <property name="orientation"> |
---|
| 393 | <enum>Qt::Horizontal</enum> |
---|
| 394 | </property> |
---|
| 395 | <property name="sizeHint" stdset="0"> |
---|
| 396 | <size> |
---|
| 397 | <width>40</width> |
---|
| 398 | <height>20</height> |
---|
| 399 | </size> |
---|
| 400 | </property> |
---|
| 401 | </spacer> |
---|
| 402 | </item> |
---|
| 403 | <item> |
---|
| 404 | <widget class="QPushButton" name="cmdReset"> |
---|
| 405 | <property name="minimumSize"> |
---|
| 406 | <size> |
---|
| 407 | <width>75</width> |
---|
| 408 | <height>25</height> |
---|
| 409 | </size> |
---|
| 410 | </property> |
---|
| 411 | <property name="text"> |
---|
| 412 | <string>Reset</string> |
---|
| 413 | </property> |
---|
| 414 | <property name="autoDefault"> |
---|
| 415 | <bool>false</bool> |
---|
| 416 | </property> |
---|
| 417 | </widget> |
---|
| 418 | </item> |
---|
| 419 | <item> |
---|
| 420 | <widget class="QPushButton" name="cmdCompute"> |
---|
| 421 | <property name="minimumSize"> |
---|
| 422 | <size> |
---|
| 423 | <width>75</width> |
---|
| 424 | <height>25</height> |
---|
| 425 | </size> |
---|
| 426 | </property> |
---|
| 427 | <property name="toolTip"> |
---|
| 428 | <string>Generate the Data and send to Data Explorer.</string> |
---|
| 429 | </property> |
---|
| 430 | <property name="text"> |
---|
| 431 | <string>Compute</string> |
---|
| 432 | </property> |
---|
| 433 | <property name="autoDefault"> |
---|
| 434 | <bool>false</bool> |
---|
| 435 | </property> |
---|
| 436 | </widget> |
---|
| 437 | </item> |
---|
| 438 | <item> |
---|
| 439 | <widget class="QPushButton" name="cmdClose"> |
---|
| 440 | <property name="minimumSize"> |
---|
| 441 | <size> |
---|
| 442 | <width>75</width> |
---|
| 443 | <height>25</height> |
---|
| 444 | </size> |
---|
| 445 | </property> |
---|
| 446 | <property name="toolTip"> |
---|
| 447 | <string>Close this panel.</string> |
---|
| 448 | </property> |
---|
| 449 | <property name="text"> |
---|
| 450 | <string>Close</string> |
---|
| 451 | </property> |
---|
| 452 | <property name="autoDefault"> |
---|
| 453 | <bool>false</bool> |
---|
| 454 | </property> |
---|
| 455 | </widget> |
---|
| 456 | </item> |
---|
| 457 | <item> |
---|
| 458 | <widget class="QPushButton" name="cmdHelp"> |
---|
| 459 | <property name="minimumSize"> |
---|
| 460 | <size> |
---|
| 461 | <width>75</width> |
---|
| 462 | <height>25</height> |
---|
| 463 | </size> |
---|
| 464 | </property> |
---|
| 465 | <property name="toolTip"> |
---|
| 466 | <string>Get help on Data Operations.</string> |
---|
| 467 | </property> |
---|
| 468 | <property name="text"> |
---|
| 469 | <string>Help</string> |
---|
| 470 | </property> |
---|
| 471 | <property name="autoDefault"> |
---|
| 472 | <bool>false</bool> |
---|
| 473 | </property> |
---|
| 474 | </widget> |
---|
| 475 | </item> |
---|
| 476 | </layout> |
---|
| 477 | </item> |
---|
| 478 | </layout> |
---|
| 479 | </widget> |
---|
| 480 | <resources/> |
---|
| 481 | <connections/> |
---|
| 482 | </ui> |
---|