blob: 2db5b83eed299797c449821d47e94300d4fd9d6e (
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
/****************************************************************************
** Form interface generated from reading ui file './lmsensorscfgdesign.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 LMSENSORSCFGDESIGN_H
#define LMSENSORSCFGDESIGN_H
#include <ntqvariant.h>
#include <ntqwidget.h>
#include <kcolorbutton.h>
class TQVBoxLayout;
class TQHBoxLayout;
class TQGridLayout;
class TQSpacerItem;
class TQTabWidget;
class TQGroupBox;
class TQLabel;
class TQLineEdit;
class TQComboBox;
class TQCheckBox;
class KColorButton;
class TQFrame;
class TQRadioButton;
class TQPushButton;
class TQListBox;
class TQListBoxItem;
class TQButtonGroup;
class TQSpinBox;
class TQSlider;
class LMSensorsCfgDesign : public TQWidget
{
Q_OBJECT
public:
LMSensorsCfgDesign( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~LMSensorsCfgDesign();
TQTabWidget* MainTab;
TQWidget* tab;
TQTabWidget* SensorsTab;
TQWidget* tab_2;
TQGroupBox* GroupBoxDes;
TQLabel* pixmapSensor;
TQLabel* TextLabel2_2;
TQLineEdit* editDescription;
TQGroupBox* GroupBox2_2_2;
TQLineEdit* editValue;
TQLabel* TextLabel3_2_2_3_2_2_2;
TQLabel* TextLabel3_2_4_2_2_2;
TQComboBox* editMaxValue;
TQLabel* TextLabel1_2_3_2_2;
TQLineEdit* editMul;
TQLabel* TextLabel3_2;
TQLabel* TextLabel3_2_3_2_2_2_2;
TQLabel* TextLabel1_3_3_2;
TQLineEdit* editIdealValue;
TQComboBox* editMinValue;
TQLineEdit* editSum;
TQWidget* tab_3;
TQGroupBox* GroupBox13;
TQCheckBox* checkShow;
TQGroupBox* boxPanelPalette;
TQWidget* tab_4;
TQGroupBox* GroupBox14;
TQCheckBox* checkShowInDock;
TQGroupBox* GroupBoxColorDock;
TQLabel* TextLabel1_2_2_2_2;
KColorButton* colorAlarm;
KColorButton* colorNormal;
TQLabel* TextLabel1_4_2_2;
TQWidget* tab_5;
TQLabel* TextLabel1_3_2_2_2_2;
TQFrame* Frame11_2_2_2;
TQCheckBox* CheckAllSensors;
TQRadioButton* radioAlarm1;
TQPushButton* buttonTest;
TQRadioButton* radioAlarm2;
TQRadioButton* radioAlarm3;
TQLineEdit* editLaunch;
TQLineEdit* editPlay;
TQListBox* listSensors;
TQWidget* tab_6;
TQButtonGroup* ButtonGroup5;
TQRadioButton* RadioF;
TQRadioButton* RadioC;
TQRadioButton* RadioK;
TQGroupBox* groupBox79;
TQSpinBox* SpinUpdateTime;
TQSlider* SliderUpdateTime;
protected:
TQGridLayout* LMSensorsCfgDesignLayout;
TQGridLayout* tabLayout;
TQGridLayout* tabLayout_2;
TQGridLayout* GroupBoxDesLayout;
TQHBoxLayout* layout5;
TQVBoxLayout* layout4;
TQGridLayout* GroupBox2_2_2Layout;
TQSpacerItem* spacer12;
TQSpacerItem* spacer10;
TQVBoxLayout* tabLayout_3;
TQSpacerItem* Spacer4_2;
TQGridLayout* GroupBox13Layout;
TQGridLayout* tabLayout_4;
TQSpacerItem* Spacer3_2;
TQGridLayout* GroupBox14Layout;
TQGridLayout* GroupBoxColorDockLayout;
TQSpacerItem* spacer5;
TQSpacerItem* spacer6;
TQVBoxLayout* tabLayout_5;
TQGridLayout* layout9;
TQSpacerItem* spacer9;
TQHBoxLayout* layout6;
TQSpacerItem* spacer7;
TQHBoxLayout* layout7;
TQSpacerItem* spacer8;
TQGridLayout* tabLayout_6;
TQSpacerItem* spacer12_2;
TQGridLayout* ButtonGroup5Layout;
TQGridLayout* groupBox79Layout;
protected slots:
virtual void languageChange();
};
#endif // LMSENSORSCFGDESIGN_H
|