00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'idpage.ui' 00003 ** 00004 ** Created: Sat Feb 22 12:08:09 2003 00005 ** by: The User Interface Compiler ($Id: idpage.h,v 1.2 2003/05/06 17:58:13 Sigma Exp $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef IDPAGE_H 00011 #define IDPAGE_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 #include "page.h" 00017 #include "master.h" 00018 #include "idform.h" 00019 #include "mtpbrowser.h" 00020 00021 class QVBoxLayout; 00022 class QHBoxLayout; 00023 class QGridLayout; 00024 class QPushButton; 00025 class QWidgetStack; 00026 00027 class IdPage : public Page 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 IdPage( QWidget* parent, const char* name, Master * session, WFlags fl = 0 ); 00033 ~IdPage(); 00034 00035 QPushButton* details_button; 00036 QPushButton* update_button; 00037 QWidgetStack* widgetStack; 00038 00039 IdForm* idform; 00040 MtpBrowser* browser; 00041 00042 private slots: 00043 void switchPage(); 00044 void append(const QString&); 00045 void updatePage(); 00046 00047 protected: 00048 QGridLayout* IdPageLayout; 00049 00050 protected slots: 00051 virtual void languageChange(); 00052 00053 private: 00054 int id; 00055 }; 00056 00057 #endif // IDPAGE_H