Changeset 3b72b36 in sasview
- Timestamp:
- Mar 29, 2011 4:48:08 PM (14 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:
- 21969a4a
- Parents:
- 6d727ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/sansview.py
r46bf3b1 r3b72b36 29 29 30 30 # Application dimensions 31 APP_HEIGHT = 8 0032 APP_WIDTH = 10 0031 APP_HEIGHT = 820 32 APP_WIDTH = 1050 33 33 GSTYLE = GUIFRAME.MULTIPLE_APPLICATIONS|GUIFRAME.TOOL_ON 34 34 … … 98 98 logging.error("SansView: could not find theory plug-in module") 99 99 logging.error(sys.exc_value) 100 """ 100 """ 101 102 # Fitting perspective 103 import perspectives.fitting as module 104 fitting_plug = module.Plugin() 105 self.gui.add_perspective(fitting_plug) 101 106 102 107 # Add welcome page
Note: See TracChangeset
for help on using the changeset viewer.