We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97fb34 commit aaeac97Copy full SHA for aaeac97
addie/calculate_gr/event_handler.py
@@ -64,7 +64,7 @@ def load_sq(main_window):
64
default_dir = get_default_dir(main_window, sub_dir='SofQ')
65
66
# get the file
67
- ext = 'nxs (*.nxs);;dat (*.dat);;All (*.*)'
+ ext = 'dat (*.dat);;nxs (*.nxs);;All (*.*)'
68
sq_file_names = QFileDialog.getOpenFileNames(main_window,
69
'Choose S(Q) File',
70
default_dir,
0 commit comments