summaryrefslogtreecommitdiffstats
path: root/src/klamdoptions.h
blob: d9949be6a36dda53601b07b37680169164f8a5a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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