|
|
/**************************************************************************** ** Form interface generated from reading ui file './keygenwizard2.ui' ** ** Created: Mon Sep 2 09:33:57 2002 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef KGWIZARDPAGE2_H #define KGWIZARDPAGE2_H #include#include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QLabel; class QLineEdit; class KGWizardPage2 : public QWidget { Q_OBJECT public: KGWizardPage2( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~KGWizardPage2(); QLabel* TextLabel4; QLabel* TextLabel6; QLabel* TextLabel5; QLineEdit* _password1; QLineEdit* _password2; protected: QGridLayout* KGWizardPage2Layout; }; #endif // KGWIZARDPAGE2_H
Generated by: root on daffy.perf.redhat.com on Mon Sep 2 10:12:56 2002, using kdoc 2.0a54. |