blob: 2ffe75dfb2b1e4a6adf82ba18887dd2ce360740d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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 <ntqvariant.h>
#include <ntqpixmap.h>
#include <ntqwidget.h>
class TQVBoxLayout;
class TQHBoxLayout;
class TQGridLayout;
class TQSpacerItem;
class TQFrame;
class TQLabel;
class AboutCfgDesign : public TQWidget
{
Q_OBJECT
public:
AboutCfgDesign( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~AboutCfgDesign();
TQFrame* Frame3;
TQLabel* PixmapLabel1;
TQLabel* TextLabel2;
TQFrame* Frame4;
TQLabel* TextLabel1;
TQFrame* Frame5;
TQFrame* Frame6;
TQLabel* labelTitle;
TQLabel* TextLabel3_2;
protected:
TQVBoxLayout* AboutCfgDesignLayout;
TQHBoxLayout* Frame5Layout;
TQSpacerItem* Spacer1;
protected slots:
virtual void languageChange();
private:
TQPixmap image0;
};
#endif // ABOUTCFGDESIGN_H
|