Skip to content
Snippets Groups Projects
Commit ec4b57f0 authored by Kien Le's avatar Kien Le
Browse files

Merge branch 'feature-#27-double_click_to_read_folder' into 'master'

Let user double click to read data set

Closes #27

See merge request !67
parents 57ed8e82 e6d177ab
No related branches found
No related tags found
1 merge request!67Let user double click to read data set
Pipeline #2196 passed with stage
in 3 minutes and 32 seconds
......@@ -269,9 +269,7 @@ class MainWindow(QtWidgets.QMainWindow, UIMainWindow):
which was clicked.
"""
print(f'Opening {item.text()}')
# TODO: Do something with the Path object,
# i.e., path.open(), or path.iterdir() ...
self.read_selected_files()
@QtCore.Slot()
def change_current_directory(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment