summaryrefslogtreecommitdiffstats
path: root/configurationdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'configurationdialog.h')
-rw-r--r--configurationdialog.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/configurationdialog.h b/configurationdialog.h
index b3324c5..1575f41 100644
--- a/configurationdialog.h
+++ b/configurationdialog.h
@@ -27,41 +27,22 @@ class ConfigurationDialog : public QDialog {
void accept();
private slots:
- void addPath();
- void removePath();
- void addExpandPath();
- void removeExpandPath();
- void selectStartup();
private:
void readSettings();
void writeSettings();
QPushButton *mOk;
QPushButton *mCancel;
- QPushButton *mAddPath;
- QPushButton *mRemovePath;
- QPushButton *mAddExpandPath;
- QPushButton *mRemoveExpandPath;
- QPushButton *mSelect;
QTabWidget *mTab;
ProgramConfigurator *mMovieConfig;
ProgramConfigurator *mPicConfig;
- QLineEdit *mArchiver;
- QLineEdit *mArchiverArgs;
- QLineEdit *mExtractPath;
- QLineEdit *mExpandPath;
QLineEdit *mArchiveDir;
QLineEdit *mBurnDir;
QLineEdit *mDatabaseHost;
QLineEdit *mDatabaseName;
QLineEdit *mDatabaseUsername;
QLineEdit *mDatabasePassword;
- QComboBox *mArchivePaths;
- QComboBox *mExpandPaths;
QComboBox *mIconForFolder;
- QStringList mPaths;
- QStringList mEPaths;
- QString mSelectStartup;
};
#endif