diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-16 19:34:57 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-16 19:34:57 +0000 |
commit | 1b1e48aa11c4518e100004dac594540e6024fa68 (patch) | |
tree | 0a44ad1d42f463960a045c9207d0fb2188309e57 /extractordialog.h | |
parent | 95bd97d4f5dc4d0ee91cfeeff89b88ff3d8f26df (diff) | |
download | SheMov-1b1e48aa11c4518e100004dac594540e6024fa68.tar.gz SheMov-1b1e48aa11c4518e100004dac594540e6024fa68.tar.bz2 SheMov-1b1e48aa11c4518e100004dac594540e6024fa68.zip |
-Fixed extractor... Just look at the examples for QProcess :)
-Beautified extractor output for unrar
-Added User interface configuration options
-So, there are Usability fixes
git-svn-id: file:///var/svn/repos2/shemov/trunk@388 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'extractordialog.h')
-rw-r--r-- | extractordialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extractordialog.h b/extractordialog.h index 63be971..b5033fd 100644 --- a/extractordialog.h +++ b/extractordialog.h @@ -21,14 +21,14 @@ class ExtractorDialog : public QDialog { ~ExtractorDialog() {}; private slots: - void processStatusChanged(QProcess::ProcessState newState); void killProcess(); void writeOutput(); - void extractionStarted(); void extractionFinished(); private: void start(); + void setClose(); + void setCancel(); QString mArchive; QString mExtractTo; QPushButton *mCancelClose; |