summaryrefslogtreecommitdiffstats
path: root/src/klamdoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/klamdoptions.h')
-rw-r--r--src/klamdoptions.h67
1 files changed, 67 insertions, 0 deletions
diff --git a/src/klamdoptions.h b/src/klamdoptions.h
new file mode 100644
index 0000000..d9949be
--- /dev/null
+++ b/src/klamdoptions.h
@@ -0,0 +1,67 @@
+/****************************************************************************
+** Form interface generated from reading ui file 'klamdoptions.ui'
+**
+** Created: Sun Mar 6 14:20:47 2005
+** by: The User Interface Compiler ($Id: klamdoptions.h,v 1.1.1.1 2006/02/03 20:35:04 hoganrobert Exp $)
+**
+** WARNING! All changes made in this file will be lost!
+****************************************************************************/
+
+#ifndef KLAMDOPTIONS_H
+#define KLAMDOPTIONS_H
+
+#include <qvariant.h>
+#include <qdialog.h>
+
+class QVBoxLayout;
+class QHBoxLayout;
+class QGridLayout;
+class QSpacerItem;
+class KPushButton;
+class KDialog;
+class QGroupBox;
+class QComboBox;
+class QCheckBox;
+class QLabel;
+class KConfig;
+
+class KlamdOptions : public QDialog
+{
+ Q_OBJECT
+
+public:
+ KlamdOptions( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ ~KlamdOptions();
+
+ KPushButton* OK;
+ KPushButton* Cancel;
+ KDialog* AdvOptions;
+ QGroupBox* Archives;
+ QComboBox* MaxSize;
+ QCheckBox* ScanArchives;
+ QLabel* textLabel1;
+ QGroupBox* ScanFilesWhen;
+ QCheckBox* Created;
+ QCheckBox* Executed;
+ QCheckBox* Opened;
+ QCheckBox* Closed;
+ KConfig* config;
+private:
+
+ void fetchSettings();
+
+private slots:
+ void updateSettings();
+ void warn();
+
+protected:
+ QGridLayout* layout7;
+ QGridLayout* layout6;
+ QGridLayout* layout7_2;
+
+protected slots:
+ virtual void languageChange();
+
+};
+
+#endif // KLAMDOPTIONS_H