blob: 9443401eb92684edff16e3804381162b12a41791 (
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
|
/****************************************************************************
** Form interface generated from reading ui file './kcompletiontest.ui'
**
** Created: Wed Nov 15 20:12:56 2000
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef FORM1_H
#define FORM1_H
#include <tqstringlist.h>
#include <tqvariant.h>
#include <tqwidget.h>
class TQVBoxLayout;
class TQHBoxLayout;
class TQGridLayout;
class TQGroupBox;
class TQLabel;
class TQListBox;
class TQListBoxItem;
class TQPushButton;
class KHistoryCombo;
class KLineEdit;
class Form1 : public TQWidget
{
Q_OBJECT
public:
Form1( TQWidget* parent = 0, const char* name = 0 );
~Form1();
TQGroupBox* GroupBox1;
TQLabel* TextLabel1;
KLineEdit* LineEdit1;
TQPushButton* PushButton1;
TQPushButton* PushButton1_4;
TQListBox* ListBox1;
TQPushButton* PushButton1_3;
TQPushButton* PushButton1_2;
KLineEdit* edit;
KHistoryCombo *combo;
protected slots:
void slotList();
void slotAdd();
void slotRemove();
void slotHighlighted( const TQString& );
protected:
TQStringList defaultItems() const;
TQVBoxLayout* Form1Layout;
TQVBoxLayout* GroupBox1Layout;
TQVBoxLayout* Layout9;
TQHBoxLayout* Layout1;
TQHBoxLayout* Layout2;
TQHBoxLayout* Layout3;
TQHBoxLayout* Layout8;
TQVBoxLayout* Layout7;
};
#endif // FORM1_H
|