[f721030] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
[481ff26] | 3 | <class>DataLoadWidget</class> |
---|
| 4 | <widget class="QTabWidget" name="DataLoadWidget"> |
---|
[f721030] | 5 | <property name="geometry"> |
---|
| 6 | <rect> |
---|
| 7 | <x>0</x> |
---|
| 8 | <y>0</y> |
---|
[71361f0] | 9 | <width>405</width> |
---|
| 10 | <height>630</height> |
---|
[f721030] | 11 | </rect> |
---|
| 12 | </property> |
---|
[481ff26] | 13 | <property name="sizePolicy"> |
---|
| 14 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
| 15 | <horstretch>0</horstretch> |
---|
[0979dfb] | 16 | <verstretch>5</verstretch> |
---|
[481ff26] | 17 | </sizepolicy> |
---|
| 18 | </property> |
---|
[f721030] | 19 | <property name="windowTitle"> |
---|
[481ff26] | 20 | <string>TabWidget</string> |
---|
[f721030] | 21 | </property> |
---|
[481ff26] | 22 | <property name="windowIcon"> |
---|
[cd2cc745] | 23 | <iconset> |
---|
[481ff26] | 24 | <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> |
---|
| 25 | </property> |
---|
| 26 | <property name="currentIndex"> |
---|
| 27 | <number>0</number> |
---|
| 28 | </property> |
---|
| 29 | <widget class="QWidget" name="dataTab"> |
---|
| 30 | <attribute name="title"> |
---|
| 31 | <string>Data</string> |
---|
| 32 | </attribute> |
---|
[71361f0] | 33 | <layout class="QGridLayout" name="gridLayout_11"> |
---|
[481ff26] | 34 | <item row="0" column="0"> |
---|
| 35 | <widget class="QGroupBox" name="groupBox"> |
---|
| 36 | <property name="title"> |
---|
| 37 | <string>Data</string> |
---|
[f721030] | 38 | </property> |
---|
[71361f0] | 39 | <layout class="QGridLayout" name="gridLayout_9"> |
---|
[481ff26] | 40 | <item row="0" column="0"> |
---|
[71361f0] | 41 | <layout class="QGridLayout" name="gridLayout"> |
---|
| 42 | <item row="0" column="0" rowspan="2"> |
---|
[481ff26] | 43 | <widget class="QPushButton" name="cmdLoad"> |
---|
[0979dfb] | 44 | <property name="sizePolicy"> |
---|
| 45 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
---|
| 46 | <horstretch>5</horstretch> |
---|
| 47 | <verstretch>5</verstretch> |
---|
| 48 | </sizepolicy> |
---|
| 49 | </property> |
---|
| 50 | <property name="minimumSize"> |
---|
| 51 | <size> |
---|
| 52 | <width>154</width> |
---|
| 53 | <height>50</height> |
---|
| 54 | </size> |
---|
| 55 | </property> |
---|
| 56 | <property name="baseSize"> |
---|
| 57 | <size> |
---|
| 58 | <width>100</width> |
---|
| 59 | <height>50</height> |
---|
| 60 | </size> |
---|
| 61 | </property> |
---|
| 62 | <property name="toolTip"> |
---|
[29eb947] | 63 | <string><html><head/><body><p><span style=" font-size:8pt;">Load a file with data</span></p></body></html></string> |
---|
[0979dfb] | 64 | </property> |
---|
| 65 | <property name="styleSheet"> |
---|
| 66 | <string notr="true">font: 13pt "MS Shell Dlg 2";</string> |
---|
| 67 | </property> |
---|
[f721030] | 68 | <property name="text"> |
---|
[0979dfb] | 69 | <string>Load data</string> |
---|
| 70 | </property> |
---|
| 71 | <property name="icon"> |
---|
[cd2cc745] | 72 | <iconset> |
---|
[0979dfb] | 73 | <normaloff>:/res/down-grey.png</normaloff>:/res/down-grey.png</iconset> |
---|
| 74 | </property> |
---|
| 75 | <property name="iconSize"> |
---|
| 76 | <size> |
---|
| 77 | <width>48</width> |
---|
| 78 | <height>48</height> |
---|
| 79 | </size> |
---|
| 80 | </property> |
---|
| 81 | <property name="shortcut"> |
---|
| 82 | <string>Ctrl+R</string> |
---|
[481ff26] | 83 | </property> |
---|
| 84 | </widget> |
---|
| 85 | </item> |
---|
[71361f0] | 86 | <item row="0" column="1"> |
---|
| 87 | <widget class="QPushButton" name="cmdDeleteData"> |
---|
| 88 | <property name="text"> |
---|
| 89 | <string>Delete</string> |
---|
| 90 | </property> |
---|
| 91 | </widget> |
---|
| 92 | </item> |
---|
| 93 | <item row="1" column="1"> |
---|
[481ff26] | 94 | <widget class="QComboBox" name="cbSelect"> |
---|
| 95 | <property name="sizePolicy"> |
---|
| 96 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 97 | <horstretch>0</horstretch> |
---|
| 98 | <verstretch>0</verstretch> |
---|
| 99 | </sizepolicy> |
---|
| 100 | </property> |
---|
| 101 | <item> |
---|
| 102 | <property name="text"> |
---|
| 103 | <string>Select all</string> |
---|
| 104 | </property> |
---|
| 105 | </item> |
---|
| 106 | <item> |
---|
| 107 | <property name="text"> |
---|
| 108 | <string>Unselect all</string> |
---|
| 109 | </property> |
---|
| 110 | </item> |
---|
| 111 | <item> |
---|
| 112 | <property name="text"> |
---|
| 113 | <string>Select all 1D</string> |
---|
| 114 | </property> |
---|
| 115 | </item> |
---|
| 116 | <item> |
---|
| 117 | <property name="text"> |
---|
| 118 | <string>Unselect all 1D</string> |
---|
| 119 | </property> |
---|
| 120 | </item> |
---|
| 121 | <item> |
---|
| 122 | <property name="text"> |
---|
| 123 | <string>Select all 2D</string> |
---|
| 124 | </property> |
---|
| 125 | </item> |
---|
| 126 | <item> |
---|
| 127 | <property name="text"> |
---|
| 128 | <string>Unselect all 2D</string> |
---|
| 129 | </property> |
---|
| 130 | </item> |
---|
| 131 | </widget> |
---|
| 132 | </item> |
---|
| 133 | </layout> |
---|
| 134 | </item> |
---|
[71361f0] | 135 | <item row="0" column="1"> |
---|
| 136 | <spacer name="horizontalSpacer_7"> |
---|
| 137 | <property name="orientation"> |
---|
| 138 | <enum>Qt::Horizontal</enum> |
---|
[481ff26] | 139 | </property> |
---|
[71361f0] | 140 | <property name="sizeHint" stdset="0"> |
---|
| 141 | <size> |
---|
| 142 | <width>92</width> |
---|
| 143 | <height>20</height> |
---|
| 144 | </size> |
---|
[481ff26] | 145 | </property> |
---|
[71361f0] | 146 | </spacer> |
---|
[481ff26] | 147 | </item> |
---|
| 148 | <item row="2" column="0"> |
---|
[71361f0] | 149 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
| 150 | <item row="0" column="0" rowspan="2"> |
---|
[0979dfb] | 151 | <widget class="QPushButton" name="cmdSendTo"> |
---|
| 152 | <property name="sizePolicy"> |
---|
| 153 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
---|
| 154 | <horstretch>5</horstretch> |
---|
| 155 | <verstretch>5</verstretch> |
---|
| 156 | </sizepolicy> |
---|
[481ff26] | 157 | </property> |
---|
[0979dfb] | 158 | <property name="minimumSize"> |
---|
[481ff26] | 159 | <size> |
---|
[0979dfb] | 160 | <width>170</width> |
---|
| 161 | <height>50</height> |
---|
[481ff26] | 162 | </size> |
---|
| 163 | </property> |
---|
[0979dfb] | 164 | <property name="baseSize"> |
---|
| 165 | <size> |
---|
| 166 | <width>100</width> |
---|
| 167 | <height>50</height> |
---|
| 168 | </size> |
---|
| 169 | </property> |
---|
| 170 | <property name="font"> |
---|
| 171 | <font> |
---|
| 172 | <pointsize>13</pointsize> |
---|
| 173 | </font> |
---|
| 174 | </property> |
---|
| 175 | <property name="toolTip"> |
---|
[29eb947] | 176 | <string><html><head/><body><p><span style=" font-size:8pt;">Send data to perspective</span></p></body></html></string> |
---|
[0979dfb] | 177 | </property> |
---|
| 178 | <property name="styleSheet"> |
---|
| 179 | <string notr="true">font: 13pt "MS Shell Dlg 2";</string> |
---|
| 180 | </property> |
---|
[481ff26] | 181 | <property name="text"> |
---|
[0979dfb] | 182 | <string>Send data to</string> |
---|
[481ff26] | 183 | </property> |
---|
| 184 | <property name="icon"> |
---|
[cd2cc745] | 185 | <iconset> |
---|
[0979dfb] | 186 | <normaloff>:/res/right-grey.png</normaloff>:/res/right-grey.png</iconset> |
---|
[481ff26] | 187 | </property> |
---|
| 188 | <property name="iconSize"> |
---|
| 189 | <size> |
---|
[0979dfb] | 190 | <width>48</width> |
---|
| 191 | <height>48</height> |
---|
[481ff26] | 192 | </size> |
---|
| 193 | </property> |
---|
| 194 | </widget> |
---|
| 195 | </item> |
---|
[71361f0] | 196 | <item row="0" column="1"> |
---|
[481ff26] | 197 | <widget class="QComboBox" name="cbFitting"> |
---|
| 198 | <property name="sizePolicy"> |
---|
| 199 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 200 | <horstretch>0</horstretch> |
---|
| 201 | <verstretch>0</verstretch> |
---|
| 202 | </sizepolicy> |
---|
| 203 | </property> |
---|
| 204 | <property name="sizeAdjustPolicy"> |
---|
| 205 | <enum>QComboBox::AdjustToContents</enum> |
---|
| 206 | </property> |
---|
| 207 | <item> |
---|
| 208 | <property name="text"> |
---|
| 209 | <string>Fitting</string> |
---|
| 210 | </property> |
---|
| 211 | </item> |
---|
| 212 | <item> |
---|
| 213 | <property name="text"> |
---|
| 214 | <string>Pr inversion</string> |
---|
| 215 | </property> |
---|
| 216 | </item> |
---|
| 217 | <item> |
---|
| 218 | <property name="text"> |
---|
| 219 | <string>Invariant</string> |
---|
| 220 | </property> |
---|
| 221 | </item> |
---|
| 222 | </widget> |
---|
| 223 | </item> |
---|
[71361f0] | 224 | <item row="1" column="1"> |
---|
[481ff26] | 225 | <widget class="QCheckBox" name="chkBatch"> |
---|
| 226 | <property name="text"> |
---|
| 227 | <string>Batch mode</string> |
---|
| 228 | </property> |
---|
| 229 | </widget> |
---|
| 230 | </item> |
---|
| 231 | </layout> |
---|
| 232 | </item> |
---|
[71361f0] | 233 | <item row="1" column="0" colspan="2"> |
---|
| 234 | <widget class="QTreeView" name="treeView"> |
---|
| 235 | <property name="contextMenuPolicy"> |
---|
| 236 | <enum>Qt::NoContextMenu</enum> |
---|
| 237 | </property> |
---|
| 238 | <property name="acceptDrops"> |
---|
| 239 | <bool>true</bool> |
---|
| 240 | </property> |
---|
| 241 | <property name="editTriggers"> |
---|
| 242 | <set>QAbstractItemView::NoEditTriggers</set> |
---|
| 243 | </property> |
---|
| 244 | <property name="dragEnabled"> |
---|
| 245 | <bool>true</bool> |
---|
| 246 | </property> |
---|
| 247 | <property name="dragDropOverwriteMode"> |
---|
| 248 | <bool>true</bool> |
---|
| 249 | </property> |
---|
| 250 | <property name="dragDropMode"> |
---|
| 251 | <enum>QAbstractItemView::DropOnly</enum> |
---|
| 252 | </property> |
---|
| 253 | <property name="defaultDropAction"> |
---|
| 254 | <enum>Qt::CopyAction</enum> |
---|
| 255 | </property> |
---|
| 256 | <property name="selectionMode"> |
---|
| 257 | <enum>QAbstractItemView::ExtendedSelection</enum> |
---|
| 258 | </property> |
---|
| 259 | <attribute name="headerVisible"> |
---|
| 260 | <bool>false</bool> |
---|
| 261 | </attribute> |
---|
| 262 | </widget> |
---|
| 263 | </item> |
---|
[481ff26] | 264 | </layout> |
---|
| 265 | </widget> |
---|
| 266 | </item> |
---|
| 267 | <item row="1" column="0"> |
---|
[71361f0] | 268 | <layout class="QGridLayout" name="gridLayout_10"> |
---|
| 269 | <item row="0" column="0" rowspan="2"> |
---|
| 270 | <layout class="QGridLayout" name="gridLayout_6"> |
---|
| 271 | <item row="0" column="0"> |
---|
| 272 | <widget class="QGroupBox" name="groupBox_3"> |
---|
| 273 | <property name="title"> |
---|
| 274 | <string>Plot</string> |
---|
| 275 | </property> |
---|
| 276 | <property name="flat"> |
---|
| 277 | <bool>false</bool> |
---|
| 278 | </property> |
---|
| 279 | <property name="checkable"> |
---|
| 280 | <bool>false</bool> |
---|
| 281 | </property> |
---|
| 282 | <layout class="QGridLayout" name="gridLayout_3"> |
---|
| 283 | <item row="0" column="0"> |
---|
| 284 | <widget class="QPushButton" name="cmdNew"> |
---|
| 285 | <property name="text"> |
---|
| 286 | <string>Create New</string> |
---|
| 287 | </property> |
---|
| 288 | </widget> |
---|
| 289 | </item> |
---|
| 290 | <item row="1" column="0"> |
---|
| 291 | <widget class="QPushButton" name="cmdAppend"> |
---|
| 292 | <property name="text"> |
---|
| 293 | <string>Append to</string> |
---|
| 294 | </property> |
---|
| 295 | </widget> |
---|
| 296 | </item> |
---|
| 297 | <item row="1" column="1"> |
---|
| 298 | <widget class="QComboBox" name="cbgraph"> |
---|
| 299 | <property name="sizePolicy"> |
---|
| 300 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 301 | <horstretch>0</horstretch> |
---|
| 302 | <verstretch>0</verstretch> |
---|
| 303 | </sizepolicy> |
---|
| 304 | </property> |
---|
| 305 | <property name="sizeAdjustPolicy"> |
---|
| 306 | <enum>QComboBox::AdjustToContents</enum> |
---|
| 307 | </property> |
---|
| 308 | </widget> |
---|
| 309 | </item> |
---|
| 310 | </layout> |
---|
| 311 | </widget> |
---|
| 312 | </item> |
---|
| 313 | <item row="0" column="1"> |
---|
| 314 | <spacer name="horizontalSpacer_3"> |
---|
| 315 | <property name="orientation"> |
---|
| 316 | <enum>Qt::Horizontal</enum> |
---|
| 317 | </property> |
---|
| 318 | <property name="sizeHint" stdset="0"> |
---|
| 319 | <size> |
---|
| 320 | <width>103</width> |
---|
| 321 | <height>48</height> |
---|
| 322 | </size> |
---|
| 323 | </property> |
---|
| 324 | </spacer> |
---|
| 325 | </item> |
---|
| 326 | </layout> |
---|
[f721030] | 327 | </item> |
---|
[71361f0] | 328 | <item row="1" column="1"> |
---|
[481ff26] | 329 | <widget class="QPushButton" name="cmdHelp"> |
---|
[f721030] | 330 | <property name="text"> |
---|
[481ff26] | 331 | <string>Help</string> |
---|
[f721030] | 332 | </property> |
---|
| 333 | </widget> |
---|
| 334 | </item> |
---|
[481ff26] | 335 | </layout> |
---|
| 336 | </item> |
---|
| 337 | </layout> |
---|
| 338 | </widget> |
---|
| 339 | <widget class="QWidget" name="theoryTab"> |
---|
| 340 | <attribute name="title"> |
---|
| 341 | <string>Theory</string> |
---|
| 342 | </attribute> |
---|
| 343 | <layout class="QGridLayout" name="gridLayout_8"> |
---|
| 344 | <item row="0" column="0"> |
---|
| 345 | <widget class="QGroupBox" name="groupBox_2"> |
---|
| 346 | <property name="title"> |
---|
| 347 | <string>Theory</string> |
---|
| 348 | </property> |
---|
| 349 | <layout class="QGridLayout" name="gridLayout_4"> |
---|
| 350 | <item row="0" column="0"> |
---|
| 351 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
---|
| 352 | <item> |
---|
[ca8b853] | 353 | <widget class="QPushButton" name="cmdFreeze"> |
---|
| 354 | <property name="text"> |
---|
| 355 | <string>Freeze Theory</string> |
---|
| 356 | </property> |
---|
| 357 | </widget> |
---|
| 358 | </item> |
---|
| 359 | <item> |
---|
[481ff26] | 360 | <spacer name="horizontalSpacer_5"> |
---|
| 361 | <property name="orientation"> |
---|
| 362 | <enum>Qt::Horizontal</enum> |
---|
| 363 | </property> |
---|
| 364 | <property name="sizeHint" stdset="0"> |
---|
| 365 | <size> |
---|
[ca8b853] | 366 | <width>218</width> |
---|
[481ff26] | 367 | <height>20</height> |
---|
| 368 | </size> |
---|
| 369 | </property> |
---|
| 370 | </spacer> |
---|
| 371 | </item> |
---|
| 372 | <item> |
---|
| 373 | <widget class="QPushButton" name="cmdDeleteTheory"> |
---|
| 374 | <property name="text"> |
---|
| 375 | <string>Delete</string> |
---|
| 376 | </property> |
---|
| 377 | </widget> |
---|
| 378 | </item> |
---|
| 379 | </layout> |
---|
| 380 | </item> |
---|
| 381 | <item row="1" column="0"> |
---|
| 382 | <widget class="QTreeView" name="freezeView"> |
---|
| 383 | <attribute name="headerVisible"> |
---|
| 384 | <bool>false</bool> |
---|
| 385 | </attribute> |
---|
| 386 | </widget> |
---|
| 387 | </item> |
---|
| 388 | </layout> |
---|
| 389 | </widget> |
---|
| 390 | </item> |
---|
| 391 | <item row="1" column="0"> |
---|
| 392 | <layout class="QGridLayout" name="gridLayout_5"> |
---|
| 393 | <item row="0" column="0"> |
---|
| 394 | <widget class="QGroupBox" name="groupBox_4"> |
---|
| 395 | <property name="title"> |
---|
| 396 | <string>Plot</string> |
---|
[f721030] | 397 | </property> |
---|
[481ff26] | 398 | <layout class="QGridLayout" name="gridLayout_7"> |
---|
| 399 | <item row="0" column="0"> |
---|
| 400 | <widget class="QPushButton" name="cmdNew_2"> |
---|
| 401 | <property name="text"> |
---|
| 402 | <string>Create New</string> |
---|
| 403 | </property> |
---|
| 404 | </widget> |
---|
| 405 | </item> |
---|
| 406 | <item row="1" column="0"> |
---|
| 407 | <widget class="QPushButton" name="cmdAppend_2"> |
---|
| 408 | <property name="text"> |
---|
| 409 | <string>Append to</string> |
---|
| 410 | </property> |
---|
| 411 | </widget> |
---|
| 412 | </item> |
---|
| 413 | <item row="1" column="1"> |
---|
| 414 | <widget class="QComboBox" name="cbgraph_2"> |
---|
| 415 | <property name="sizePolicy"> |
---|
| 416 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 417 | <horstretch>0</horstretch> |
---|
| 418 | <verstretch>0</verstretch> |
---|
| 419 | </sizepolicy> |
---|
| 420 | </property> |
---|
| 421 | <property name="sizeAdjustPolicy"> |
---|
| 422 | <enum>QComboBox::AdjustToContents</enum> |
---|
| 423 | </property> |
---|
| 424 | <item> |
---|
| 425 | <property name="text"> |
---|
| 426 | <string>Graph1</string> |
---|
| 427 | </property> |
---|
| 428 | </item> |
---|
| 429 | </widget> |
---|
| 430 | </item> |
---|
| 431 | </layout> |
---|
[f721030] | 432 | </widget> |
---|
| 433 | </item> |
---|
[481ff26] | 434 | <item row="0" column="1"> |
---|
| 435 | <spacer name="horizontalSpacer_4"> |
---|
| 436 | <property name="orientation"> |
---|
| 437 | <enum>Qt::Horizontal</enum> |
---|
| 438 | </property> |
---|
| 439 | <property name="sizeHint" stdset="0"> |
---|
| 440 | <size> |
---|
| 441 | <width>108</width> |
---|
| 442 | <height>111</height> |
---|
| 443 | </size> |
---|
| 444 | </property> |
---|
| 445 | </spacer> |
---|
| 446 | </item> |
---|
| 447 | <item row="0" column="2" alignment="Qt::AlignBottom"> |
---|
| 448 | <widget class="QPushButton" name="cmdHelp_2"> |
---|
| 449 | <property name="text"> |
---|
| 450 | <string>Help</string> |
---|
[f721030] | 451 | </property> |
---|
| 452 | </widget> |
---|
| 453 | </item> |
---|
| 454 | </layout> |
---|
[481ff26] | 455 | </item> |
---|
| 456 | </layout> |
---|
| 457 | </widget> |
---|
[e540cd2] | 458 | <action name="actionDataInfo"> |
---|
| 459 | <property name="text"> |
---|
| 460 | <string>Data Info</string> |
---|
| 461 | </property> |
---|
| 462 | </action> |
---|
| 463 | <action name="actionSaveAs"> |
---|
| 464 | <property name="text"> |
---|
| 465 | <string>Save As</string> |
---|
| 466 | </property> |
---|
| 467 | </action> |
---|
| 468 | <action name="actionQuickPlot"> |
---|
| 469 | <property name="text"> |
---|
| 470 | <string>Quick Plot</string> |
---|
| 471 | </property> |
---|
| 472 | </action> |
---|
| 473 | <action name="actionQuick3DPlot"> |
---|
| 474 | <property name="text"> |
---|
| 475 | <string>Quick 3DPlot (slow)</string> |
---|
| 476 | </property> |
---|
| 477 | </action> |
---|
| 478 | <action name="actionEditMask"> |
---|
| 479 | <property name="text"> |
---|
| 480 | <string>Edit Mask</string> |
---|
| 481 | </property> |
---|
| 482 | </action> |
---|
[f721030] | 483 | </widget> |
---|
[cd2cc745] | 484 | <resources/> |
---|
[f721030] | 485 | <connections/> |
---|
| 486 | </ui> |
---|