[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> |
---|
[481ff26] | 9 | <width>517</width> |
---|
| 10 | <height>693</height> |
---|
[f721030] | 11 | </rect> |
---|
| 12 | </property> |
---|
[481ff26] | 13 | <property name="sizePolicy"> |
---|
| 14 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
| 15 | <horstretch>0</horstretch> |
---|
| 16 | <verstretch>0</verstretch> |
---|
| 17 | </sizepolicy> |
---|
| 18 | </property> |
---|
[f721030] | 19 | <property name="windowTitle"> |
---|
[481ff26] | 20 | <string>TabWidget</string> |
---|
[f721030] | 21 | </property> |
---|
[481ff26] | 22 | <property name="windowIcon"> |
---|
| 23 | <iconset resource="main_resources.qrc"> |
---|
| 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> |
---|
| 33 | <layout class="QGridLayout" name="gridLayout_6"> |
---|
| 34 | <item row="0" column="0"> |
---|
| 35 | <widget class="QGroupBox" name="groupBox"> |
---|
| 36 | <property name="title"> |
---|
| 37 | <string>Data</string> |
---|
[f721030] | 38 | </property> |
---|
[481ff26] | 39 | <layout class="QGridLayout" name="gridLayout"> |
---|
| 40 | <item row="0" column="0"> |
---|
| 41 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
---|
| 42 | <item> |
---|
| 43 | <widget class="QPushButton" name="cmdLoad"> |
---|
[f721030] | 44 | <property name="text"> |
---|
[481ff26] | 45 | <string>Load</string> |
---|
| 46 | </property> |
---|
| 47 | </widget> |
---|
| 48 | </item> |
---|
| 49 | <item> |
---|
| 50 | <widget class="QComboBox" name="cbSelect"> |
---|
| 51 | <property name="sizePolicy"> |
---|
| 52 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 53 | <horstretch>0</horstretch> |
---|
| 54 | <verstretch>0</verstretch> |
---|
| 55 | </sizepolicy> |
---|
| 56 | </property> |
---|
| 57 | <item> |
---|
| 58 | <property name="text"> |
---|
| 59 | <string>Select all</string> |
---|
| 60 | </property> |
---|
| 61 | </item> |
---|
| 62 | <item> |
---|
| 63 | <property name="text"> |
---|
| 64 | <string>Unselect all</string> |
---|
| 65 | </property> |
---|
| 66 | </item> |
---|
| 67 | <item> |
---|
| 68 | <property name="text"> |
---|
| 69 | <string>Select all 1D</string> |
---|
| 70 | </property> |
---|
| 71 | </item> |
---|
| 72 | <item> |
---|
| 73 | <property name="text"> |
---|
| 74 | <string>Unselect all 1D</string> |
---|
| 75 | </property> |
---|
| 76 | </item> |
---|
| 77 | <item> |
---|
| 78 | <property name="text"> |
---|
| 79 | <string>Select all 2D</string> |
---|
| 80 | </property> |
---|
| 81 | </item> |
---|
| 82 | <item> |
---|
| 83 | <property name="text"> |
---|
| 84 | <string>Unselect all 2D</string> |
---|
| 85 | </property> |
---|
| 86 | </item> |
---|
| 87 | </widget> |
---|
| 88 | </item> |
---|
| 89 | <item> |
---|
| 90 | <spacer name="horizontalSpacer_7"> |
---|
| 91 | <property name="orientation"> |
---|
| 92 | <enum>Qt::Horizontal</enum> |
---|
| 93 | </property> |
---|
| 94 | <property name="sizeHint" stdset="0"> |
---|
| 95 | <size> |
---|
| 96 | <width>128</width> |
---|
| 97 | <height>20</height> |
---|
| 98 | </size> |
---|
[f721030] | 99 | </property> |
---|
[481ff26] | 100 | </spacer> |
---|
| 101 | </item> |
---|
| 102 | <item> |
---|
| 103 | <widget class="QPushButton" name="cmdDeleteData"> |
---|
[f721030] | 104 | <property name="text"> |
---|
[481ff26] | 105 | <string>Delete</string> |
---|
[f721030] | 106 | </property> |
---|
[481ff26] | 107 | </widget> |
---|
| 108 | </item> |
---|
| 109 | </layout> |
---|
| 110 | </item> |
---|
| 111 | <item row="1" column="0"> |
---|
| 112 | <widget class="QTreeView" name="treeView"> |
---|
[e540cd2] | 113 | <property name="contextMenuPolicy"> |
---|
| 114 | <enum>Qt::NoContextMenu</enum> |
---|
| 115 | </property> |
---|
[481ff26] | 116 | <property name="acceptDrops"> |
---|
| 117 | <bool>true</bool> |
---|
| 118 | </property> |
---|
| 119 | <property name="editTriggers"> |
---|
| 120 | <set>QAbstractItemView::NoEditTriggers</set> |
---|
| 121 | </property> |
---|
| 122 | <property name="dragEnabled"> |
---|
| 123 | <bool>true</bool> |
---|
| 124 | </property> |
---|
| 125 | <property name="dragDropOverwriteMode"> |
---|
| 126 | <bool>true</bool> |
---|
| 127 | </property> |
---|
| 128 | <property name="dragDropMode"> |
---|
| 129 | <enum>QAbstractItemView::DropOnly</enum> |
---|
| 130 | </property> |
---|
| 131 | <property name="defaultDropAction"> |
---|
| 132 | <enum>Qt::CopyAction</enum> |
---|
| 133 | </property> |
---|
| 134 | <property name="selectionMode"> |
---|
| 135 | <enum>QAbstractItemView::ExtendedSelection</enum> |
---|
| 136 | </property> |
---|
| 137 | <attribute name="headerVisible"> |
---|
| 138 | <bool>false</bool> |
---|
| 139 | </attribute> |
---|
| 140 | </widget> |
---|
| 141 | </item> |
---|
| 142 | <item row="2" column="0"> |
---|
| 143 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
| 144 | <item> |
---|
| 145 | <spacer name="horizontalSpacer"> |
---|
| 146 | <property name="orientation"> |
---|
| 147 | <enum>Qt::Horizontal</enum> |
---|
| 148 | </property> |
---|
| 149 | <property name="sizeHint" stdset="0"> |
---|
| 150 | <size> |
---|
| 151 | <width>58</width> |
---|
| 152 | <height>20</height> |
---|
| 153 | </size> |
---|
| 154 | </property> |
---|
| 155 | </spacer> |
---|
| 156 | </item> |
---|
| 157 | <item> |
---|
| 158 | <widget class="QToolButton" name="cmdSendTo"> |
---|
| 159 | <property name="text"> |
---|
| 160 | <string>...</string> |
---|
| 161 | </property> |
---|
| 162 | <property name="icon"> |
---|
| 163 | <iconset resource="main_resources.qrc"> |
---|
| 164 | <normaloff>:/res/file_send-128.png</normaloff>:/res/file_send-128.png</iconset> |
---|
| 165 | </property> |
---|
| 166 | <property name="iconSize"> |
---|
| 167 | <size> |
---|
| 168 | <width>32</width> |
---|
| 169 | <height>32</height> |
---|
| 170 | </size> |
---|
| 171 | </property> |
---|
| 172 | </widget> |
---|
| 173 | </item> |
---|
| 174 | <item> |
---|
| 175 | <widget class="QComboBox" name="cbFitting"> |
---|
| 176 | <property name="sizePolicy"> |
---|
| 177 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 178 | <horstretch>0</horstretch> |
---|
| 179 | <verstretch>0</verstretch> |
---|
| 180 | </sizepolicy> |
---|
| 181 | </property> |
---|
| 182 | <property name="sizeAdjustPolicy"> |
---|
| 183 | <enum>QComboBox::AdjustToContents</enum> |
---|
| 184 | </property> |
---|
| 185 | <item> |
---|
| 186 | <property name="text"> |
---|
| 187 | <string>Fitting</string> |
---|
| 188 | </property> |
---|
| 189 | </item> |
---|
| 190 | <item> |
---|
| 191 | <property name="text"> |
---|
| 192 | <string>Pr inversion</string> |
---|
| 193 | </property> |
---|
| 194 | </item> |
---|
| 195 | <item> |
---|
| 196 | <property name="text"> |
---|
| 197 | <string>Invariant</string> |
---|
| 198 | </property> |
---|
| 199 | </item> |
---|
| 200 | </widget> |
---|
| 201 | </item> |
---|
| 202 | <item> |
---|
| 203 | <widget class="QCheckBox" name="chkBatch"> |
---|
| 204 | <property name="text"> |
---|
| 205 | <string>Batch mode</string> |
---|
| 206 | </property> |
---|
| 207 | </widget> |
---|
| 208 | </item> |
---|
| 209 | </layout> |
---|
| 210 | </item> |
---|
| 211 | </layout> |
---|
| 212 | </widget> |
---|
| 213 | </item> |
---|
| 214 | <item row="1" column="0"> |
---|
[f721030] | 215 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
[481ff26] | 216 | <item row="0" column="0"> |
---|
| 217 | <widget class="QGroupBox" name="groupBox_3"> |
---|
| 218 | <property name="title"> |
---|
| 219 | <string>Plot</string> |
---|
[f721030] | 220 | </property> |
---|
[481ff26] | 221 | <layout class="QGridLayout" name="gridLayout_3"> |
---|
| 222 | <item row="0" column="0"> |
---|
| 223 | <widget class="QPushButton" name="cmdNew"> |
---|
| 224 | <property name="text"> |
---|
| 225 | <string>Create New</string> |
---|
| 226 | </property> |
---|
| 227 | </widget> |
---|
| 228 | </item> |
---|
| 229 | <item row="1" column="0"> |
---|
| 230 | <widget class="QPushButton" name="cmdAppend"> |
---|
| 231 | <property name="text"> |
---|
| 232 | <string>Append to</string> |
---|
| 233 | </property> |
---|
| 234 | </widget> |
---|
| 235 | </item> |
---|
| 236 | <item row="1" column="1"> |
---|
| 237 | <widget class="QComboBox" name="cbgraph"> |
---|
| 238 | <property name="sizePolicy"> |
---|
| 239 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 240 | <horstretch>0</horstretch> |
---|
| 241 | <verstretch>0</verstretch> |
---|
| 242 | </sizepolicy> |
---|
| 243 | </property> |
---|
| 244 | <property name="sizeAdjustPolicy"> |
---|
| 245 | <enum>QComboBox::AdjustToContents</enum> |
---|
| 246 | </property> |
---|
| 247 | </widget> |
---|
| 248 | </item> |
---|
| 249 | </layout> |
---|
[f721030] | 250 | </widget> |
---|
| 251 | </item> |
---|
[481ff26] | 252 | <item row="0" column="1"> |
---|
| 253 | <spacer name="horizontalSpacer_3"> |
---|
[f721030] | 254 | <property name="orientation"> |
---|
[481ff26] | 255 | <enum>Qt::Horizontal</enum> |
---|
[f721030] | 256 | </property> |
---|
| 257 | <property name="sizeHint" stdset="0"> |
---|
| 258 | <size> |
---|
[481ff26] | 259 | <width>108</width> |
---|
| 260 | <height>111</height> |
---|
[f721030] | 261 | </size> |
---|
| 262 | </property> |
---|
| 263 | </spacer> |
---|
| 264 | </item> |
---|
[481ff26] | 265 | <item row="0" column="2" alignment="Qt::AlignBottom"> |
---|
| 266 | <widget class="QPushButton" name="cmdHelp"> |
---|
[f721030] | 267 | <property name="text"> |
---|
[481ff26] | 268 | <string>Help</string> |
---|
[f721030] | 269 | </property> |
---|
| 270 | </widget> |
---|
| 271 | </item> |
---|
[481ff26] | 272 | </layout> |
---|
| 273 | </item> |
---|
| 274 | </layout> |
---|
| 275 | </widget> |
---|
| 276 | <widget class="QWidget" name="theoryTab"> |
---|
| 277 | <attribute name="title"> |
---|
| 278 | <string>Theory</string> |
---|
| 279 | </attribute> |
---|
| 280 | <layout class="QGridLayout" name="gridLayout_8"> |
---|
| 281 | <item row="0" column="0"> |
---|
| 282 | <widget class="QGroupBox" name="groupBox_2"> |
---|
| 283 | <property name="title"> |
---|
| 284 | <string>Theory</string> |
---|
| 285 | </property> |
---|
| 286 | <layout class="QGridLayout" name="gridLayout_4"> |
---|
| 287 | <item row="0" column="0"> |
---|
| 288 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
---|
| 289 | <item> |
---|
[ca8b853] | 290 | <widget class="QPushButton" name="cmdFreeze"> |
---|
| 291 | <property name="text"> |
---|
| 292 | <string>Freeze Theory</string> |
---|
| 293 | </property> |
---|
| 294 | </widget> |
---|
| 295 | </item> |
---|
| 296 | <item> |
---|
[481ff26] | 297 | <spacer name="horizontalSpacer_5"> |
---|
| 298 | <property name="orientation"> |
---|
| 299 | <enum>Qt::Horizontal</enum> |
---|
| 300 | </property> |
---|
| 301 | <property name="sizeHint" stdset="0"> |
---|
| 302 | <size> |
---|
[ca8b853] | 303 | <width>218</width> |
---|
[481ff26] | 304 | <height>20</height> |
---|
| 305 | </size> |
---|
| 306 | </property> |
---|
| 307 | </spacer> |
---|
| 308 | </item> |
---|
| 309 | <item> |
---|
| 310 | <widget class="QPushButton" name="cmdDeleteTheory"> |
---|
| 311 | <property name="text"> |
---|
| 312 | <string>Delete</string> |
---|
| 313 | </property> |
---|
| 314 | </widget> |
---|
| 315 | </item> |
---|
| 316 | </layout> |
---|
| 317 | </item> |
---|
| 318 | <item row="1" column="0"> |
---|
| 319 | <widget class="QTreeView" name="freezeView"> |
---|
| 320 | <attribute name="headerVisible"> |
---|
| 321 | <bool>false</bool> |
---|
| 322 | </attribute> |
---|
| 323 | </widget> |
---|
| 324 | </item> |
---|
| 325 | </layout> |
---|
| 326 | </widget> |
---|
| 327 | </item> |
---|
| 328 | <item row="1" column="0"> |
---|
| 329 | <layout class="QGridLayout" name="gridLayout_5"> |
---|
| 330 | <item row="0" column="0"> |
---|
| 331 | <widget class="QGroupBox" name="groupBox_4"> |
---|
| 332 | <property name="title"> |
---|
| 333 | <string>Plot</string> |
---|
[f721030] | 334 | </property> |
---|
[481ff26] | 335 | <layout class="QGridLayout" name="gridLayout_7"> |
---|
| 336 | <item row="0" column="0"> |
---|
| 337 | <widget class="QPushButton" name="cmdNew_2"> |
---|
| 338 | <property name="text"> |
---|
| 339 | <string>Create New</string> |
---|
| 340 | </property> |
---|
| 341 | </widget> |
---|
| 342 | </item> |
---|
| 343 | <item row="1" column="0"> |
---|
| 344 | <widget class="QPushButton" name="cmdAppend_2"> |
---|
| 345 | <property name="text"> |
---|
| 346 | <string>Append to</string> |
---|
| 347 | </property> |
---|
| 348 | </widget> |
---|
| 349 | </item> |
---|
| 350 | <item row="1" column="1"> |
---|
| 351 | <widget class="QComboBox" name="cbgraph_2"> |
---|
| 352 | <property name="sizePolicy"> |
---|
| 353 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
---|
| 354 | <horstretch>0</horstretch> |
---|
| 355 | <verstretch>0</verstretch> |
---|
| 356 | </sizepolicy> |
---|
| 357 | </property> |
---|
| 358 | <property name="sizeAdjustPolicy"> |
---|
| 359 | <enum>QComboBox::AdjustToContents</enum> |
---|
| 360 | </property> |
---|
| 361 | <item> |
---|
| 362 | <property name="text"> |
---|
| 363 | <string>Graph1</string> |
---|
| 364 | </property> |
---|
| 365 | </item> |
---|
| 366 | </widget> |
---|
| 367 | </item> |
---|
| 368 | </layout> |
---|
[f721030] | 369 | </widget> |
---|
| 370 | </item> |
---|
[481ff26] | 371 | <item row="0" column="1"> |
---|
| 372 | <spacer name="horizontalSpacer_4"> |
---|
| 373 | <property name="orientation"> |
---|
| 374 | <enum>Qt::Horizontal</enum> |
---|
| 375 | </property> |
---|
| 376 | <property name="sizeHint" stdset="0"> |
---|
| 377 | <size> |
---|
| 378 | <width>108</width> |
---|
| 379 | <height>111</height> |
---|
| 380 | </size> |
---|
| 381 | </property> |
---|
| 382 | </spacer> |
---|
| 383 | </item> |
---|
| 384 | <item row="0" column="2" alignment="Qt::AlignBottom"> |
---|
| 385 | <widget class="QPushButton" name="cmdHelp_2"> |
---|
| 386 | <property name="text"> |
---|
| 387 | <string>Help</string> |
---|
[f721030] | 388 | </property> |
---|
| 389 | </widget> |
---|
| 390 | </item> |
---|
| 391 | </layout> |
---|
[481ff26] | 392 | </item> |
---|
| 393 | </layout> |
---|
| 394 | </widget> |
---|
[e540cd2] | 395 | <action name="actionDataInfo"> |
---|
| 396 | <property name="text"> |
---|
| 397 | <string>Data Info</string> |
---|
| 398 | </property> |
---|
| 399 | </action> |
---|
| 400 | <action name="actionSaveAs"> |
---|
| 401 | <property name="text"> |
---|
| 402 | <string>Save As</string> |
---|
| 403 | </property> |
---|
| 404 | </action> |
---|
| 405 | <action name="actionQuickPlot"> |
---|
| 406 | <property name="text"> |
---|
| 407 | <string>Quick Plot</string> |
---|
| 408 | </property> |
---|
| 409 | </action> |
---|
| 410 | <action name="actionQuick3DPlot"> |
---|
| 411 | <property name="text"> |
---|
| 412 | <string>Quick 3DPlot (slow)</string> |
---|
| 413 | </property> |
---|
| 414 | </action> |
---|
| 415 | <action name="actionEditMask"> |
---|
| 416 | <property name="text"> |
---|
| 417 | <string>Edit Mask</string> |
---|
| 418 | </property> |
---|
| 419 | </action> |
---|
[f721030] | 420 | </widget> |
---|
[481ff26] | 421 | <resources> |
---|
| 422 | <include location="main_resources.qrc"/> |
---|
| 423 | </resources> |
---|
[f721030] | 424 | <connections/> |
---|
| 425 | </ui> |
---|