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 <tqvariant.h> 00014 #include <tqdialog.h> 00015 00016 class TQVBoxLayout; 00017 class TQHBoxLayout; 00018 class TQGridLayout; 00019 class TQSpacerItem; 00020 class TQGroupBox; 00021 class TQLabel; 00022 class TQPushButton; 00023 class TQComboBox; 00024 class TQTabWidget; 00025 class TQWidget; 00026 class TQCheckBox; 00027 class TQSpinBox; 00028 class TQLineEdit; 00029 00030 class OptionDlg : public TQDialog 00031 { 00032 TQ_OBJECT 00033 00034 public: 00035 OptionDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00036 ~OptionDlg(); 00037 00038 TQGroupBox* TQGroupBox_1; 00039 TQLabel* TQLabel_1; 00040 TQPushButton* m_ButtonDelete; 00041 TQPushButton* m_ButtonCopy; 00042 TQPushButton* m_ButtonEdit; 00043 TQPushButton* m_ButtonAdd; 00044 TQComboBox* m_ComboAccount; 00045 TQTabWidget* TabWidget2; 00046 TQWidget* tab; 00047 TQCheckBox* m_CheckSavePassword; 00048 TQCheckBox* m_CheckStartMinimized; 00049 TQCheckBox* m_CheckConfirmDelete; 00050 TQLabel* TQLabel_2; 00051 TQLabel* TQLabel_3; 00052 TQLabel* TQLabel_6; 00053 TQLabel* TQLabel_4; 00054 TQSpinBox* m_SpinPop3Timer; 00055 TQSpinBox* m_SpinInitTimer; 00056 TQSpinBox* m_SpinIntervalTimer; 00057 TQSpinBox* m_SpinMaxSize; 00058 TQCheckBox* _checkConfirmClose; 00059 TQCheckBox* m_CheckKeepNewMail; 00060 TQCheckBox* m_CheckCloseMinimizes; 00061 TQCheckBox* m_CheckMinimizeToTray; 00062 TQWidget* tab_2; 00063 TQGroupBox* GroupBox3; 00064 TQCheckBox* m_CheckActive; 00065 TQCheckBox* m_CheckAccount1; 00066 TQCheckBox* m_CheckServer; 00067 TQCheckBox* m_CheckUser; 00068 TQCheckBox* m_CheckMessages; 00069 TQCheckBox* m_CheckSize1; 00070 TQGroupBox* GroupBox2; 00071 TQCheckBox* m_CheckNumber; 00072 TQCheckBox* m_CheckAccount2; 00073 TQCheckBox* m_CheckFrom; 00074 TQCheckBox* m_CheckTo; 00075 TQCheckBox* m_CheckSubject; 00076 TQCheckBox* m_CheckDate; 00077 TQCheckBox* m_CheckSize2; 00078 TQCheckBox* m_CheckContent; 00079 TQCheckBox* m_CheckState; 00080 TQGroupBox* groupBox4; 00081 TQCheckBox* m_checkHTML; 00082 TQWidget* tab_3; 00083 TQCheckBox* m_CheckMinimizeNoMail; 00084 TQCheckBox* m_CheckTerminateNoMail; 00085 TQWidget* tab_4; 00086 TQCheckBox* m_CheckBeep; 00087 TQCheckBox* m_CheckShowMainWindow; 00088 TQCheckBox* m_CheckSound; 00089 TQCheckBox* m_CheckExternalProg; 00090 TQPushButton* m_ButtonSelectSoundFile; 00091 TQPushButton* m_ButtonSoundTest; 00092 TQLabel* TQLabel_5; 00093 TQComboBox* m_ComboExternalProg; 00094 TQPushButton* m_ButtonExternalProgTest; 00095 TQLineEdit* m_EditSoundFile; 00096 TQCheckBox* m_CheckShowMessagebox; 00097 TQPushButton* m_ButtonOk; 00098 TQPushButton* 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 TQVBoxLayout* OptionDlgLayout; 00116 TQGridLayout* TQGroupBox_1Layout; 00117 TQSpacerItem* spacer4; 00118 TQSpacerItem* spacer2; 00119 TQVBoxLayout* layout3; 00120 TQGridLayout* tabLayout; 00121 TQHBoxLayout* tabLayout_2; 00122 TQVBoxLayout* GroupBox3Layout; 00123 TQVBoxLayout* GroupBox2Layout; 00124 TQVBoxLayout* groupBox4Layout; 00125 TQVBoxLayout* tabLayout_3; 00126 TQGridLayout* tabLayout_4; 00127 TQHBoxLayout* layout2; 00128 TQSpacerItem* Spacer70; 00129 00130 protected slots: 00131 virtual void languageChange(); 00132 00133 }; 00134 00135 #endif // OPTIONDLG_H