Changeset 8289ae3 in sasview for src/sas/qtgui/MainWindow/UI
- Timestamp:
- Mar 23, 2018 8:24:10 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- ba4e3ba
- Parents:
- 304e42f (diff), 8ac3551 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/UI/MainWindowUI.ui
r1543f0c r8ac3551 8 8 <y>0</y> 9 9 <width>915</width> 10 <height> 527</height>10 <height>762</height> 11 11 </rect> 12 12 </property> … … 25 25 <y>0</y> 26 26 <width>915</width> 27 <height>2 1</height>27 <height>26</height> 28 28 </rect> 29 29 </property> … … 108 108 <addaction name="actionChain_Fitting"/> 109 109 <addaction name="separator"/> 110 <addaction name="actionAdd_Custom_Model"/> 110 111 <addaction name="actionEdit_Custom_Model"/> 112 <addaction name="actionManage_Custom_Models"/> 111 113 </widget> 112 114 <widget class="QMenu" name="menuWindow"> … … 126 128 <string>Analysis</string> 127 129 </property> 130 <addaction name="actionCorfunc"/> 128 131 <addaction name="actionFitting"/> 132 <addaction name="actionInvariant"/> 129 133 <addaction name="actionInversion"/> 130 <addaction name="actionInvariant"/>131 134 </widget> 132 135 <widget class="QMenu" name="menuHelp"> … … 505 508 </property> 506 509 </action> 510 <action name="actionAdd_Custom_Model"> 511 <property name="text"> 512 <string>Add Custom Model</string> 513 </property> 514 </action> 515 <action name="actionManage_Custom_Models"> 516 <property name="text"> 517 <string>Manage Custom Models</string> 518 </property> 519 </action> 520 <action name="actionCorfunc"> 521 <property name="checkable"> 522 <bool>true</bool> 523 </property> 524 <property name="text"> 525 <string>Correlation Function</string> 526 </property> 527 </action> 507 528 </widget> 508 529 <resources/>
Note: See TracChangeset
for help on using the changeset viewer.