Changeset 7969b9c in sasview for src/sas/qtgui/Perspectives/Fitting


Ignore:
Timestamp:
Nov 9, 2017 8:43:07 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:
fbfc488
Parents:
4992ff2
git-author:
Piotr Rozyczko <rozyczko@…> (10/31/17 10:00:59)
git-committer:
Piotr Rozyczko <rozyczko@…> (11/09/17 08:43:07)
Message:

More functionality conversion

File:
1 edited

Legend:

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

    r4992ff2 r7969b9c  
    4848            self.initStyleOption(options,index) 
    4949 
    50             style = QtGui.QApplication.style() if options.widget is None else options.widget.style() 
     50            style = QtWidgets.QApplication.style() if options.widget is None else options.widget.style() 
    5151 
    5252            # Prepare document for inserting into cell 
     
    178178            self.initStyleOption(options,index) 
    179179 
    180             style = QtGui.QApplication.style() if options.widget is None else options.widget.style() 
     180            style = QtWidgets.QApplication.style() if options.widget is None else options.widget.style() 
    181181 
    182182            # Prepare document for inserting into cell 
     
    256256            self.initStyleOption(options,index) 
    257257 
    258             style = QtGui.QApplication.style() if options.widget is None else options.widget.style() 
     258            style = QtWidgets.QApplication.style() if options.widget is None else options.widget.style() 
    259259 
    260260            # Prepare document for inserting into cell 
Note: See TracChangeset for help on using the changeset viewer.