Changeset f234d3c in sasview for calculatorview/src/sans
- Timestamp:
- Apr 27, 2013 3:05:04 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:
- b6a6d87
- Parents:
- 0d5768d
- Location:
- calculatorview/src/sans/perspectives/calculator
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/src/sans/perspectives/calculator/data_operator.py
r62af27a9 rf234d3c 942 942 self.panel = DataOperPanel(parent=self) 943 943 wx.EVT_CLOSE(self, self.OnClose) 944 self.SetPosition((25, 1 00))944 self.SetPosition((25, 150)) 945 945 self.Show() 946 946 -
calculatorview/src/sans/perspectives/calculator/density_panel.py
r62af27a9 rf234d3c 388 388 self.panel = DensityPanel(self, base=base) 389 389 self.Bind(wx.EVT_CLOSE, self.on_close) 390 self.SetPosition((25, 1 00))390 self.SetPosition((25, 160)) 391 391 self.Show(True) 392 392 -
calculatorview/src/sans/perspectives/calculator/gen_scatter_panel.py
r62af27a9 rf234d3c 1830 1830 1831 1831 self.build_panels() 1832 self.SetPosition((25, 1 00))1832 self.SetPosition((25, 150)) 1833 1833 self.Show(True) 1834 1834 -
calculatorview/src/sans/perspectives/calculator/kiessig_calculator_panel.py
r62af27a9 rf234d3c 202 202 self.panel = KiessigThicknessCalculatorPanel(parent=self) 203 203 self.Bind(wx.EVT_CLOSE, self.on_close) 204 self.SetPosition((25, 1 00))204 self.SetPosition((25, 160)) 205 205 self.Show(True) 206 206 -
calculatorview/src/sans/perspectives/calculator/resolution_calculator_panel.py
r62af27a9 rf234d3c 1413 1413 self.panel = ResolutionCalculatorPanel(parent=self) 1414 1414 self.Bind(wx.EVT_CLOSE, self.OnClose) 1415 self.SetPosition((25, 1 00))1415 self.SetPosition((25, 150)) 1416 1416 self.Show(True) 1417 1417 -
calculatorview/src/sans/perspectives/calculator/sld_panel.py
r62af27a9 rf234d3c 456 456 self.panel = SldPanel(self, base=base) 457 457 self.Bind(wx.EVT_CLOSE, self.on_close) 458 self.SetPosition((25, 1 00))458 self.SetPosition((25, 150)) 459 459 self.Show(True) 460 460 -
calculatorview/src/sans/perspectives/calculator/slit_length_calculator_panel.py
r62af27a9 rf234d3c 266 266 self.panel = SlitLengthCalculatorPanel(parent=self) 267 267 self.Bind(wx.EVT_CLOSE, self.on_close) 268 self.SetPosition((25, 1 00))268 self.SetPosition((25, 150)) 269 269 self.Show(True) 270 270
Note: See TracChangeset
for help on using the changeset viewer.