Changeset 304d082 in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- Oct 31, 2017 10:00:59 AM (7 years ago)
- 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:
- 6280464
- Parents:
- 0849aec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/ViewDelegate.py
r0849aec r304d082 48 48 self.initStyleOption(options,index) 49 49 50 style = Qt Gui.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() 51 51 52 52 # Prepare document for inserting into cell … … 178 178 self.initStyleOption(options,index) 179 179 180 style = Qt Gui.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() 181 181 182 182 # Prepare document for inserting into cell … … 256 256 self.initStyleOption(options,index) 257 257 258 style = Qt Gui.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() 259 259 260 260 # Prepare document for inserting into cell
Note: See TracChangeset
for help on using the changeset viewer.