[f721030] | 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>915</width> |
---|
[e540cd2] | 10 | <height>527</height> |
---|
[f721030] | 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="windowTitle"> |
---|
| 14 | <string>MainWindow</string> |
---|
| 15 | </property> |
---|
| 16 | <property name="windowIcon"> |
---|
| 17 | <iconset resource="main_resources.qrc"> |
---|
| 18 | <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> |
---|
| 19 | </property> |
---|
| 20 | <widget class="QWidget" name="centralwidget"/> |
---|
| 21 | <widget class="QMenuBar" name="menubar"> |
---|
| 22 | <property name="geometry"> |
---|
| 23 | <rect> |
---|
| 24 | <x>0</x> |
---|
| 25 | <y>0</y> |
---|
| 26 | <width>915</width> |
---|
[363fbfa] | 27 | <height>25</height> |
---|
[f721030] | 28 | </rect> |
---|
| 29 | </property> |
---|
| 30 | <widget class="QMenu" name="menu_File"> |
---|
| 31 | <property name="title"> |
---|
| 32 | <string>&File</string> |
---|
| 33 | </property> |
---|
| 34 | <addaction name="actionLoadData"/> |
---|
| 35 | <addaction name="actionLoad_Data_Folder"/> |
---|
| 36 | <addaction name="separator"/> |
---|
| 37 | <addaction name="actionOpen_Project"/> |
---|
| 38 | <addaction name="actionOpen_Analysis"/> |
---|
| 39 | <addaction name="separator"/> |
---|
| 40 | <addaction name="actionSave"/> |
---|
| 41 | <addaction name="actionSave_Analysis"/> |
---|
| 42 | <addaction name="separator"/> |
---|
| 43 | <addaction name="actionQuit"/> |
---|
| 44 | </widget> |
---|
| 45 | <widget class="QMenu" name="menuEdit"> |
---|
| 46 | <property name="title"> |
---|
| 47 | <string>Edit</string> |
---|
| 48 | </property> |
---|
| 49 | <widget class="QMenu" name="menuCopy_Params_As"> |
---|
| 50 | <property name="title"> |
---|
| 51 | <string>Copy Params To Format...</string> |
---|
| 52 | </property> |
---|
| 53 | <addaction name="actionExcel"/> |
---|
| 54 | <addaction name="actionLatex"/> |
---|
| 55 | </widget> |
---|
| 56 | <addaction name="actionUndo"/> |
---|
| 57 | <addaction name="actionRedo"/> |
---|
| 58 | <addaction name="separator"/> |
---|
| 59 | <addaction name="actionCopy"/> |
---|
| 60 | <addaction name="actionPaste"/> |
---|
| 61 | <addaction name="separator"/> |
---|
| 62 | <addaction name="menuCopy_Params_As"/> |
---|
| 63 | <addaction name="separator"/> |
---|
| 64 | <addaction name="actionReport"/> |
---|
| 65 | <addaction name="actionReset"/> |
---|
| 66 | </widget> |
---|
| 67 | <widget class="QMenu" name="menuView"> |
---|
| 68 | <property name="title"> |
---|
| 69 | <string>View</string> |
---|
| 70 | </property> |
---|
| 71 | <addaction name="actionShow_Grid_Window"/> |
---|
| 72 | <addaction name="separator"/> |
---|
| 73 | <addaction name="actionHide_Toolbar"/> |
---|
| 74 | <addaction name="separator"/> |
---|
| 75 | <addaction name="actionStartup_Settings"/> |
---|
| 76 | <addaction name="separator"/> |
---|
| 77 | <addaction name="actionCategry_Manager"/> |
---|
| 78 | </widget> |
---|
| 79 | <widget class="QMenu" name="menuTool"> |
---|
| 80 | <property name="title"> |
---|
| 81 | <string>Tool</string> |
---|
| 82 | </property> |
---|
| 83 | <addaction name="actionData_Operation"/> |
---|
[363fbfa] | 84 | <addaction name="separator"/> |
---|
[f721030] | 85 | <addaction name="actionSLD_Calculator"/> |
---|
| 86 | <addaction name="actionDensity_Volume_Calculator"/> |
---|
| 87 | <addaction name="actionSlit_Size_Calculator"/> |
---|
[363fbfa] | 88 | <addaction name="actionKeissig_Calculator"/> |
---|
[f721030] | 89 | <addaction name="actionSAS_Resolution_Estimator"/> |
---|
| 90 | <addaction name="actionGeneric_Scattering_Calculator"/> |
---|
| 91 | <addaction name="separator"/> |
---|
| 92 | <addaction name="actionPython_Shell_Editor"/> |
---|
| 93 | <addaction name="actionImage_Viewer"/> |
---|
| 94 | </widget> |
---|
| 95 | <widget class="QMenu" name="menuFitting"> |
---|
| 96 | <property name="title"> |
---|
| 97 | <string>Fitting</string> |
---|
| 98 | </property> |
---|
| 99 | <addaction name="actionNew_Fit_Page"/> |
---|
| 100 | <addaction name="separator"/> |
---|
| 101 | <addaction name="actionConstrained_Fit"/> |
---|
| 102 | <addaction name="actionCombine_Batch_Fit"/> |
---|
| 103 | <addaction name="separator"/> |
---|
| 104 | <addaction name="actionFit_Options"/> |
---|
| 105 | <addaction name="actionFit_Results"/> |
---|
| 106 | <addaction name="separator"/> |
---|
| 107 | <addaction name="actionChain_Fitting"/> |
---|
| 108 | <addaction name="separator"/> |
---|
| 109 | <addaction name="actionEdit_Custom_Model"/> |
---|
| 110 | </widget> |
---|
| 111 | <widget class="QMenu" name="menuWindow"> |
---|
| 112 | <property name="title"> |
---|
| 113 | <string>Window</string> |
---|
| 114 | </property> |
---|
| 115 | <addaction name="actionCascade"/> |
---|
[e540cd2] | 116 | <addaction name="actionTile"/> |
---|
[f721030] | 117 | <addaction name="separator"/> |
---|
| 118 | <addaction name="actionArrange_Icons"/> |
---|
| 119 | <addaction name="actionNext"/> |
---|
| 120 | <addaction name="actionPrevious"/> |
---|
| 121 | <addaction name="separator"/> |
---|
| 122 | </widget> |
---|
| 123 | <widget class="QMenu" name="menuAnalysis"> |
---|
| 124 | <property name="title"> |
---|
| 125 | <string>Analysis</string> |
---|
| 126 | </property> |
---|
| 127 | <addaction name="actionFitting"/> |
---|
| 128 | <addaction name="actionInversion"/> |
---|
| 129 | <addaction name="actionInvariant"/> |
---|
| 130 | </widget> |
---|
| 131 | <widget class="QMenu" name="menuHelp"> |
---|
| 132 | <property name="title"> |
---|
| 133 | <string>Help</string> |
---|
| 134 | </property> |
---|
| 135 | <addaction name="actionDocumentation"/> |
---|
| 136 | <addaction name="separator"/> |
---|
| 137 | <addaction name="actionTutorial"/> |
---|
| 138 | <addaction name="separator"/> |
---|
| 139 | <addaction name="actionAcknowledge"/> |
---|
| 140 | <addaction name="separator"/> |
---|
| 141 | <addaction name="actionAbout"/> |
---|
| 142 | <addaction name="actionCheck_for_update"/> |
---|
| 143 | </widget> |
---|
| 144 | <addaction name="menu_File"/> |
---|
| 145 | <addaction name="menuEdit"/> |
---|
| 146 | <addaction name="menuView"/> |
---|
| 147 | <addaction name="menuTool"/> |
---|
| 148 | <addaction name="menuAnalysis"/> |
---|
| 149 | <addaction name="menuFitting"/> |
---|
| 150 | <addaction name="menuWindow"/> |
---|
| 151 | <addaction name="menuHelp"/> |
---|
| 152 | </widget> |
---|
[0cd8612] | 153 | <widget class="QStatusBar" name="statusbar"> |
---|
| 154 | <property name="sizePolicy"> |
---|
| 155 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
---|
| 156 | <horstretch>0</horstretch> |
---|
| 157 | <verstretch>0</verstretch> |
---|
| 158 | </sizepolicy> |
---|
| 159 | </property> |
---|
| 160 | </widget> |
---|
[f721030] | 161 | <widget class="QToolBar" name="toolBar"> |
---|
| 162 | <property name="windowTitle"> |
---|
| 163 | <string>toolBar</string> |
---|
| 164 | </property> |
---|
| 165 | <attribute name="toolBarArea"> |
---|
| 166 | <enum>TopToolBarArea</enum> |
---|
| 167 | </attribute> |
---|
| 168 | <attribute name="toolBarBreak"> |
---|
| 169 | <bool>false</bool> |
---|
| 170 | </attribute> |
---|
| 171 | <addaction name="actionReset"/> |
---|
| 172 | <addaction name="actionSave"/> |
---|
| 173 | <addaction name="actionReport"/> |
---|
| 174 | <addaction name="actionUndo"/> |
---|
| 175 | <addaction name="actionRedo"/> |
---|
| 176 | <addaction name="actionCopy"/> |
---|
| 177 | <addaction name="actionPaste"/> |
---|
| 178 | <addaction name="actionBookmarks"/> |
---|
| 179 | </widget> |
---|
| 180 | <action name="actionReset"> |
---|
| 181 | <property name="icon"> |
---|
| 182 | <iconset resource="main_resources.qrc"> |
---|
| 183 | <normaloff>:/res/reset.png</normaloff>:/res/reset.png</iconset> |
---|
| 184 | </property> |
---|
| 185 | <property name="text"> |
---|
| 186 | <string>Reset Page</string> |
---|
| 187 | </property> |
---|
| 188 | <property name="toolTip"> |
---|
| 189 | <string>Reset</string> |
---|
| 190 | </property> |
---|
| 191 | </action> |
---|
| 192 | <action name="actionSave"> |
---|
| 193 | <property name="icon"> |
---|
| 194 | <iconset resource="main_resources.qrc"> |
---|
| 195 | <normaloff>:/res/save.png</normaloff>:/res/save.png</iconset> |
---|
| 196 | </property> |
---|
| 197 | <property name="text"> |
---|
| 198 | <string>Save Project</string> |
---|
| 199 | </property> |
---|
| 200 | <property name="toolTip"> |
---|
| 201 | <string>Save</string> |
---|
| 202 | </property> |
---|
| 203 | </action> |
---|
| 204 | <action name="actionReport"> |
---|
| 205 | <property name="icon"> |
---|
| 206 | <iconset resource="main_resources.qrc"> |
---|
| 207 | <normaloff>:/res/report.png</normaloff>:/res/report.png</iconset> |
---|
| 208 | </property> |
---|
| 209 | <property name="text"> |
---|
| 210 | <string>Report Results</string> |
---|
| 211 | </property> |
---|
| 212 | <property name="toolTip"> |
---|
| 213 | <string>report</string> |
---|
| 214 | </property> |
---|
| 215 | </action> |
---|
| 216 | <action name="actionUndo"> |
---|
| 217 | <property name="icon"> |
---|
| 218 | <iconset resource="main_resources.qrc"> |
---|
| 219 | <normaloff>:/res/undo.png</normaloff> |
---|
| 220 | <normalon>res/undo.png</normalon>:/res/undo.png</iconset> |
---|
| 221 | </property> |
---|
| 222 | <property name="text"> |
---|
| 223 | <string>Undo</string> |
---|
| 224 | </property> |
---|
| 225 | </action> |
---|
| 226 | <action name="actionRedo"> |
---|
| 227 | <property name="icon"> |
---|
| 228 | <iconset resource="main_resources.qrc"> |
---|
| 229 | <normaloff>:/res/redo.png</normaloff>:/res/redo.png</iconset> |
---|
| 230 | </property> |
---|
| 231 | <property name="text"> |
---|
| 232 | <string>Redo</string> |
---|
| 233 | </property> |
---|
| 234 | <property name="toolTip"> |
---|
| 235 | <string>Redo</string> |
---|
| 236 | </property> |
---|
| 237 | </action> |
---|
| 238 | <action name="actionCopy"> |
---|
| 239 | <property name="icon"> |
---|
| 240 | <iconset resource="main_resources.qrc"> |
---|
| 241 | <normaloff>:/res/copy.png</normaloff>:/res/copy.png</iconset> |
---|
| 242 | </property> |
---|
| 243 | <property name="text"> |
---|
| 244 | <string>Copy Params</string> |
---|
| 245 | </property> |
---|
| 246 | <property name="toolTip"> |
---|
| 247 | <string>Copy parameter values</string> |
---|
| 248 | </property> |
---|
| 249 | </action> |
---|
| 250 | <action name="actionPaste"> |
---|
| 251 | <property name="icon"> |
---|
| 252 | <iconset resource="main_resources.qrc"> |
---|
| 253 | <normaloff>:/res/paste.png</normaloff>:/res/paste.png</iconset> |
---|
| 254 | </property> |
---|
| 255 | <property name="text"> |
---|
| 256 | <string>Paste Params</string> |
---|
| 257 | </property> |
---|
| 258 | <property name="toolTip"> |
---|
| 259 | <string>Paste parameter values</string> |
---|
| 260 | </property> |
---|
| 261 | </action> |
---|
| 262 | <action name="actionBookmarks"> |
---|
| 263 | <property name="checkable"> |
---|
| 264 | <bool>true</bool> |
---|
| 265 | </property> |
---|
| 266 | <property name="icon"> |
---|
| 267 | <iconset resource="main_resources.qrc"> |
---|
| 268 | <normaloff>:/res/bookmark.png</normaloff>:/res/bookmark.png</iconset> |
---|
| 269 | </property> |
---|
| 270 | <property name="text"> |
---|
| 271 | <string>Bookmarks</string> |
---|
| 272 | </property> |
---|
| 273 | </action> |
---|
| 274 | <action name="actionPerspective"> |
---|
| 275 | <property name="text"> |
---|
| 276 | <string>Perspective</string> |
---|
| 277 | </property> |
---|
| 278 | </action> |
---|
| 279 | <action name="actionLoadData"> |
---|
| 280 | <property name="text"> |
---|
| 281 | <string>Load Data File(s)</string> |
---|
| 282 | </property> |
---|
| 283 | </action> |
---|
| 284 | <action name="actionLoad_Data_Folder"> |
---|
| 285 | <property name="text"> |
---|
| 286 | <string>Load Data Folder</string> |
---|
| 287 | </property> |
---|
| 288 | </action> |
---|
| 289 | <action name="actionOpen_Project"> |
---|
| 290 | <property name="text"> |
---|
| 291 | <string>Open Project</string> |
---|
| 292 | </property> |
---|
| 293 | </action> |
---|
| 294 | <action name="actionOpen_Analysis"> |
---|
| 295 | <property name="text"> |
---|
| 296 | <string>Open Analysis</string> |
---|
| 297 | </property> |
---|
| 298 | </action> |
---|
| 299 | <action name="actionSave_Analysis"> |
---|
| 300 | <property name="text"> |
---|
| 301 | <string>Save Analysis</string> |
---|
| 302 | </property> |
---|
| 303 | </action> |
---|
| 304 | <action name="actionQuit"> |
---|
| 305 | <property name="text"> |
---|
| 306 | <string>Quit</string> |
---|
| 307 | </property> |
---|
| 308 | </action> |
---|
| 309 | <action name="actionShow_Grid_Window"> |
---|
| 310 | <property name="text"> |
---|
| 311 | <string>Show Grid Window</string> |
---|
| 312 | </property> |
---|
| 313 | </action> |
---|
| 314 | <action name="actionHide_Toolbar"> |
---|
| 315 | <property name="text"> |
---|
| 316 | <string>Hide Toolbar</string> |
---|
| 317 | </property> |
---|
| 318 | </action> |
---|
| 319 | <action name="actionStartup_Settings"> |
---|
| 320 | <property name="text"> |
---|
| 321 | <string>Startup Settings</string> |
---|
| 322 | </property> |
---|
| 323 | </action> |
---|
| 324 | <action name="actionCategry_Manager"> |
---|
| 325 | <property name="text"> |
---|
| 326 | <string>Categry Manager</string> |
---|
| 327 | </property> |
---|
| 328 | </action> |
---|
| 329 | <action name="actionData_Operation"> |
---|
| 330 | <property name="text"> |
---|
| 331 | <string>Data Operation</string> |
---|
| 332 | </property> |
---|
| 333 | </action> |
---|
| 334 | <action name="actionSLD_Calculator"> |
---|
| 335 | <property name="text"> |
---|
| 336 | <string>SLD Calculator</string> |
---|
| 337 | </property> |
---|
| 338 | </action> |
---|
| 339 | <action name="actionDensity_Volume_Calculator"> |
---|
| 340 | <property name="text"> |
---|
| 341 | <string>Density/Volume Calculator</string> |
---|
| 342 | </property> |
---|
| 343 | </action> |
---|
| 344 | <action name="actionSlit_Size_Calculator"> |
---|
| 345 | <property name="text"> |
---|
| 346 | <string>Slit Size Calculator</string> |
---|
| 347 | </property> |
---|
| 348 | </action> |
---|
| 349 | <action name="actionSAS_Resolution_Estimator"> |
---|
| 350 | <property name="text"> |
---|
| 351 | <string>SAS Resolution Estimator</string> |
---|
| 352 | </property> |
---|
| 353 | </action> |
---|
| 354 | <action name="actionGeneric_Scattering_Calculator"> |
---|
| 355 | <property name="text"> |
---|
| 356 | <string>Generic Scattering Calculator</string> |
---|
| 357 | </property> |
---|
| 358 | </action> |
---|
| 359 | <action name="actionPython_Shell_Editor"> |
---|
| 360 | <property name="text"> |
---|
| 361 | <string>Python Shell/Editor</string> |
---|
| 362 | </property> |
---|
| 363 | </action> |
---|
| 364 | <action name="actionImage_Viewer"> |
---|
| 365 | <property name="text"> |
---|
| 366 | <string>Image Viewer</string> |
---|
| 367 | </property> |
---|
| 368 | </action> |
---|
| 369 | <action name="actionNew_Fit_Page"> |
---|
| 370 | <property name="text"> |
---|
| 371 | <string>New Fit Page</string> |
---|
| 372 | </property> |
---|
| 373 | </action> |
---|
| 374 | <action name="actionConstrained_Fit"> |
---|
| 375 | <property name="text"> |
---|
| 376 | <string>Constrained or Simultaneous Fit</string> |
---|
| 377 | </property> |
---|
| 378 | </action> |
---|
| 379 | <action name="actionCombine_Batch_Fit"> |
---|
| 380 | <property name="text"> |
---|
| 381 | <string>Combine Batch Fit</string> |
---|
| 382 | </property> |
---|
| 383 | </action> |
---|
| 384 | <action name="actionFit_Options"> |
---|
| 385 | <property name="text"> |
---|
| 386 | <string>Fit Options</string> |
---|
| 387 | </property> |
---|
| 388 | </action> |
---|
| 389 | <action name="actionFit_Results"> |
---|
| 390 | <property name="text"> |
---|
| 391 | <string>Fit Results</string> |
---|
| 392 | </property> |
---|
| 393 | </action> |
---|
| 394 | <action name="actionChain_Fitting"> |
---|
| 395 | <property name="text"> |
---|
| 396 | <string>Chain Fitting (BatchFit only)</string> |
---|
| 397 | </property> |
---|
| 398 | </action> |
---|
| 399 | <action name="actionEdit_Custom_Model"> |
---|
| 400 | <property name="text"> |
---|
| 401 | <string>Edit Custom Model</string> |
---|
| 402 | </property> |
---|
| 403 | </action> |
---|
| 404 | <action name="actionCascade"> |
---|
| 405 | <property name="text"> |
---|
| 406 | <string>Cascade</string> |
---|
| 407 | </property> |
---|
| 408 | </action> |
---|
[e540cd2] | 409 | <action name="actionTile"> |
---|
[f721030] | 410 | <property name="text"> |
---|
[e540cd2] | 411 | <string>Tile</string> |
---|
[f721030] | 412 | </property> |
---|
| 413 | </action> |
---|
| 414 | <action name="actionTile_Vertically"> |
---|
| 415 | <property name="text"> |
---|
| 416 | <string>Tile Vertically</string> |
---|
| 417 | </property> |
---|
| 418 | </action> |
---|
| 419 | <action name="actionArrange_Icons"> |
---|
| 420 | <property name="text"> |
---|
| 421 | <string>Arrange Icons</string> |
---|
| 422 | </property> |
---|
| 423 | </action> |
---|
| 424 | <action name="actionNext"> |
---|
| 425 | <property name="text"> |
---|
| 426 | <string>Next</string> |
---|
| 427 | </property> |
---|
| 428 | </action> |
---|
| 429 | <action name="actionPrevious"> |
---|
| 430 | <property name="text"> |
---|
| 431 | <string>Previous</string> |
---|
| 432 | </property> |
---|
| 433 | </action> |
---|
| 434 | <action name="actionFitting"> |
---|
| 435 | <property name="checkable"> |
---|
| 436 | <bool>true</bool> |
---|
| 437 | </property> |
---|
| 438 | <property name="text"> |
---|
| 439 | <string>Fitting</string> |
---|
| 440 | </property> |
---|
| 441 | </action> |
---|
| 442 | <action name="actionInversion"> |
---|
| 443 | <property name="checkable"> |
---|
| 444 | <bool>true</bool> |
---|
| 445 | </property> |
---|
| 446 | <property name="text"> |
---|
| 447 | <string>Pr Inversion</string> |
---|
| 448 | </property> |
---|
| 449 | </action> |
---|
| 450 | <action name="actionInvariant"> |
---|
| 451 | <property name="checkable"> |
---|
| 452 | <bool>true</bool> |
---|
| 453 | </property> |
---|
| 454 | <property name="text"> |
---|
| 455 | <string>Invariant</string> |
---|
| 456 | </property> |
---|
| 457 | </action> |
---|
| 458 | <action name="actionDocumentation"> |
---|
| 459 | <property name="text"> |
---|
| 460 | <string>Documentation</string> |
---|
| 461 | </property> |
---|
| 462 | </action> |
---|
| 463 | <action name="actionTutorial"> |
---|
| 464 | <property name="text"> |
---|
| 465 | <string>Tutorial</string> |
---|
| 466 | </property> |
---|
| 467 | </action> |
---|
| 468 | <action name="actionAcknowledge"> |
---|
| 469 | <property name="text"> |
---|
| 470 | <string>Acknowledge</string> |
---|
| 471 | </property> |
---|
| 472 | </action> |
---|
| 473 | <action name="actionAbout"> |
---|
| 474 | <property name="text"> |
---|
| 475 | <string>About</string> |
---|
| 476 | </property> |
---|
| 477 | </action> |
---|
| 478 | <action name="actionCheck_for_update"> |
---|
| 479 | <property name="text"> |
---|
| 480 | <string>Check for update</string> |
---|
| 481 | </property> |
---|
| 482 | </action> |
---|
| 483 | <action name="actionExcel"> |
---|
| 484 | <property name="text"> |
---|
| 485 | <string>Excel</string> |
---|
| 486 | </property> |
---|
| 487 | </action> |
---|
| 488 | <action name="actionLatex"> |
---|
| 489 | <property name="text"> |
---|
| 490 | <string>Latex</string> |
---|
| 491 | </property> |
---|
| 492 | </action> |
---|
[363fbfa] | 493 | <action name="actionKeissig_Calculator"> |
---|
| 494 | <property name="text"> |
---|
| 495 | <string>Kiessig Thickness Calculator</string> |
---|
| 496 | </property> |
---|
| 497 | </action> |
---|
[f721030] | 498 | </widget> |
---|
| 499 | <resources> |
---|
| 500 | <include location="main_resources.qrc"/> |
---|
| 501 | </resources> |
---|
| 502 | <connections/> |
---|
| 503 | </ui> |
---|