blob: 4a0676b702b67b61ad5d7d95689eb4addec1adfa (
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
|
/****************************************************************************
** Form interface generated from reading ui file './palettecfgdesign.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 PALETTECFGDESIGN_H
#define PALETTECFGDESIGN_H
#include <ntqvariant.h>
#include <ntqwidget.h>
#include <kcolorbutton.h>
class TQVBoxLayout;
class TQHBoxLayout;
class TQGridLayout;
class TQSpacerItem;
class TQFrame;
class TQLabel;
class TQPushButton;
class TQComboBox;
class KColorButton;
class PaletteCfgDesign : public TQWidget
{
Q_OBJECT
public:
PaletteCfgDesign( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~PaletteCfgDesign();
TQFrame* framePanel;
TQLabel* labelTitle;
TQLabel* labelValue;
TQPushButton* buttonDefaultPalette;
TQComboBox* comboSelect;
KColorButton* buttonColor;
protected:
TQGridLayout* PaletteCfgDesignLayout;
protected slots:
virtual void languageChange();
};
#endif // PALETTECFGDESIGN_H
|