Changeset 33c0561 in sasview for src/sas/qtgui/Calculators/SlitSizeCalculator.py
- Timestamp:
- Jan 9, 2019 6:09:39 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
- Children:
- cf9f39e
- Parents:
- bbcf9f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Calculators/SlitSizeCalculator.py
rfa05c6c1 r33c0561 25 25 super(SlitSizeCalculator, self).__init__() 26 26 self.setupUi(self) 27 # disable the context help icon 28 self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 27 29 28 30 self.setWindowTitle("Slit Size Calculator")
Note: See TracChangeset
for help on using the changeset viewer.