kwalletwizard.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef KWALLETWIZARD_H
00011 #define KWALLETWIZARD_H
00012
00013 #include <qvariant.h>
00014 #include <qwizard.h>
00015 #include <qcheckbox.h>
00016
00017 class QVBoxLayout;
00018 class QHBoxLayout;
00019 class QGridLayout;
00020 class QWidget;
00021 class QLabel;
00022 class QButtonGroup;
00023 class QRadioButton;
00024 class QLineEdit;
00025 class QCheckBox;
00026
00027 class KWalletWizard : public QWizard
00028 {
00029 Q_OBJECT
00030
00031 public:
00032 KWalletWizard( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00033 ~KWalletWizard();
00034
00035 QWidget* page1;
00036 QLabel* textLabel1;
00037 QLabel* textLabel2;
00038 QButtonGroup* buttonGroup1;
00039 QRadioButton* _basic;
00040 QRadioButton* _advanced;
00041 QWidget* page4;
00042 QLabel* textLabel2_3;
00043 QWidget* page2;
00044 QLabel* textLabel3;
00045 QLabel* textLabel1_2;
00046 QLabel* textLabel2_2;
00047 QLineEdit* _pass1;
00048 QLineEdit* _pass2;
00049 QCheckBox* _useWallet;
00050 QLabel* _matchLabel;
00051 QWidget* page3;
00052 QLabel* textLabel1_3;
00053 QCheckBox* _networkWallet;
00054 QCheckBox* _closeIdle;
00055
00056 public slots:
00057 virtual void setAdvanced();
00058 virtual void setBasic();
00059
00060 protected:
00061 QGridLayout* page1Layout;
00062 QGridLayout* buttonGroup1Layout;
00063 QGridLayout* page4Layout;
00064 QGridLayout* page2Layout;
00065 QHBoxLayout* layout7;
00066 QVBoxLayout* layout5;
00067 QVBoxLayout* layout4;
00068 QGridLayout* page3Layout;
00069
00070 protected slots:
00071 virtual void languageChange();
00072
00073 private slots:
00074 virtual void passwordPageUpdate();
00075 virtual void init();
00076 virtual void destroy();
00077
00078 };
00079
00080 #endif // KWALLETWIZARD_H
This file is part of the documentation for kio Library Version 3.2.3.