From 1b1e48aa11c4518e100004dac594540e6024fa68 Mon Sep 17 00:00:00 2001 From: am Date: Thu, 16 Jul 2009 19:34:57 +0000 Subject: -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 --- configurationdialog.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configurationdialog.h') diff --git a/configurationdialog.h b/configurationdialog.h index 3876fb6..3f28f5c 100644 --- a/configurationdialog.h +++ b/configurationdialog.h @@ -27,6 +27,9 @@ class ConfigurationDialog : public QDialog { private slots: void addPath(); void removePath(); + void addExpandPath(); + void removeExpandPath(); + void selectStartup(); private: void readSettings(); @@ -35,6 +38,9 @@ class ConfigurationDialog : public QDialog { QPushButton *mCancel; QPushButton *mAddPath; QPushButton *mRemovePath; + QPushButton *mAddExpandPath; + QPushButton *mRemoveExpandPath; + QPushButton *mSelect; QTabWidget *mTab; QLineEdit *mPictureViewer; QLineEdit *mPictureViewerArgs; @@ -43,8 +49,13 @@ class ConfigurationDialog : public QDialog { QLineEdit *mArchiver; QLineEdit *mArchiverArgs; QLineEdit *mExtractPath; + QLineEdit *mExpandPath; QComboBox *mArchivePaths; + QComboBox *mExpandPaths; + QComboBox *mIconForFolder; QStringList mPaths; + QStringList mEPaths; + QString mSelectStartup; }; #endif -- cgit v1.2.3-70-g09d2