kwalletwizard.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './kwalletwizard.ui' 00003 ** 00004 ** Created: Thu Sep 15 09:56:15 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef KWALLETWIZARD_H 00011 #define KWALLETWIZARD_H 00012 00013 #include <qvariant.h> 00014 #include <kwizard.h> 00015 #include <qcheckbox.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class QWidget; 00022 class QLabel; 00023 class QButtonGroup; 00024 class QRadioButton; 00025 class QLineEdit; 00026 class QCheckBox; 00027 00028 class KWalletWizard : public KWizard 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 KWalletWizard( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00034 ~KWalletWizard(); 00035 00036 QWidget* page1; 00037 QLabel* textLabel1; 00038 QLabel* textLabel2; 00039 QButtonGroup* buttonGroup1; 00040 QRadioButton* _basic; 00041 QRadioButton* _advanced; 00042 QWidget* page4; 00043 QLabel* textLabel2_3; 00044 QWidget* page2; 00045 QLabel* textLabel3; 00046 QLabel* textLabel1_2; 00047 QLabel* textLabel2_2; 00048 QLineEdit* _pass1; 00049 QLineEdit* _pass2; 00050 QCheckBox* _useWallet; 00051 QLabel* _matchLabel; 00052 QWidget* page3; 00053 QLabel* textLabel1_3; 00054 QCheckBox* _networkWallet; 00055 QCheckBox* _closeIdle; 00056 00057 public slots: 00058 virtual void setAdvanced(); 00059 virtual void setBasic(); 00060 00061 protected: 00062 QGridLayout* page1Layout; 00063 QSpacerItem* spacer3; 00064 QSpacerItem* spacer2; 00065 QSpacerItem* spacer1; 00066 QGridLayout* buttonGroup1Layout; 00067 QGridLayout* page4Layout; 00068 QGridLayout* page2Layout; 00069 QSpacerItem* spacer5; 00070 QSpacerItem* spacer6; 00071 QSpacerItem* spacer7; 00072 QSpacerItem* spacer4; 00073 QHBoxLayout* layout7; 00074 QVBoxLayout* layout5; 00075 QVBoxLayout* layout4; 00076 QGridLayout* page3Layout; 00077 QSpacerItem* spacer8; 00078 QSpacerItem* spacer9; 00079 00080 protected slots: 00081 virtual void languageChange(); 00082 00083 private slots: 00084 virtual void passwordPageUpdate(); 00085 virtual void init(); 00086 virtual void destroy(); 00087 00088 }; 00089 00090 #endif // KWALLETWIZARD_H