00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'gui\aboutbox.ui' 00003 ** 00004 ** Created: qui 16. jun 01:44:57 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.2 edited Nov 24 13:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef ABOUTBOX_H 00011 #define ABOUTBOX_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QLabel; 00021 class QPushButton; 00022 class QTabWidget; 00023 class QWidget; 00024 class QTextBrowser; 00025 00026 class AboutBox : public QDialog 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 AboutBox( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 ~AboutBox(); 00033 00034 QLabel* textLabel5; 00035 QPushButton* pushButton7; 00036 QTabWidget* tabWidget3; 00037 QWidget* tab; 00038 QLabel* textLabel3; 00039 QLabel* textLabel4; 00040 QLabel* textLabel1; 00041 QWidget* tab_2; 00042 QLabel* textLabel2; 00043 QWidget* TabPage; 00044 QTextBrowser* licenceBrowser; 00045 00046 public slots: 00047 virtual void pushButton7_clicked(); 00048 00049 protected: 00050 00051 protected slots: 00052 virtual void languageChange(); 00053 00054 }; 00055 00056 #endif // ABOUTBOX_H