[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> |
---|
[2b39fea] | 10 | <height>607</height> |
---|
[f721030] | 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="windowTitle"> |
---|
| 14 | <string>MainWindow</string> |
---|
| 15 | </property> |
---|
| 16 | <property name="windowIcon"> |
---|
[cd2cc745] | 17 | <iconset> |
---|
[f721030] | 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> |
---|
[d3ee425] | 27 | <height>26</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"/> |
---|
[3d18691] | 77 | <addaction name="actionCategory_Manager"/> |
---|
[f721030] | 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"/> |
---|
[aa1db44] | 93 | <addaction name="actionOrientation_Viewer"/> |
---|
[f721030] | 94 | <addaction name="actionImage_Viewer"/> |
---|
| 95 | </widget> |
---|
| 96 | <widget class="QMenu" name="menuFitting"> |
---|
| 97 | <property name="title"> |
---|
| 98 | <string>Fitting</string> |
---|
| 99 | </property> |
---|
| 100 | <addaction name="actionNew_Fit_Page"/> |
---|
| 101 | <addaction name="separator"/> |
---|
| 102 | <addaction name="actionConstrained_Fit"/> |
---|
| 103 | <addaction name="actionCombine_Batch_Fit"/> |
---|
| 104 | <addaction name="separator"/> |
---|
| 105 | <addaction name="actionFit_Options"/> |
---|
[06ce180] | 106 | <addaction name="actionGPU_Options"/> |
---|
[f721030] | 107 | <addaction name="actionFit_Results"/> |
---|
| 108 | <addaction name="separator"/> |
---|
[3b3b40b] | 109 | <addaction name="actionAdd_Custom_Model"/> |
---|
[f721030] | 110 | <addaction name="actionEdit_Custom_Model"/> |
---|
[3b3b40b] | 111 | <addaction name="actionManage_Custom_Models"/> |
---|
[01ef3f7] | 112 | <addaction name="actionAddMult_Models"/> |
---|
[f721030] | 113 | </widget> |
---|
| 114 | <widget class="QMenu" name="menuWindow"> |
---|
| 115 | <property name="title"> |
---|
| 116 | <string>Window</string> |
---|
| 117 | </property> |
---|
| 118 | <addaction name="actionCascade"/> |
---|
[e540cd2] | 119 | <addaction name="actionTile"/> |
---|
[f721030] | 120 | <addaction name="separator"/> |
---|
| 121 | <addaction name="actionNext"/> |
---|
| 122 | <addaction name="actionPrevious"/> |
---|
| 123 | <addaction name="separator"/> |
---|
| 124 | </widget> |
---|
| 125 | <widget class="QMenu" name="menuAnalysis"> |
---|
| 126 | <property name="title"> |
---|
| 127 | <string>Analysis</string> |
---|
| 128 | </property> |
---|
[8ac3551] | 129 | <addaction name="actionCorfunc"/> |
---|
[f721030] | 130 | <addaction name="actionFitting"/> |
---|
| 131 | <addaction name="actionInvariant"/> |
---|
[8ac3551] | 132 | <addaction name="actionInversion"/> |
---|
[f721030] | 133 | </widget> |
---|
| 134 | <widget class="QMenu" name="menuHelp"> |
---|
| 135 | <property name="title"> |
---|
| 136 | <string>Help</string> |
---|
| 137 | </property> |
---|
| 138 | <addaction name="actionDocumentation"/> |
---|
| 139 | <addaction name="separator"/> |
---|
| 140 | <addaction name="actionTutorial"/> |
---|
| 141 | <addaction name="separator"/> |
---|
| 142 | <addaction name="actionAcknowledge"/> |
---|
| 143 | <addaction name="separator"/> |
---|
| 144 | <addaction name="actionAbout"/> |
---|
| 145 | <addaction name="actionCheck_for_update"/> |
---|
| 146 | </widget> |
---|
| 147 | <addaction name="menu_File"/> |
---|
| 148 | <addaction name="menuEdit"/> |
---|
| 149 | <addaction name="menuView"/> |
---|
| 150 | <addaction name="menuTool"/> |
---|
| 151 | <addaction name="menuAnalysis"/> |
---|
| 152 | <addaction name="menuFitting"/> |
---|
| 153 | <addaction name="menuWindow"/> |
---|
| 154 | <addaction name="menuHelp"/> |
---|
| 155 | </widget> |
---|
[0cd8612] | 156 | <widget class="QStatusBar" name="statusbar"> |
---|
| 157 | <property name="sizePolicy"> |
---|
| 158 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
---|
| 159 | <horstretch>0</horstretch> |
---|
| 160 | <verstretch>0</verstretch> |
---|
| 161 | </sizepolicy> |
---|
| 162 | </property> |
---|
| 163 | </widget> |
---|
[f721030] | 164 | <widget class="QToolBar" name="toolBar"> |
---|
| 165 | <property name="windowTitle"> |
---|
| 166 | <string>toolBar</string> |
---|
| 167 | </property> |
---|
| 168 | <attribute name="toolBarArea"> |
---|
| 169 | <enum>TopToolBarArea</enum> |
---|
| 170 | </attribute> |
---|
| 171 | <attribute name="toolBarBreak"> |
---|
| 172 | <bool>false</bool> |
---|
| 173 | </attribute> |
---|
| 174 | <addaction name="actionReset"/> |
---|
| 175 | <addaction name="actionSave"/> |
---|
| 176 | <addaction name="actionReport"/> |
---|
| 177 | <addaction name="actionUndo"/> |
---|
| 178 | <addaction name="actionRedo"/> |
---|
| 179 | <addaction name="actionCopy"/> |
---|
| 180 | <addaction name="actionPaste"/> |
---|
| 181 | <addaction name="actionBookmarks"/> |
---|
| 182 | </widget> |
---|
| 183 | <action name="actionReset"> |
---|
| 184 | <property name="icon"> |
---|
[cd2cc745] | 185 | <iconset> |
---|
[f721030] | 186 | <normaloff>:/res/reset.png</normaloff>:/res/reset.png</iconset> |
---|
| 187 | </property> |
---|
| 188 | <property name="text"> |
---|
| 189 | <string>Reset Page</string> |
---|
| 190 | </property> |
---|
| 191 | <property name="toolTip"> |
---|
| 192 | <string>Reset</string> |
---|
| 193 | </property> |
---|
| 194 | </action> |
---|
| 195 | <action name="actionSave"> |
---|
| 196 | <property name="icon"> |
---|
[cd2cc745] | 197 | <iconset> |
---|
[f721030] | 198 | <normaloff>:/res/save.png</normaloff>:/res/save.png</iconset> |
---|
| 199 | </property> |
---|
| 200 | <property name="text"> |
---|
| 201 | <string>Save Project</string> |
---|
| 202 | </property> |
---|
| 203 | <property name="toolTip"> |
---|
| 204 | <string>Save</string> |
---|
| 205 | </property> |
---|
| 206 | </action> |
---|
| 207 | <action name="actionReport"> |
---|
| 208 | <property name="icon"> |
---|
[cd2cc745] | 209 | <iconset> |
---|
[f721030] | 210 | <normaloff>:/res/report.png</normaloff>:/res/report.png</iconset> |
---|
| 211 | </property> |
---|
| 212 | <property name="text"> |
---|
| 213 | <string>Report Results</string> |
---|
| 214 | </property> |
---|
| 215 | <property name="toolTip"> |
---|
| 216 | <string>report</string> |
---|
| 217 | </property> |
---|
| 218 | </action> |
---|
| 219 | <action name="actionUndo"> |
---|
| 220 | <property name="icon"> |
---|
[cd2cc745] | 221 | <iconset> |
---|
[f721030] | 222 | <normaloff>:/res/undo.png</normaloff> |
---|
| 223 | <normalon>res/undo.png</normalon>:/res/undo.png</iconset> |
---|
| 224 | </property> |
---|
| 225 | <property name="text"> |
---|
| 226 | <string>Undo</string> |
---|
| 227 | </property> |
---|
| 228 | </action> |
---|
| 229 | <action name="actionRedo"> |
---|
| 230 | <property name="icon"> |
---|
[cd2cc745] | 231 | <iconset> |
---|
[f721030] | 232 | <normaloff>:/res/redo.png</normaloff>:/res/redo.png</iconset> |
---|
| 233 | </property> |
---|
| 234 | <property name="text"> |
---|
| 235 | <string>Redo</string> |
---|
| 236 | </property> |
---|
| 237 | <property name="toolTip"> |
---|
| 238 | <string>Redo</string> |
---|
| 239 | </property> |
---|
| 240 | </action> |
---|
| 241 | <action name="actionCopy"> |
---|
| 242 | <property name="icon"> |
---|
[cd2cc745] | 243 | <iconset> |
---|
[f721030] | 244 | <normaloff>:/res/copy.png</normaloff>:/res/copy.png</iconset> |
---|
| 245 | </property> |
---|
| 246 | <property name="text"> |
---|
| 247 | <string>Copy Params</string> |
---|
| 248 | </property> |
---|
| 249 | <property name="toolTip"> |
---|
| 250 | <string>Copy parameter values</string> |
---|
| 251 | </property> |
---|
| 252 | </action> |
---|
| 253 | <action name="actionPaste"> |
---|
| 254 | <property name="icon"> |
---|
[cd2cc745] | 255 | <iconset> |
---|
[f721030] | 256 | <normaloff>:/res/paste.png</normaloff>:/res/paste.png</iconset> |
---|
| 257 | </property> |
---|
| 258 | <property name="text"> |
---|
| 259 | <string>Paste Params</string> |
---|
| 260 | </property> |
---|
| 261 | <property name="toolTip"> |
---|
| 262 | <string>Paste parameter values</string> |
---|
| 263 | </property> |
---|
| 264 | </action> |
---|
| 265 | <action name="actionBookmarks"> |
---|
| 266 | <property name="checkable"> |
---|
| 267 | <bool>true</bool> |
---|
| 268 | </property> |
---|
| 269 | <property name="icon"> |
---|
[cd2cc745] | 270 | <iconset> |
---|
[f721030] | 271 | <normaloff>:/res/bookmark.png</normaloff>:/res/bookmark.png</iconset> |
---|
| 272 | </property> |
---|
| 273 | <property name="text"> |
---|
| 274 | <string>Bookmarks</string> |
---|
| 275 | </property> |
---|
| 276 | </action> |
---|
| 277 | <action name="actionPerspective"> |
---|
| 278 | <property name="text"> |
---|
| 279 | <string>Perspective</string> |
---|
| 280 | </property> |
---|
| 281 | </action> |
---|
| 282 | <action name="actionLoadData"> |
---|
| 283 | <property name="text"> |
---|
| 284 | <string>Load Data File(s)</string> |
---|
| 285 | </property> |
---|
| 286 | </action> |
---|
| 287 | <action name="actionLoad_Data_Folder"> |
---|
| 288 | <property name="text"> |
---|
| 289 | <string>Load Data Folder</string> |
---|
| 290 | </property> |
---|
| 291 | </action> |
---|
| 292 | <action name="actionOpen_Project"> |
---|
| 293 | <property name="text"> |
---|
| 294 | <string>Open Project</string> |
---|
| 295 | </property> |
---|
| 296 | </action> |
---|
| 297 | <action name="actionOpen_Analysis"> |
---|
| 298 | <property name="text"> |
---|
| 299 | <string>Open Analysis</string> |
---|
| 300 | </property> |
---|
| 301 | </action> |
---|
| 302 | <action name="actionSave_Analysis"> |
---|
| 303 | <property name="text"> |
---|
| 304 | <string>Save Analysis</string> |
---|
| 305 | </property> |
---|
| 306 | </action> |
---|
| 307 | <action name="actionQuit"> |
---|
| 308 | <property name="text"> |
---|
| 309 | <string>Quit</string> |
---|
| 310 | </property> |
---|
| 311 | </action> |
---|
| 312 | <action name="actionShow_Grid_Window"> |
---|
| 313 | <property name="text"> |
---|
| 314 | <string>Show Grid Window</string> |
---|
| 315 | </property> |
---|
| 316 | </action> |
---|
| 317 | <action name="actionHide_Toolbar"> |
---|
| 318 | <property name="text"> |
---|
| 319 | <string>Hide Toolbar</string> |
---|
| 320 | </property> |
---|
| 321 | </action> |
---|
| 322 | <action name="actionStartup_Settings"> |
---|
| 323 | <property name="text"> |
---|
| 324 | <string>Startup Settings</string> |
---|
| 325 | </property> |
---|
| 326 | </action> |
---|
[3d18691] | 327 | <action name="actionCategory_Manager"> |
---|
[f721030] | 328 | <property name="text"> |
---|
[b00414d] | 329 | <string>Category Manager</string> |
---|
| 330 | </property> |
---|
| 331 | <property name="toolTip"> |
---|
| 332 | <string>Category Manager</string> |
---|
[f721030] | 333 | </property> |
---|
| 334 | </action> |
---|
| 335 | <action name="actionData_Operation"> |
---|
| 336 | <property name="text"> |
---|
| 337 | <string>Data Operation</string> |
---|
| 338 | </property> |
---|
| 339 | </action> |
---|
| 340 | <action name="actionSLD_Calculator"> |
---|
| 341 | <property name="text"> |
---|
| 342 | <string>SLD Calculator</string> |
---|
| 343 | </property> |
---|
| 344 | </action> |
---|
| 345 | <action name="actionDensity_Volume_Calculator"> |
---|
| 346 | <property name="text"> |
---|
| 347 | <string>Density/Volume Calculator</string> |
---|
| 348 | </property> |
---|
| 349 | </action> |
---|
| 350 | <action name="actionSlit_Size_Calculator"> |
---|
| 351 | <property name="text"> |
---|
| 352 | <string>Slit Size Calculator</string> |
---|
| 353 | </property> |
---|
| 354 | </action> |
---|
| 355 | <action name="actionSAS_Resolution_Estimator"> |
---|
| 356 | <property name="text"> |
---|
[d3ee425] | 357 | <string>Q Resolution Estimator</string> |
---|
[f721030] | 358 | </property> |
---|
| 359 | </action> |
---|
| 360 | <action name="actionGeneric_Scattering_Calculator"> |
---|
| 361 | <property name="text"> |
---|
| 362 | <string>Generic Scattering Calculator</string> |
---|
| 363 | </property> |
---|
| 364 | </action> |
---|
| 365 | <action name="actionPython_Shell_Editor"> |
---|
| 366 | <property name="text"> |
---|
| 367 | <string>Python Shell/Editor</string> |
---|
| 368 | </property> |
---|
| 369 | </action> |
---|
| 370 | <action name="actionImage_Viewer"> |
---|
| 371 | <property name="text"> |
---|
| 372 | <string>Image Viewer</string> |
---|
| 373 | </property> |
---|
| 374 | </action> |
---|
| 375 | <action name="actionNew_Fit_Page"> |
---|
| 376 | <property name="text"> |
---|
| 377 | <string>New Fit Page</string> |
---|
| 378 | </property> |
---|
| 379 | </action> |
---|
| 380 | <action name="actionConstrained_Fit"> |
---|
| 381 | <property name="text"> |
---|
| 382 | <string>Constrained or Simultaneous Fit</string> |
---|
| 383 | </property> |
---|
| 384 | </action> |
---|
| 385 | <action name="actionCombine_Batch_Fit"> |
---|
| 386 | <property name="text"> |
---|
| 387 | <string>Combine Batch Fit</string> |
---|
| 388 | </property> |
---|
| 389 | </action> |
---|
| 390 | <action name="actionFit_Options"> |
---|
| 391 | <property name="text"> |
---|
[85487ebd] | 392 | <string>Fit Algorithms</string> |
---|
[f721030] | 393 | </property> |
---|
| 394 | </action> |
---|
| 395 | <action name="actionFit_Results"> |
---|
| 396 | <property name="text"> |
---|
| 397 | <string>Fit Results</string> |
---|
| 398 | </property> |
---|
| 399 | </action> |
---|
| 400 | <action name="actionChain_Fitting"> |
---|
| 401 | <property name="text"> |
---|
| 402 | <string>Chain Fitting (BatchFit only)</string> |
---|
| 403 | </property> |
---|
| 404 | </action> |
---|
| 405 | <action name="actionEdit_Custom_Model"> |
---|
| 406 | <property name="text"> |
---|
| 407 | <string>Edit Custom Model</string> |
---|
| 408 | </property> |
---|
| 409 | </action> |
---|
| 410 | <action name="actionCascade"> |
---|
| 411 | <property name="text"> |
---|
| 412 | <string>Cascade</string> |
---|
| 413 | </property> |
---|
| 414 | </action> |
---|
[e540cd2] | 415 | <action name="actionTile"> |
---|
[f721030] | 416 | <property name="text"> |
---|
[e540cd2] | 417 | <string>Tile</string> |
---|
[f721030] | 418 | </property> |
---|
| 419 | </action> |
---|
| 420 | <action name="actionTile_Vertically"> |
---|
| 421 | <property name="text"> |
---|
| 422 | <string>Tile Vertically</string> |
---|
| 423 | </property> |
---|
| 424 | </action> |
---|
| 425 | <action name="actionArrange_Icons"> |
---|
| 426 | <property name="text"> |
---|
| 427 | <string>Arrange Icons</string> |
---|
| 428 | </property> |
---|
| 429 | </action> |
---|
| 430 | <action name="actionNext"> |
---|
| 431 | <property name="text"> |
---|
| 432 | <string>Next</string> |
---|
| 433 | </property> |
---|
| 434 | </action> |
---|
| 435 | <action name="actionPrevious"> |
---|
| 436 | <property name="text"> |
---|
| 437 | <string>Previous</string> |
---|
| 438 | </property> |
---|
| 439 | </action> |
---|
| 440 | <action name="actionFitting"> |
---|
| 441 | <property name="checkable"> |
---|
| 442 | <bool>true</bool> |
---|
| 443 | </property> |
---|
| 444 | <property name="text"> |
---|
| 445 | <string>Fitting</string> |
---|
| 446 | </property> |
---|
| 447 | </action> |
---|
| 448 | <action name="actionInversion"> |
---|
| 449 | <property name="checkable"> |
---|
| 450 | <bool>true</bool> |
---|
| 451 | </property> |
---|
| 452 | <property name="text"> |
---|
| 453 | <string>Pr Inversion</string> |
---|
| 454 | </property> |
---|
| 455 | </action> |
---|
| 456 | <action name="actionInvariant"> |
---|
| 457 | <property name="checkable"> |
---|
| 458 | <bool>true</bool> |
---|
| 459 | </property> |
---|
| 460 | <property name="text"> |
---|
| 461 | <string>Invariant</string> |
---|
| 462 | </property> |
---|
| 463 | </action> |
---|
| 464 | <action name="actionDocumentation"> |
---|
| 465 | <property name="text"> |
---|
| 466 | <string>Documentation</string> |
---|
| 467 | </property> |
---|
| 468 | </action> |
---|
| 469 | <action name="actionTutorial"> |
---|
| 470 | <property name="text"> |
---|
| 471 | <string>Tutorial</string> |
---|
| 472 | </property> |
---|
| 473 | </action> |
---|
| 474 | <action name="actionAcknowledge"> |
---|
| 475 | <property name="text"> |
---|
| 476 | <string>Acknowledge</string> |
---|
| 477 | </property> |
---|
| 478 | </action> |
---|
| 479 | <action name="actionAbout"> |
---|
| 480 | <property name="text"> |
---|
| 481 | <string>About</string> |
---|
| 482 | </property> |
---|
| 483 | </action> |
---|
| 484 | <action name="actionCheck_for_update"> |
---|
| 485 | <property name="text"> |
---|
| 486 | <string>Check for update</string> |
---|
| 487 | </property> |
---|
| 488 | </action> |
---|
| 489 | <action name="actionExcel"> |
---|
| 490 | <property name="text"> |
---|
| 491 | <string>Excel</string> |
---|
| 492 | </property> |
---|
| 493 | </action> |
---|
| 494 | <action name="actionLatex"> |
---|
| 495 | <property name="text"> |
---|
| 496 | <string>Latex</string> |
---|
| 497 | </property> |
---|
| 498 | </action> |
---|
[363fbfa] | 499 | <action name="actionKeissig_Calculator"> |
---|
| 500 | <property name="text"> |
---|
| 501 | <string>Kiessig Thickness Calculator</string> |
---|
| 502 | </property> |
---|
| 503 | </action> |
---|
[06ce180] | 504 | <action name="actionGPU_Options"> |
---|
| 505 | <property name="text"> |
---|
| 506 | <string>GPU Options</string> |
---|
| 507 | </property> |
---|
| 508 | </action> |
---|
[3b3b40b] | 509 | <action name="actionAdd_Custom_Model"> |
---|
| 510 | <property name="text"> |
---|
| 511 | <string>Add Custom Model</string> |
---|
| 512 | </property> |
---|
| 513 | </action> |
---|
| 514 | <action name="actionManage_Custom_Models"> |
---|
| 515 | <property name="text"> |
---|
| 516 | <string>Manage Custom Models</string> |
---|
| 517 | </property> |
---|
| 518 | </action> |
---|
[8ac3551] | 519 | <action name="actionCorfunc"> |
---|
| 520 | <property name="checkable"> |
---|
| 521 | <bool>true</bool> |
---|
| 522 | </property> |
---|
| 523 | <property name="text"> |
---|
| 524 | <string>Correlation Function</string> |
---|
| 525 | </property> |
---|
| 526 | </action> |
---|
[01ef3f7] | 527 | <action name="actionAddMult_Models"> |
---|
| 528 | <property name="text"> |
---|
| 529 | <string>Add/Multiply Models</string> |
---|
| 530 | </property> |
---|
| 531 | </action> |
---|
[aa1db44] | 532 | <action name="actionOrientation_Viewer"> |
---|
| 533 | <property name="text"> |
---|
| 534 | <string>Orientation Viewer</string> |
---|
| 535 | </property> |
---|
| 536 | </action> |
---|
[f721030] | 537 | </widget> |
---|
[cd2cc745] | 538 | <resources/> |
---|
[f721030] | 539 | <connections/> |
---|
| 540 | </ui> |
---|