Changeset 33c0561 in sasview for src/sas/qtgui/MainWindow/AboutBox.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/MainWindow/AboutBox.py
r7385fec r33c0561 1 1 import functools 2 from PyQt5 import QtWidgets 2 from PyQt5 import QtWidgets, QtCore 3 3 4 4 import sas.sasview … … 14 14 super(AboutBox, self).__init__(parent) 15 15 self.setupUi(self) 16 # disable the context help icon 17 self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) 16 18 17 19 self.setWindowTitle("About")
Note: See TracChangeset
for help on using the changeset viewer.