diff options
Diffstat (limited to 'src/aboutcfgdesign.h')
-rw-r--r-- | src/aboutcfgdesign.h | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/src/aboutcfgdesign.h b/src/aboutcfgdesign.h new file mode 100644 index 0000000..0f3dc00 --- /dev/null +++ b/src/aboutcfgdesign.h @@ -0,0 +1,55 @@ +/**************************************************************************** +** Form interface generated from reading ui file './aboutcfgdesign.ui' +** +** Created: mer aoû 18 23:39:01 2004 +** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ + +#ifndef ABOUTCFGDESIGN_H +#define ABOUTCFGDESIGN_H + +#include <qvariant.h> +#include <qpixmap.h> +#include <qwidget.h> + +class QVBoxLayout; +class QHBoxLayout; +class QGridLayout; +class QSpacerItem; +class QFrame; +class QLabel; + +class AboutCfgDesign : public QWidget +{ + Q_OBJECT + +public: + AboutCfgDesign( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + ~AboutCfgDesign(); + + QFrame* Frame3; + QLabel* PixmapLabel1; + QLabel* TextLabel2; + QFrame* Frame4; + QLabel* TextLabel1; + QFrame* Frame5; + QFrame* Frame6; + QLabel* labelTitle; + QLabel* TextLabel3_2; + +protected: + QVBoxLayout* AboutCfgDesignLayout; + QHBoxLayout* Frame5Layout; + QSpacerItem* Spacer1; + +protected slots: + virtual void languageChange(); + +private: + QPixmap image0; + +}; + +#endif // ABOUTCFGDESIGN_H |