summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 51c1934..a098c27 100644
--- a/shemov.h
+++ b/shemov.h
@@ -26,6 +26,7 @@ class SheMov : public QMainWindow {
void updateSelectionCount(const QItemSelection &sel, const QItemSelection &prev);
void newWindowTitle(const QString &title);
void statusbarMessage(const QString &message);
+ void setTemplate(const QString &newTemplate);
private:
void createStatusbar();
@@ -34,12 +35,18 @@ class SheMov : public QMainWindow {
//Statusbar Items
QLabel *mSelectedItems;
+ QLabel *mTemplate;
//Actions
QAction *mQuitA;
QAction *mMarkFilesA;
QAction *mUnmarkFilesA;
QAction *mCreateFolderA;
+ QAction *mDeleteFilesA;
+ QAction *mRefreshA;
+ QAction *mCopyA;
+ QAction *mMoveA;
+ QAction *mRenameA;
//EndActions
QTabWidget *mTab;