OptionDlg.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file '/home/kuddel/Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/OptionDlg.ui'
00003 **
00004 ** Created: Di Mai 15 19:57:53 2007
00005 **      by: The User Interface Compiler ($Id: OptionDlg_8h-source.html,v 1.8 2007/05/16 20:11:59 kuddel-fl Exp $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef OPTIONDLG_H
00011 #define OPTIONDLG_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 QGroupBox;
00021 class QLabel;
00022 class QPushButton;
00023 class QComboBox;
00024 class QTabWidget;
00025 class QWidget;
00026 class QCheckBox;
00027 class QSpinBox;
00028 class QLineEdit;
00029 
00030 class OptionDlg : public QDialog
00031 {
00032     Q_OBJECT
00033 
00034 public:
00035     OptionDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00036     ~OptionDlg();
00037 
00038     QGroupBox* QGroupBox_1;
00039     QLabel* QLabel_1;
00040     QPushButton* m_ButtonDelete;
00041     QPushButton* m_ButtonCopy;
00042     QPushButton* m_ButtonEdit;
00043     QPushButton* m_ButtonAdd;
00044     QComboBox* m_ComboAccount;
00045     QTabWidget* TabWidget2;
00046     QWidget* tab;
00047     QCheckBox* m_CheckSavePassword;
00048     QCheckBox* m_CheckStartMinimized;
00049     QCheckBox* m_CheckConfirmDelete;
00050     QLabel* QLabel_2;
00051     QLabel* QLabel_3;
00052     QLabel* QLabel_6;
00053     QLabel* QLabel_4;
00054     QSpinBox* m_SpinPop3Timer;
00055     QSpinBox* m_SpinInitTimer;
00056     QSpinBox* m_SpinIntervalTimer;
00057     QSpinBox* m_SpinMaxSize;
00058     QCheckBox* _checkConfirmClose;
00059     QCheckBox* m_CheckKeepNewMail;
00060     QCheckBox* m_CheckCloseMinimizes;
00061     QCheckBox* m_CheckMinimizeToTray;
00062     QWidget* tab_2;
00063     QGroupBox* GroupBox3;
00064     QCheckBox* m_CheckActive;
00065     QCheckBox* m_CheckAccount1;
00066     QCheckBox* m_CheckServer;
00067     QCheckBox* m_CheckUser;
00068     QCheckBox* m_CheckMessages;
00069     QCheckBox* m_CheckSize1;
00070     QGroupBox* GroupBox2;
00071     QCheckBox* m_CheckNumber;
00072     QCheckBox* m_CheckAccount2;
00073     QCheckBox* m_CheckFrom;
00074     QCheckBox* m_CheckTo;
00075     QCheckBox* m_CheckSubject;
00076     QCheckBox* m_CheckDate;
00077     QCheckBox* m_CheckSize2;
00078     QCheckBox* m_CheckContent;
00079     QCheckBox* m_CheckState;
00080     QGroupBox* groupBox4;
00081     QCheckBox* m_checkHTML;
00082     QWidget* tab_3;
00083     QCheckBox* m_CheckMinimizeNoMail;
00084     QCheckBox* m_CheckTerminateNoMail;
00085     QWidget* tab_4;
00086     QCheckBox* m_CheckBeep;
00087     QCheckBox* m_CheckShowMainWindow;
00088     QCheckBox* m_CheckSound;
00089     QCheckBox* m_CheckExternalProg;
00090     QPushButton* m_ButtonSelectSoundFile;
00091     QPushButton* m_ButtonSoundTest;
00092     QLabel* QLabel_5;
00093     QComboBox* m_ComboExternalProg;
00094     QPushButton* m_ButtonExternalProgTest;
00095     QLineEdit* m_EditSoundFile;
00096     QCheckBox* m_CheckShowMessagebox;
00097     QPushButton* m_ButtonOk;
00098     QPushButton* m_ButtonCancel;
00099 
00100 public slots:
00101     virtual void slotExternalProgTest();
00102     virtual void slotAccountActivated(int);
00103     virtual void slotButtonAddClicked();
00104     virtual void slotButtonCopyClicked();
00105     virtual void slotButtonDeleteClicked();
00106     virtual void slotButtonEditClicked();
00107     virtual void slotButtonOkClicked();
00108     virtual void slotButtonSelectSoundFile();
00109     virtual void slotMinimizeNoMailClicked();
00110     virtual void slotSavePasswordToggled();
00111     virtual void slotSoundTest();
00112     virtual void slotTerminateNoMailClicked();
00113 
00114 protected:
00115     QVBoxLayout* OptionDlgLayout;
00116     QGridLayout* QGroupBox_1Layout;
00117     QSpacerItem* spacer4;
00118     QSpacerItem* spacer2;
00119     QVBoxLayout* layout3;
00120     QGridLayout* tabLayout;
00121     QHBoxLayout* tabLayout_2;
00122     QVBoxLayout* GroupBox3Layout;
00123     QVBoxLayout* GroupBox2Layout;
00124     QVBoxLayout* groupBox4Layout;
00125     QVBoxLayout* tabLayout_3;
00126     QGridLayout* tabLayout_4;
00127     QHBoxLayout* layout2;
00128     QSpacerItem* Spacer70;
00129 
00130 protected slots:
00131     virtual void languageChange();
00132 
00133 };
00134 
00135 #endif // OPTIONDLG_H

Generated on Wed May 16 21:15:19 2007 for kshowmail by  doxygen 1.5.0