summaryrefslogtreecommitdiff
path: root/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h
Unidiff
Diffstat (limited to 'noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h56
1 files changed, 56 insertions, 0 deletions
diff --git a/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h b/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h
new file mode 100644
index 0000000..8193b61
--- a/dev/null
+++ b/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h
@@ -0,0 +1,56 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'KHCWidgetBase.ui'
3**
4** Created: Mon Feb 28 09:54:07 2005
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef KHCWIDGETBASE_H
10#define KHCWIDGETBASE_H
11
12#include <qvariant.h>
13#include <qwidget.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QCheckBox;
18class QLabel;
19class QLineEdit;
20class QMultiLineEdit;
21class QPushButton;
22
23class KHCWidgetBase : public QWidget
24{
25 Q_OBJECT
26
27public:
28 KHCWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
29 ~KHCWidgetBase();
30
31 QPushButton* btnCtrl;
32 QPushButton* btnGen;
33 QPushButton* btnCopy;
34 QLabel* lblOrgK;
35 QLabel* lblMapK;
36 QLabel* lblMapKeycode;
37 QLineEdit* txtMapKey;
38 QLineEdit* txtOrgKey;
39 QLabel* lblOriginal;
40 QLabel* lblMapping;
41 QMultiLineEdit* mleDefine;
42 QLabel* lblOrgKeycode;
43 QLabel* lblOrgU;
44 QLabel* lblOrgUnicode;
45 QLabel* lblMapU;
46 QLabel* lblMapUnicode;
47 QCheckBox* chkMapShift;
48 QCheckBox* chkMapCtrl;
49 QCheckBox* chkMapAlt;
50 QCheckBox* chkOrgShift;
51 QCheckBox* chkOrgCtrl;
52 QCheckBox* chkOrgAlt;
53
54};
55
56#endif // KHCWIDGETBASE_H