Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Calculators/SlitSizeCalculator.py

    rfa05c6c1 r33c0561  
    2525        super(SlitSizeCalculator, self).__init__() 
    2626        self.setupUi(self) 
     27        # disable the context help icon 
     28        self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 
    2729 
    2830        self.setWindowTitle("Slit Size Calculator") 
Note: See TracChangeset for help on using the changeset viewer.