Changeset aed0532 in sasview for src/sas/qtgui/MainWindow


Ignore:
Timestamp:
May 1, 2018 8:45:08 AM (6 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:
b5cc06e
Parents:
417c03f
Message:

Updated references to help files

Location:
src/sas/qtgui/MainWindow
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/DataExplorer.py

    rd4dac80 raed0532  
    137137        Show the "Loading data" section of help 
    138138        """ 
    139         tree_location = "/user/sasgui/guiframe/data_explorer_help.html" 
     139        tree_location = "/user/qtgui/MainWindow/data_explorer_help.html" 
    140140        self.parent.showHelp(tree_location) 
    141141 
  • src/sas/qtgui/MainWindow/GuiManager.py

    rd4dac80 raed0532  
    172172        Open a local url in the default browser 
    173173        """ 
     174        #location = os.path.join(GuiUtils.HELP_DIRECTORY_LOCATION, url) 
    174175        location = GuiUtils.HELP_DIRECTORY_LOCATION + url 
    175176        try: 
     
    779780        TODO: use QNetworkAccessManager to assure _helpLocation is valid 
    780781        """ 
    781         self.showHelp(self._helpLocation) 
     782        helpfile = "index.html" 
     783        self.showHelp(helpfile) 
    782784 
    783785    def actionTutorial(self): 
  • src/sas/qtgui/MainWindow/UnitTesting/DataExplorerTest.py

    rc6fb57c raed0532  
    437437        Test that the Help window gets shown correctly 
    438438        """ 
    439         partial_url = "sasgui/guiframe/data_explorer_help.html" 
     439        partial_url = "qtgui/MainWindow/data_explorer_help.html" 
    440440        button1 = self.form.cmdHelp 
    441441        button2 = self.form.cmdHelp_2 
Note: See TracChangeset for help on using the changeset viewer.