Changeset dc5ef15 in sasview for sasview/local_config.py


Ignore:
Timestamp:
May 18, 2017 5:36:57 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
6066a3f
Parents:
2a432e7
Message:

Removed qtgui dependency on sasgui and wx SASVIEW-590

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/local_config.py

    r9687d58 rdc5ef15  
    44import time 
    55import os 
    6 from sas.sasgui.guiframe.gui_style import GUIFRAME 
     6#from sas.sasgui.guiframe.gui_style import GUIFRAME 
    77import sas.sasview 
    88import logging 
     
    108108SPLASH_SCREEN_PATH = os.path.join(icon_path, "SVwelcome_mini.png") 
    109109TUTORIAL_PATH = os.path.join(media_path, "Tutorial.pdf") 
    110 DEFAULT_STYLE = GUIFRAME.MULTIPLE_APPLICATIONS|GUIFRAME.MANAGER_ON\ 
    111                     |GUIFRAME.CALCULATOR_ON|GUIFRAME.TOOLBAR_ON 
     110#DEFAULT_STYLE = GUIFRAME.MULTIPLE_APPLICATIONS|GUIFRAME.MANAGER_ON\ 
     111#                    |GUIFRAME.CALCULATOR_ON|GUIFRAME.TOOLBAR_ON 
    112112SPLASH_SCREEN_WIDTH = 512 
    113113SPLASH_SCREEN_HEIGHT = 366 
Note: See TracChangeset for help on using the changeset viewer.