Changeset 49a8843 in sasview for calculatorview/src/sans
- Timestamp:
- Mar 13, 2013 9:14:20 AM (12 years ago)
- Branches:
- master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 4b30118
- Parents:
- 9624cda
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/src/sans/perspectives/calculator/calculator.py
r318b5bbb r49a8843 62 62 resolution_help += "resolution of Q in 2D based on the SANS " 63 63 resolution_help += "instrumental parameter values." 64 mass_volume_help = "Based on the chemical formula r, "64 mass_volume_help = "Based on the chemical formula, " 65 65 mass_volume_help += "compute the mass density or the molar volume." 66 gensans_help = "Gen neric SANS"66 gensans_help = "Generic SANS" 67 67 pyconsole_help = "Python Console." 68 68 #data_editor_help = "Meta Data Editor" … … 152 152 self.put_icon(frame) 153 153 frame.Show(True) 154 155 #def on_perspective(self, event):156 """157 Call back function for the perspective menu item.158 We notify the parent window that the perspective159 has changed.160 161 :param event: menu event162 163 """164 #self.parent.set_perspective(self.perspective)165 #if event != None:166 # event.Skip()167 154 168 155 def on_gen_model(self, event): 156 """ 157 On Generic model menu event 158 """ 169 159 from sans.perspectives.calculator.gen_scatter_panel \ 170 160 import SasGenWindow
Note: See TracChangeset
for help on using the changeset viewer.