Changeset 68dc2873 in sasview
- Timestamp:
- Sep 17, 2018 9:16:20 AM (6 years ago)
- 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
- Location:
- src/sas/qtgui/Perspectives/Inversion
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
r4fbf0db r68dc2873 113 113 # Set up the Widget Map 114 114 self.setupMapper() 115 116 #Hidding calculate all buton 117 self.calculateAllButton.setVisible(False) 115 118 # Set base window state 116 119 self.setupWindow() … … 123 126 124 127 def allowBatch(self): 125 return True128 return False 126 129 127 130 def setClosable(self, value=True): -
src/sas/qtgui/Perspectives/Inversion/UI/TabbedInversionUI.ui
r72ecbdf2 r68dc2873 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 390</width>10 <height>4 09</height>9 <width>446</width> 10 <height>480</height> 11 11 </rect> 12 12 </property> … … 740 740 <widget class="QPushButton" name="calculateAllButton"> 741 741 <property name="enabled"> 742 <bool> true</bool>742 <bool>false</bool> 743 743 </property> 744 744 <property name="sizePolicy">
Note: See TracChangeset
for help on using the changeset viewer.