00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef ABOUTFORM_H
00011 #define ABOUTFORM_H
00012
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QLabel;
00020 class QPushButton;
00021
00022 class AboutForm : public QDialog
00023 {
00024 Q_OBJECT
00025
00026 public:
00027 AboutForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00028 ~AboutForm();
00029
00030 QLabel* textLabel1;
00031 QLabel* textLabel3;
00032 QLabel* textLabel4;
00033 QLabel* textLabel5;
00034 QLabel* textLabel6;
00035 QLabel* textLabel7;
00036 QLabel* textLabel2;
00037 QPushButton* pushButton22;
00038
00039 protected:
00040 QGridLayout* AboutFormLayout;
00041 QHBoxLayout* layout13;
00042 QVBoxLayout* layout12;
00043 QHBoxLayout* layout11;
00044 QVBoxLayout* layout10;
00045 QHBoxLayout* layout9;
00046 QVBoxLayout* layout2;
00047 QHBoxLayout* layout7;
00048
00049 protected slots:
00050 virtual void languageChange();
00051 };
00052
00053 #endif // ABOUTFORM_H