summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2015-06-07 05:04:42 +0200
committerArno <arno@disconnect.de>2015-06-07 05:04:42 +0200
commit99be8eab42d06e662357b2d99e6da6d9d0ff5926 (patch)
tree52ca125e3e4214e78a4c1d6ce144b2bb6395bc12 /filesystemwidget.h
parent7ffee99071517f5f5533f067850e732efe171991 (diff)
downloadSheMov-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.h3
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);