Ignore:
Timestamp:
Feb 27, 2017 5:56:13 AM (7 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:
f46f6dc
Parents:
6ee82dd
Message:

Fitting perspective refactoring for multitab support SASVIEW-345

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Invariant/UI/InvariantDetailsUI.py

    r488c49d r60af928  
    144144        self.lblWarning.setText(_translate("Dialog", "<html><head/><body><p>No Details on calculations available...</p></body></html>", None)) 
    145145 
    146  
    147 class Dialog(QtGui.QDialog, Ui_Dialog): 
    148     def __init__(self, parent=None, f=QtCore.Qt.WindowFlags()): 
    149         QtGui.QDialog.__init__(self, parent, f) 
    150  
    151         self.setupUi(self) 
    152  
Note: See TracChangeset for help on using the changeset viewer.