blob: e630e0ca9fb28752f82aac474407283f3bfc36d2 (
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
|
/****************************************************************************
** Form interface generated from reading ui file '/home/bettini/work/klcddimmer/src/progpreferences.ui'
**
** Created: Sat Feb 24 20:45:58 2007
** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.7 edited Aug 31 2005 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef PROGPREFERENCES_H
#define PROGPREFERENCES_H
#include <ntqvariant.h>
#include <ntqwidget.h>
class TQVBoxLayout;
class TQHBoxLayout;
class TQGridLayout;
class TQSpacerItem;
class TQLabel;
class TQLineEdit;
class KIntNumInput;
class TQCheckBox;
class ProgPreferences : public TQWidget
{
TQ_OBJECT
public:
ProgPreferences( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~ProgPreferences();
TQLabel* textLabel1;
TQLineEdit* kcfg_Program;
TQLabel* textLabel2;
TQLineEdit* kcfg_SetArgument;
TQLabel* textLabel2_2;
TQLineEdit* kcfg_GetArgument;
TQLabel* textLabel3;
KIntNumInput* kcfg_MinValue;
TQLabel* textLabel3_2;
KIntNumInput* kcfg_MaxValue;
TQLabel* textLabel3_2_2;
KIntNumInput* kcfg_Step;
TQCheckBox* kcfg_SaveCurrent;
protected:
TQGridLayout* ProgPreferencesLayout;
TQVBoxLayout* layout11;
TQHBoxLayout* layout2;
TQHBoxLayout* layout3;
TQHBoxLayout* layout3_2;
TQHBoxLayout* layout7;
TQSpacerItem* spacer1;
TQHBoxLayout* layout7_2;
TQSpacerItem* spacer1_2;
TQHBoxLayout* layout7_2_2;
TQSpacerItem* spacer1_2_2;
protected slots:
virtual void languageChange();
};
#endif // PROGPREFERENCES_H
|