Changeset 67346f9 in sasview for src/sas/qtgui/Utilities
- Timestamp:
- Nov 12, 2018 5:59:11 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 9d23e4c
- Parents:
- 859d960
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (11/12/18 05:48:13)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (11/12/18 05:59:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GuiUtils.py
rb9ab979 r67346f9 151 151 DEFAULT_PERSPECTIVE = custom_config.DEFAULT_PERSPECTIVE 152 152 CLEANUP_PLOT = custom_config.CLEANUP_PLOT 153 SAS_OPENCL = custom_config.SAS_OPENCL 153 154 # custom open_path 154 155 open_folder = custom_config.DEFAULT_OPEN_FOLDER … … 171 172 CLEANUP_PLOT = False 172 173 DEFAULT_OPEN_FOLDER = PATH_APP 174 SAS_OPENCL = config.SAS_OPENCL 173 175 174 176 #DEFAULT_STYLE = config.DEFAULT_STYLE
Note: See TracChangeset
for help on using the changeset viewer.