Ignore:
Timestamp:
Oct 29, 2017 12:04:00 PM (7 years ago)
Author:
krzywon
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:
570a2f73
Parents:
dfd8233
Message:

Allow P(r) to calculate current data set or all. Update documentation and error handling.

Location:
src/sas/qtgui/Perspectives/Inversion/UI
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Inversion/UI/TabbedInversionUI.ui

    r57ad773 rc00a28ff  
    3939     </property> 
    4040     <item> 
    41       <widget class="QPushButton" name="calculateButton"> 
     41      <widget class="QPushButton" name="calculateThisButton"> 
     42       <property name="text"> 
     43        <string>Calculate</string> 
     44       </property> 
     45      </widget> 
     46     </item> 
     47     <item> 
     48      <widget class="QPushButton" name="calculateAllButton"> 
    4249       <property name="sizePolicy"> 
    4350        <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 
     
    4754       </property> 
    4855       <property name="text"> 
    49         <string>Calculate</string> 
     56        <string>Calculate All</string> 
    5057       </property> 
    5158      </widget> 
Note: See TracChangeset for help on using the changeset viewer.