Ignore:
Timestamp:
Nov 13, 2017 7:34:45 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:
7c487846
Parents:
1543f0c
Message:

Initial commit of Celine's Invariant Perspective work SASVIEW-52

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/GPUOptions.py

    r1543f0c rf1f3e6a  
    55import json 
    66import platform 
     7import webbrowser 
    78 
    89import sas.qtgui.Utilities.GuiUtils as GuiUtils 
     
    171172        help_location += "/user/sasgui/perspectives/fitting/gpu_setup.html" 
    172173        help_location += "#device-selection" 
    173         self.helpView = QtWebKit.QWebView() 
    174         self.helpView.load(QtCore.QUrl(help_location)) 
    175         self.helpView.show() 
     174        # Test the system browser solution 
     175        webbrowser.open('file://' + os.path.realpath(help_location)) 
    176176 
    177177    def reject(self): 
Note: See TracChangeset for help on using the changeset viewer.