ServerDlg.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file '/home/kuddel/Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/ServerDlg.ui'
00003 **
00004 ** Created: Di Mai 15 19:57:52 2007
00005 **      by: The User Interface Compiler ($Id: ServerDlg_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 SERVERDLG_H
00011 #define SERVERDLG_H
00012 
00013 #include <ntqvariant.h>
00014 #include <ntqdialog.h>
00015 #include <kpassdlg.h>
00016 
00017 class TQVBoxLayout;
00018 class TQHBoxLayout;
00019 class TQGridLayout;
00020 class TQSpacerItem;
00021 class TQLabel;
00022 class TQLineEdit;
00023 class TQCheckBox;
00024 class TQPushButton;
00025 class TQComboBox;
00026 class TQSpinBox;
00027 
00028 class ServerDlg : public TQDialog
00029 {
00030     TQ_OBJECT
00031 
00032 public:
00033     ServerDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00034     ~ServerDlg();
00035 
00036     TQLabel* TQLabel_4;
00037     TQLineEdit* m_EditAccount;
00038     TQLineEdit* m_EditServer;
00039     TQLabel* TQLabel_3;
00040     TQCheckBox* CheckActive;
00041     TQPushButton* m_ButtonOk;
00042     TQPushButton* m_ButtonCancel;
00043     TQLabel* TQLabel_1;
00044     TQLabel* TQLabel_2;
00045     TQLabel* TQLabel_5;
00046     TQLabel* TQLabel_6;
00047     TQComboBox* m_ComboProtocol;
00048     TQSpinBox* m_SpinPort;
00049     TQLineEdit* m_EditUser;
00050     TQLineEdit* m_EditPassword;
00051 
00052 public slots:
00053     virtual void slotButtonOkClicked();
00054 
00055 protected:
00056     TQGridLayout* ServerDlgLayout;
00057     TQHBoxLayout* Layout13;
00058     TQSpacerItem* Spacer1;
00059     TQHBoxLayout* Layout15;
00060     TQSpacerItem* Spacer11;
00061     TQHBoxLayout* Layout14;
00062     TQSpacerItem* Spacer10;
00063 
00064 protected slots:
00065     virtual void languageChange();
00066 
00067 };
00068 
00069 #endif // SERVERDLG_H

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