diff options
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,9 @@ class SheMov : public QMainWindow { SheMov(QWidget *parent = 0, Qt::WindowFlags flags = 0); ~SheMov() {}; + protected: + virtual void closeEvent(QCloseEvent *event); + private slots: void updateSelectionCount(const QItemSelection &sel, const QItemSelection &prev); void newWindowTitle(const QString &title); @@ -48,6 +51,8 @@ class SheMov : public QMainWindow { void createActions(); void createMenus(); void createExtractMenu(); + void writeSettings(); + void readSettings(); //Statusbar Items QLabel *mSelectedItems; |