Changeset ce3feca in sasview for calculatorview/src
- Timestamp:
- Jun 27, 2012 5:34:00 PM (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:
- b618b7f
- Parents:
- 49a2b7cc
- Location:
- calculatorview/src/sans/perspectives/calculator
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/src/sans/perspectives/calculator/calculator.py
r306219c rce3feca 52 52 Returns a set of menu entries for tools 53 53 """ 54 data_oper_help = "Perform arithmetic data operation (+...) " 55 data_oper_help += "and combination (|)" 54 56 kiessig_help = "Approximately computes the " 55 57 kiessig_help += "thickness of a shell or the size of " … … 65 67 #data_editor_help = "Meta Data Editor" 66 68 return [("Data Operation", 67 'Data operation', self.on_data_operation),69 data_oper_help, self.on_data_operation), 68 70 ("SLD Calculator", sld_help, self.on_calculate_sld), 69 71 ("Density/Volume Calculator", mass_volume_help, -
calculatorview/src/sans/perspectives/calculator/help_panel.py
r992b594 rce3feca 64 64 <body> 65 65 <ul> 66 <li><a href ="data_operator_help.html" 67 target ="showframe">Data Operator</a><br></li> 66 68 <li><a href ="sld_calculator_help.html" 67 69 target ="showframe">SLD Calculator</a><br></li>
Note: See TracChangeset
for help on using the changeset viewer.