Changeset 68dc2873 in sasview for src/sas/qtgui


Ignore:
Timestamp:
Sep 17, 2018 7:16:20 AM (6 years ago)
Author:
wojciech
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
d7adf97
Parents:
4fbf0db
Message:

Disabling batch fitting functionality

Location:
src/sas/qtgui/Perspectives/Inversion
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py

    r4fbf0db r68dc2873  
    113113        # Set up the Widget Map 
    114114        self.setupMapper() 
     115 
     116        #Hidding calculate all buton 
     117        self.calculateAllButton.setVisible(False) 
    115118        # Set base window state 
    116119        self.setupWindow() 
     
    123126 
    124127    def allowBatch(self): 
    125         return True 
     128        return False 
    126129 
    127130    def setClosable(self, value=True): 
  • src/sas/qtgui/Perspectives/Inversion/UI/TabbedInversionUI.ui

    r72ecbdf2 r68dc2873  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>390</width> 
    10     <height>409</height> 
     9    <width>446</width> 
     10    <height>480</height> 
    1111   </rect> 
    1212  </property> 
     
    740740      <widget class="QPushButton" name="calculateAllButton"> 
    741741       <property name="enabled"> 
    742         <bool>true</bool> 
     742        <bool>false</bool> 
    743743       </property> 
    744744       <property name="sizePolicy"> 
Note: See TracChangeset for help on using the changeset viewer.