00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'idform.ui' 00003 ** 00004 ** Created: Sat May 10 12:00:30 2003 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.1.2 edited Dec 19 11:45 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef IDFORM_H 00011 #define IDFORM_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QFrame; 00020 class QLabel; 00021 class QTextBrowser; 00022 00023 class IdForm : public QWidget 00024 { 00025 Q_OBJECT 00026 00027 public: 00028 IdForm( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00029 ~IdForm(); 00030 00031 QFrame* picture_frame; 00032 QLabel* login_label; 00033 QLabel* group_label; 00034 QTextBrowser* plan_edit; 00035 QLabel* textLabel5; 00036 QLabel* textLabel6; 00037 QLabel* textLabel2; 00038 QLabel* textLabel7; 00039 QLabel* name_edit; 00040 QLabel* email_edit; 00041 QLabel* birthday_edit; 00042 QLabel* formation_edit; 00043 00044 public slots: 00045 virtual void append( const QString & msg ); 00046 virtual void init(); 00047 00048 protected: 00049 QGridLayout* IdFormLayout; 00050 00051 protected slots: 00052 virtual void languageChange(); 00053 00054 private: 00055 int state; 00056 00057 }; 00058 00059 #endif // IDFORM_H