summaryrefslogtreecommitdiff
path: root/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h
authoralwin <alwin>2005-02-28 09:40:30 (UTC)
committer alwin <alwin>2005-02-28 09:40:30 (UTC)
commit2b64a84d39eeed5681d0ee5068c7d11a01527750 (patch) (side-by-side diff)
treec8693340dbc5ef5e2f9afa90b690829ddff2c4bd /noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h
parent61fa699140c5efbb6ba0bf2a62f7e8fbf62976be (diff)
downloadopie-2b64a84d39eeed5681d0ee5068c7d11a01527750.zip
opie-2b64a84d39eeed5681d0ee5068c7d11a01527750.tar.gz
opie-2b64a84d39eeed5681d0ee5068c7d11a01527750.tar.bz2
other keymapping tool - not working this moment, I have to check it out
- the reason is that the config file is somewhat easier to understand than from zkbapplet and has a nice config tool. Please don't put it into any repositories this moment.
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 @@
+/****************************************************************************
+** Form interface generated from reading ui file 'KHCWidgetBase.ui'
+**
+** Created: Mon Feb 28 09:54:07 2005
+** by: The User Interface Compiler (uic)
+**
+** WARNING! All changes made in this file will be lost!
+****************************************************************************/
+#ifndef KHCWIDGETBASE_H
+#define KHCWIDGETBASE_H
+
+#include <qvariant.h>
+#include <qwidget.h>
+class QVBoxLayout;
+class QHBoxLayout;
+class QGridLayout;
+class QCheckBox;
+class QLabel;
+class QLineEdit;
+class QMultiLineEdit;
+class QPushButton;
+
+class KHCWidgetBase : public QWidget
+{
+ Q_OBJECT
+
+public:
+ KHCWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ ~KHCWidgetBase();
+
+ QPushButton* btnCtrl;
+ QPushButton* btnGen;
+ QPushButton* btnCopy;
+ QLabel* lblOrgK;
+ QLabel* lblMapK;
+ QLabel* lblMapKeycode;
+ QLineEdit* txtMapKey;
+ QLineEdit* txtOrgKey;
+ QLabel* lblOriginal;
+ QLabel* lblMapping;
+ QMultiLineEdit* mleDefine;
+ QLabel* lblOrgKeycode;
+ QLabel* lblOrgU;
+ QLabel* lblOrgUnicode;
+ QLabel* lblMapU;
+ QLabel* lblMapUnicode;
+ QCheckBox* chkMapShift;
+ QCheckBox* chkMapCtrl;
+ QCheckBox* chkMapAlt;
+ QCheckBox* chkOrgShift;
+ QCheckBox* chkOrgCtrl;
+ QCheckBox* chkOrgAlt;
+
+};
+
+#endif // KHCWIDGETBASE_H