blob: 2df78b84651c824aaafa48f77296d25ec7470d7b (
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
|
/****************************************************************************
** Form interface generated from reading ui file './generalcfgdesign.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 GENERALCFGDESIGN_H
#define GENERALCFGDESIGN_H
#include <ntqvariant.h>
#include <ntqwidget.h>
class TQVBoxLayout;
class TQHBoxLayout;
class TQGridLayout;
class TQSpacerItem;
class TQButtonGroup;
class TQRadioButton;
class TQGroupBox;
class TQCheckBox;
class GeneralCfgDesign : public TQWidget
{
Q_OBJECT
public:
GeneralCfgDesign( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~GeneralCfgDesign();
TQButtonGroup* ButtonGroup5;
TQRadioButton* Radio64;
TQRadioButton* Radio56;
TQRadioButton* Radio48;
TQGroupBox* boxGeneralPalette;
TQGroupBox* GroupBox2;
TQCheckBox* CheckBoxAutoStart;
protected:
TQGridLayout* GeneralCfgDesignLayout;
TQSpacerItem* Spacer28;
TQGridLayout* ButtonGroup5Layout;
TQVBoxLayout* GroupBox2Layout;
protected slots:
virtual void languageChange();
};
#endif // GENERALCFGDESIGN_H
|