diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-09 15:29:14 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-09 15:29:14 +0000 |
commit | b6a85b8b76a4e86783c4c83048918d30bb36bdb8 (patch) | |
tree | 8e08b0c11d213ce0f41e235adc9c5cc5a13442ec /fileview.cpp | |
parent | a12045635b23c80e3dd9f51212c6ea89c240b94e (diff) | |
download | SheMov-b6a85b8b76a4e86783c4c83048918d30bb36bdb8.tar.gz SheMov-b6a85b8b76a4e86783c4c83048918d30bb36bdb8.tar.bz2 SheMov-b6a85b8b76a4e86783c4c83048918d30bb36bdb8.zip |
-added statusbar and no. of selected files
git-svn-id: file:///var/svn/repos2/shemov/trunk@381 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'fileview.cpp')
-rw-r--r-- | fileview.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fileview.cpp b/fileview.cpp index db34e0a..decf8e5 100644 --- a/fileview.cpp +++ b/fileview.cpp @@ -71,6 +71,10 @@ void FileView::keyPressEvent(QKeyEvent *e){ emit upDir(); e->accept(); break; + /*case Qt::Key_Enter: + emit showItem(); + e->accept(); + break;*/ default: QTreeView::keyPressEvent(e); } |