diff options
author | Mavridis Philippe <[email protected]> | 2021-01-13 19:26:24 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-01-13 19:26:24 +0200 |
commit | 8c20dc919f7d54eb48fb60f39ba5e1d466a70763 (patch) | |
tree | 44d89f278d5dd066603e5ab9c0b270bc8eb4ad51 /src/klamscanoptions.h | |
download | klamav-8c20dc919f7d54eb48fb60f39ba5e1d466a70763.tar.gz klamav-8c20dc919f7d54eb48fb60f39ba5e1d466a70763.zip |
Initial commit
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/klamscanoptions.h')
-rw-r--r-- | src/klamscanoptions.h | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/src/klamscanoptions.h b/src/klamscanoptions.h new file mode 100644 index 0000000..b412242 --- /dev/null +++ b/src/klamscanoptions.h @@ -0,0 +1,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 <qvariant.h> +#include <qdialog.h> + +class QVBoxLayout; +class QHBoxLayout; +class QGridLayout; +class QSpacerItem; +class QGroupBox; +class QLabel; +class QSpinBox; +class QCheckBox; +class QButtonGroup; +class KURLRequester; +class QPushButton; +class KConfig; +class KComboBox; + +class KlamscanOptions : public QDialog +{ + Q_OBJECT + +public: + KlamscanOptions( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ~KlamscanOptions(); + + QGroupBox* Archive_Support; + QLabel* textLabel1_2_2; + QLabel* textLabel1_2; + QLabel* textLabel1_2_3; + QLabel* textLabel1; + QSpinBox* NoFilesToExtract; + QSpinBox* MBsToExtract; + QSpinBox* RecursionLevel; + QSpinBox* CompressionRatio; + QCheckBox* VirusLimitsExceeded; + QCheckBox* VirusEncrypted; + QButtonGroup* ArchiveTypes; + QCheckBox* ScanZip; + KURLRequester* ZipUsing; + QCheckBox* ScanRar; + KURLRequester* RarUsing; + QCheckBox* ScanArj; + KURLRequester* ArjUsing; + QCheckBox* ScanZoo; + KURLRequester* ZooUsing; + QCheckBox* ScanLzh; + KURLRequester* LzhUsing; + QCheckBox* ScanJar; + KURLRequester* JarUsing; + QCheckBox* ScanDeb; + KURLRequester* DebUsing; + QCheckBox* ScanTar; + KURLRequester* TarUsing; + QCheckBox* ScanTgz; + KURLRequester* TgzUsing; + QGroupBox* FileTypes; + QCheckBox* ScanMail; + QCheckBox* ScanHTML; + QCheckBox* ScanPE; + QCheckBox* ScanOle; + QCheckBox* VirusBroken; + QCheckBox* ExcludeQuarantine; + QPushButton* OK; + QPushButton* Cancel; + KConfig* config; + KComboBox* zipedit; + + +private: + + void fetchSettings(); + +private slots: + void updateSettings(); + +protected slots: + virtual void languageChange(); + +}; + +#endif // KLAMSCANOPTIONS_H |