Changeset 33c0561 in sasview for src/sas/qtgui/Plotting/LinearFit.py


Ignore:
Timestamp:
Jan 9, 2019 6:09:39 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
Children:
cf9f39e
Parents:
bbcf9f0
Message:

Replace Apply button menu driven functionality with additional button.
Removed Cancel.
Removed the window system context help button from all affected widgets.
SASVIEW-1239

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/LinearFit.py

    re4c475b7 r33c0561  
    3030 
    3131        self.setupUi(self) 
     32        # disable the context help icon 
     33        self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 
     34 
    3235        assert(isinstance(max_range, tuple)) 
    3336        assert(isinstance(fit_range, tuple)) 
Note: See TracChangeset for help on using the changeset viewer.