certificatewizard.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './certificatewizard.ui' 00003 ** 00004 ** Created: Fri Oct 1 15:06:15 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 CERTIFICATEWIZARD_H 00011 #define CERTIFICATEWIZARD_H 00012 00013 #include <qvariant.h> 00014 #include <qwizard.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QWidget; 00021 class QLabel; 00022 class QLineEdit; 00023 class QButtonGroup; 00024 class QRadioButton; 00025 class QTextEdit; 00026 00027 class CertificateWizard : public QWizard 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 CertificateWizard( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00033 ~CertificateWizard(); 00034 00035 QWidget* page; 00036 QLabel* TextLabel1; 00037 QWidget* page_2; 00038 QLabel* TextLabel2; 00039 QLineEdit* nameED; 00040 QLineEdit* organizationED; 00041 QLineEdit* departmentED; 00042 QLineEdit* emailED; 00043 QLabel* nameLA; 00044 QLabel* departmentLA; 00045 QLabel* emailLA; 00046 QLabel* organizationLA; 00047 QWidget* page_3; 00048 QLabel* TextLabel4; 00049 QButtonGroup* ButtonGroup7; 00050 QRadioButton* centralizedRB; 00051 QRadioButton* decentralizedRB; 00052 QLabel* TextLabel5; 00053 QLineEdit* caEmailED; 00054 QWidget* page_4; 00055 QLabel* TextLabel7; 00056 QTextEdit* certificateTE; 00057 00058 protected: 00059 QVBoxLayout* pageLayout; 00060 QVBoxLayout* pageLayout_2; 00061 QVBoxLayout* ButtonGroup7Layout; 00062 QHBoxLayout* Layout9; 00063 QVBoxLayout* pageLayout_3; 00064 00065 protected slots: 00066 virtual void languageChange(); 00067 00068 virtual void slotCreatePSE(); 00069 00070 00071 }; 00072 00073 #endif // CERTIFICATEWIZARD_H