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 <qvariant.h>
00014 #include <qdialog.h>
00015 #include <kpassdlg.h>
00016 
00017 class QVBoxLayout;
00018 class QHBoxLayout;
00019 class QGridLayout;
00020 class QSpacerItem;
00021 class QLabel;
00022 class QLineEdit;
00023 class QCheckBox;
00024 class QPushButton;
00025 class QComboBox;
00026 class QSpinBox;
00027 
00028 class ServerDlg : public QDialog
00029 {
00030     Q_OBJECT
00031 
00032 public:
00033     ServerDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00034     ~ServerDlg();
00035 
00036     QLabel* QLabel_4;
00037     QLineEdit* m_EditAccount;
00038     QLineEdit* m_EditServer;
00039     QLabel* QLabel_3;
00040     QCheckBox* CheckActive;
00041     QPushButton* m_ButtonOk;
00042     QPushButton* m_ButtonCancel;
00043     QLabel* QLabel_1;
00044     QLabel* QLabel_2;
00045     QLabel* QLabel_5;
00046     QLabel* QLabel_6;
00047     QComboBox* m_ComboProtocol;
00048     QSpinBox* m_SpinPort;
00049     QLineEdit* m_EditUser;
00050     QLineEdit* m_EditPassword;
00051 
00052 public slots:
00053     virtual void slotButtonOkClicked();
00054 
00055 protected:
00056     QGridLayout* ServerDlgLayout;
00057     QHBoxLayout* Layout13;
00058     QSpacerItem* Spacer1;
00059     QHBoxLayout* Layout15;
00060     QSpacerItem* Spacer11;
00061     QHBoxLayout* Layout14;
00062     QSpacerItem* 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