certmanager/lib Library API Documentation

adddirectoryservicedialog.h

00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './adddirectoryservicedialog.ui' 00003 ** 00004 ** Created: Thu Oct 21 19:27:47 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) 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
KDE Logo
This file is part of the documentation for certmanager/lib Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Oct 21 19:46:26 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003