Changeset d00475d in sasview for src/sas/qtgui/Utilities/GuiUtils.py


Ignore:
Timestamp:
Oct 26, 2018 6:44:15 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
b1b71ad
Parents:
a3c59503 (diff), 75906a1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'ESS_GUI' into ESS_GUI_project_save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/GuiUtils.py

    r2eeda93 rd00475d  
    106106    except ImportError: 
    107107        pass 
    108         #logging.error("Error loading %s/%s: %s" % (path, confg_file, sys.exc_value)) 
    109108    except ValueError: 
    110109        print("Value error") 
     
    113112        if fObj is not None: 
    114113            fObj.close() 
    115     #logging.info("GuiManager loaded %s/%s" % (path, confg_file)) 
    116114    return config_module 
    117115 
     
    294292    changeDataExplorerTabSignal = QtCore.pyqtSignal(int) 
    295293 
    296 def updateModelItemWithPlot(item, update_data, name="", checkbox_state=None): 
     294    # Plot fitting results (FittingWidget->GuiManager) 
     295    resultPlotUpdateSignal = QtCore.pyqtSignal(list) 
     296 
    297297    """ 
    298298    Adds a checkboxed row named "name" to QStandardItem 
Note: See TracChangeset for help on using the changeset viewer.