You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
2.2 KiB
94 lines
2.2 KiB
/****************************************************************************
|
|
** 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
|
|
{
|
|
Q_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
|