summaryrefslogtreecommitdiffstats
path: root/src/klamscanoptions.h
blob: c960109027dec9c243e880485a4cafb47e36a45a (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/****************************************************************************
** Form interface generated from reading ui file 'clamscan.ui'
**
** Created: Sun Mar 13 19:55:35 2005
**      by: The User Interface Compiler ($Id: klamscanoptions.h,v 1.1.1.1 2006/02/03 20:35:02 hoganrobert Exp $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef KLAMSCANOPTIONS_H
#define KLAMSCANOPTIONS_H

#include <tqvariant.h>
#include <tqdialog.h>

class TQVBoxLayout;
class TQHBoxLayout;
class TQGridLayout;
class TQSpacerItem;
class TQGroupBox;
class TQLabel;
class TQSpinBox;
class TQCheckBox;
class TQButtonGroup;
class KURLRequester;
class TQPushButton;
class TDEConfig;
class KComboBox;

class KlamscanOptions : public TQDialog
{
    TQ_OBJECT

public:
    KlamscanOptions( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    ~KlamscanOptions();

    TQGroupBox* Archive_Support;
    TQLabel* textLabel1_2_2;
    TQLabel* textLabel1_2;
    TQLabel* textLabel1_2_3;
    TQLabel* textLabel1;
    TQSpinBox* NoFilesToExtract;
    TQSpinBox* MBsToExtract;
    TQSpinBox* RecursionLevel;
    TQSpinBox* CompressionRatio;
    TQCheckBox* VirusLimitsExceeded;
    TQCheckBox* VirusEncrypted;
    TQButtonGroup* ArchiveTypes;
    TQCheckBox* ScanZip;
    KURLRequester* ZipUsing;
    TQCheckBox* ScanRar;
    KURLRequester* RarUsing;
    TQCheckBox* ScanArj;
    KURLRequester* ArjUsing;
    TQCheckBox* ScanZoo;
    KURLRequester* ZooUsing;
    TQCheckBox* ScanLzh;
    KURLRequester* LzhUsing;
    TQCheckBox* ScanJar;
    KURLRequester* JarUsing;
    TQCheckBox* ScanDeb;
    KURLRequester* DebUsing;
    TQCheckBox* ScanTar;
    KURLRequester* TarUsing;
    TQCheckBox* ScanTgz;
    KURLRequester* TgzUsing;
    TQGroupBox* FileTypes;
    TQCheckBox* ScanMail;
    TQCheckBox* ScanHTML;
    TQCheckBox* ScanPE;
    TQCheckBox* ScanOle;
    TQCheckBox* VirusBroken;
    TQCheckBox* ExcludeQuarantine;
    TQPushButton* OK;
    TQPushButton* Cancel;
    TDEConfig* config;
    KComboBox* zipedit;


private:

    void fetchSettings();

private slots:
    void updateSettings();

protected slots:
    virtual void languageChange();

};

#endif // KLAMSCANOPTIONS_H