summaryrefslogtreecommitdiffstats
path: root/newpicsdialog.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 /newpicsdialog.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 'newpicsdialog.h')
-rw-r--r--newpicsdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newpicsdialog.h b/newpicsdialog.h
index 90873f4..1f0e587 100644
--- a/newpicsdialog.h
+++ b/newpicsdialog.h
@@ -36,6 +36,7 @@ class NewPicsDialog : public QDialog {
void addFiles(const QStringList &files);
void setFile(const QString &file);
void clearFiles();
+ void setFocusToMappings();
void accept();
private slots:
@@ -59,7 +60,6 @@ class NewPicsDialog : public QDialog {
QPushButton *mRemoveFiles;
QPushButton *mOk;
QPushButton *mCancel;
- MappingTreeWidget *mMappingTreeWidget;
QLabel *mPosL;
QMenu *mPresetMenu;
QSqlDatabase mDb;