certmanager/lib
adddirectoryservicedialog.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './adddirectoryservicedialog.ui' 00003 ** 00004 ** Created: Thu Mar 29 05:49:13 2007 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef ADDDIRECTORYSERVICEDIALOG_H 00011 #define ADDDIRECTORYSERVICEDIALOG_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 QLabel; 00021 class QLineEdit; 00022 class QPushButton; 00023 class QFrame; 00024 00025 class AddDirectoryServiceDialog : public QDialog 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 AddDirectoryServiceDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00031 ~AddDirectoryServiceDialog(); 00032 00033 QLabel* serverNameLA; 00034 QLineEdit* descriptionED; 00035 QLineEdit* portED; 00036 QLineEdit* serverNameED; 00037 QLabel* usernameLA; 00038 QLabel* passwordLA; 00039 QPushButton* PushButton3; 00040 QPushButton* PushButton4; 00041 QFrame* line1; 00042 QLineEdit* usernameED; 00043 QLineEdit* passwordED; 00044 QLabel* descriptionLA; 00045 QLabel* portLA; 00046 00047 protected: 00048 QGridLayout* AddDirectoryServiceDialogLayout; 00049 QSpacerItem* spacer23; 00050 QSpacerItem* spacer21; 00051 00052 protected slots: 00053 virtual void languageChange(); 00054 00055 }; 00056 00057 #endif // ADDDIRECTORYSERVICEDIALOG_H