Changeset dd1718e in sasview for sansview/local_config.py
- Timestamp:
- Mar 25, 2011 11:10:50 AM (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:
- 976604d
- Parents:
- fcc5680
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/local_config.py
r68c53a4 rdd1718e 45 45 _welcome_image = "images/SVwelcome.png" 46 46 _copyright = "(c) 2009, University of Tennessee" 47 48 47 49 #edit the list of file state your plugin can read 50 APPLICATION_WLIST = 'SansView files (*.svs)|*.svs' 51 APPLICATION_STATE_EXTENSION = '.svs' 52 GUIFRAME_WIDTH = 1000 53 GUIFRAME_HEIGHT = 800 48 54 PLUGIN_STATE_EXTENSIONS = ['.prv','.fitv', '.inv'] 49 APPLICATION_STATE_EXTENSION = '.svs' 50 # 51 WLIST = ['SansView files (*.svs)|*.svs', 52 'P(r) files (*.prv)|*.prv', 55 PLUGINS_WLIST = ['P(r) files (*.prv)|*.prv', 53 56 'Fitting files (*.fitv)|*.fitv', 54 57 'Invariant files (*.inv)|*.inv'] 55 58 PLOPANEL_WIDTH = 400 59 PLOPANEL_HEIGTH = 400 56 60 SPLASH_SCREEN_PATH = os.path.join("images","SVwelcome.png") 57 61 DEFAULT_STYLE = GUIFRAME.MULTIPLE_APPLICATIONS|GUIFRAME.TOOL_ON … … 59 63 SPLASH_SCREEN_HEIGHT = 300 60 64 SS_MAX_DISPLAY_TIME = 3000 #3 sec 61 PLOPANEL_WIDTH = 400 62 PLOPANEL_HEIGTH = 400 63 GUIFRAME_WIDTH = 1000 64 GUIFRAME_HEIGHT = 800 65 65 66 66 67 def printEVT(message):
Note: See TracChangeset
for help on using the changeset viewer.