Changeset bad4a52 in sasview for src/sas/qtgui/MainWindow/DataExplorer.py
- Timestamp:
- Mar 28, 2019 7:22:32 AM (6 years ago)
- Branches:
- ESS_GUI_iss1116
- Parents:
- 770c42c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/DataExplorer.py
rd1ad101 rbad4a52 1146 1146 'caption' : 'Choose files', 1147 1147 'filter' : wlist, 1148 'options' : QtWidgets.QFileDialog.DontUseNativeDialog,1148 #'options' : QtWidgets.QFileDialog.DontUseNativeDialog, 1149 1149 'directory' : self.default_load_location 1150 1150 }
Note: See TracChangeset
for help on using the changeset viewer.