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.
klamav/src/klamdoptions.h

68 lines
1.5 KiB

/****************************************************************************
** 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