00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './userinfodecl.ui' 00003 ** 00004 ** Created: Mon Nov 17 11:48:19 2008 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 USERINFODECL_H 00011 #define USERINFODECL_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class KActiveLabel; 00021 class KLineEdit; 00022 class QLabel; 00023 class KPushButton; 00024 00025 class UserInfoDecl : public QWidget 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 UserInfoDecl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00031 ~UserInfoDecl(); 00032 00033 KActiveLabel* kActiveLabel1; 00034 KLineEdit* m_userNameEdit; 00035 QLabel* TextLabel3; 00036 QLabel* TextLabel4; 00037 QLabel* TextLabel2; 00038 KLineEdit* m_streetEdit; 00039 KLineEdit* m_emailEdit; 00040 KLineEdit* m_townEdit; 00041 KLineEdit* m_telephoneEdit; 00042 QLabel* TextLabel7; 00043 QLabel* TextLabel6; 00044 QLabel* TextLabel1; 00045 KPushButton* m_loadAddressButton; 00046 KLineEdit* m_countyEdit; 00047 QLabel* TextLabel5; 00048 KLineEdit* m_postcodeEdit; 00049 00050 protected: 00051 QGridLayout* UserInfoDeclLayout; 00052 QSpacerItem* spacer5; 00053 QHBoxLayout* layout22; 00054 QSpacerItem* spacer11; 00055 00056 protected slots: 00057 virtual void languageChange(); 00058 00059 }; 00060 00061 #endif // USERINFODECL_H
1.4.1