Double click in file tree open file

This commit is contained in:
2022-05-19 09:51:47 +02:00
parent b65911943e
commit abb3d631bf
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ public:
explicit Filetree(QWidget *parent = nullptr);
~Filetree();
void contextMenuEvent(QContextMenuEvent *event);
void mouseDoubleClickEvent(QMouseEvent *event);
signals:
void fileSelected(const QString &path);
void copyFiles(const QString &path);