summaryrefslogtreecommitdiff
path: root/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h
authoralwin <alwin>2005-03-22 22:13:23 (UTC)
committer alwin <alwin>2005-03-22 22:13:23 (UTC)
commit0b1f73644d33291b3a03d347dc5be3167126b652 (patch) (unidiff)
tree38fc91ae9cf0697fd01f19a48960232bf504fc8f /noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h
parent16c7abc42ab831d401cc08e68204ff29ba53198e (diff)
downloadopie-0b1f73644d33291b3a03d347dc5be3167126b652.zip
opie-0b1f73644d33291b3a03d347dc5be3167126b652.tar.gz
opie-0b1f73644d33291b3a03d347dc5be3167126b652.tar.bz2
these files must not be in cvs
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, 0 insertions, 56 deletions
diff --git a/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h b/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h
deleted file mode 100644
index 8193b61..0000000
--- a/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h
+++ b/dev/null
@@ -1,56 +0,0 @@
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