diff options
author | Saturneric <[email protected]> | 2021-07-19 10:03:21 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-19 10:03:21 +0000 |
commit | 3d8c8f3c4550d88d1bb16bda003c88fc69e6acc5 (patch) | |
tree | 84a2ccc18a1d1b6e536b6090841b5aeae617298f /include/ui/widgets/FilePage.h | |
parent | Improve the function of sending mail; (diff) | |
download | GpgFrontend-3d8c8f3c4550d88d1bb16bda003c88fc69e6acc5.tar.gz GpgFrontend-3d8c8f3c4550d88d1bb16bda003c88fc69e6acc5.zip |
Improved and Modified.
Diffstat (limited to '')
-rw-r--r-- | include/ui/widgets/FilePage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ui/widgets/FilePage.h b/include/ui/widgets/FilePage.h index 3d2c8e72..45d638fa 100644 --- a/include/ui/widgets/FilePage.h +++ b/include/ui/widgets/FilePage.h @@ -57,6 +57,10 @@ private slots: void onCustomContextMenu(const QPoint &point); +protected: + + void keyPressEvent(QKeyEvent *event) override; + private: @@ -64,6 +68,7 @@ private: QTreeView *dirTreeView; QLineEdit *pathEdit; QString mPath; + QString selectedPath; QPushButton *upLevelButton; QPushButton *goPathButton; |