FilterDlg.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './FilterDlg.ui'
00003 **
00004 ** Created: Fr Jun 29 22:08:23 2007
00005 **      by: The User Interface Compiler ($Id: FilterDlg_8h-source.html,v 1.10 2007/07/05 17:37:49 kuddel-fl Exp $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef FILTERDLG_H
00011 #define FILTERDLG_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QPushButton;
00021 class QButtonGroup;
00022 class QRadioButton;
00023 class QGroupBox;
00024 class QComboBox;
00025 
00026 class FilterDlg : public QDialog
00027 {
00028     Q_OBJECT
00029 
00030 public:
00031     FilterDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00032     ~FilterDlg();
00033 
00034     QPushButton* _buttonOk;
00035     QPushButton* _buttonCancel;
00036     QButtonGroup* buttonGroup1;
00037     QRadioButton* _radioOff;
00038     QRadioButton* _radioOn;
00039     QRadioButton* _radioAuto;
00040     QGroupBox* QGroupBox_1;
00041     QComboBox* _comboFilter;
00042     QPushButton* _buttonAdd;
00043     QPushButton* _buttonEdit;
00044     QPushButton* _buttonCopy;
00045     QPushButton* _buttonDelete;
00046 
00047 public slots:
00048     virtual void slotAdd();
00049     virtual void slotCopy();
00050     virtual void slotDelete();
00051     virtual void slotEdit();
00052     virtual void slotOk();
00053     virtual void slotFilterActivated(int);
00054     virtual void slotAutomaticActivated();
00055 
00056 protected:
00057     QGridLayout* FilterDlgLayout;
00058     QHBoxLayout* Layout6;
00059     QSpacerItem* Spacer11;
00060     QGridLayout* buttonGroup1Layout;
00061     QGridLayout* QGroupBox_1Layout;
00062 
00063 protected slots:
00064     virtual void languageChange();
00065 
00066 };
00067 
00068 #endif // FILTERDLG_H

Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  doxygen 1.5.0