Ignore:
Timestamp:
Mar 21, 2018 10:26:17 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
3790f7f, fca1f50
Parents:
8b480d27
Message:

Analysis menu properly interacting with the perspective combo.
Fixed menu enablement for Fitting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/UI/MainWindowUI.ui

    r3b3b40b r8ac3551  
    128128     <string>Analysis</string> 
    129129    </property> 
     130    <addaction name="actionCorfunc"/> 
    130131    <addaction name="actionFitting"/> 
     132    <addaction name="actionInvariant"/> 
    131133    <addaction name="actionInversion"/> 
    132     <addaction name="actionInvariant"/> 
    133134   </widget> 
    134135   <widget class="QMenu" name="menuHelp"> 
     
    517518   </property> 
    518519  </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> 
    519528 </widget> 
    520529 <resources/> 
Note: See TracChangeset for help on using the changeset viewer.