Allow hitting enter on a file in the virtual file dialog to select

This commit is contained in:
baldurk
2017-11-29 19:01:23 +00:00
parent 8931ed4086
commit 4b562ea49d
3 changed files with 17 additions and 1 deletions
@@ -51,6 +51,7 @@ private slots:
void on_dirList_clicked(const QModelIndex &index);
void on_fileList_doubleClicked(const QModelIndex &index);
void on_fileList_clicked(const QModelIndex &index);
void on_fileList_keyPress(QKeyEvent *e);
void on_showHidden_toggled(bool checked);
void on_filename_keyPress(QKeyEvent *e);
void on_filter_currentIndexChanged(int index);