diff options
author | Arno <arno@disconnect.de> | 2015-06-07 05:04:42 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-06-07 05:04:42 +0200 |
commit | 99be8eab42d06e662357b2d99e6da6d9d0ff5926 (patch) | |
tree | 52ca125e3e4214e78a4c1d6ce144b2bb6395bc12 /filesystemwidget.h | |
parent | 7ffee99071517f5f5533f067850e732efe171991 (diff) | |
download | SheMov-99be8eab42d06e662357b2d99e6da6d9d0ff5926.tar.gz SheMov-99be8eab42d06e662357b2d99e6da6d9d0ff5926.tar.bz2 SheMov-99be8eab42d06e662357b2d99e6da6d9d0ff5926.zip |
Usability fixes
* start maximized
* focus MappingTree when showing NewPicsDialog
* Keyboard Shortcuts for FilesystemWidget:
CTRL+UP: go to parent dir
CTRL+LEFT: go back
CTRL+U: unpack
* close UnpackDialog when done
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r-- | filesystemwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h index c909811..1229962 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -75,6 +75,9 @@ class FilesystemWidget : public QWidget { void selectUnpackDir(); void centerCurrent(); + protected: + void keyPressEvent(QKeyEvent *e); + private slots: void dirExpanded(const QModelIndex &idx); void dirCollapsed(const QModelIndex &idx); |