summaryrefslogtreecommitdiff
path: root/noncore/applets
authoralwin <alwin>2005-03-22 22:13:23 (UTC)
committer alwin <alwin>2005-03-22 22:13:23 (UTC)
commit0b1f73644d33291b3a03d347dc5be3167126b652 (patch) (side-by-side diff)
tree38fc91ae9cf0697fd01f19a48960232bf504fc8f /noncore/applets
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') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.cpp162
-rw-r--r--noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.h56
2 files changed, 0 insertions, 218 deletions
diff --git a/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.cpp b/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.cpp
deleted file mode 100644
index 16841f1..0000000
--- a/noncore/applets/keyhelper/keyhelperconf/KHCWidgetBase.cpp
+++ b/dev/null
@@ -1,162 +0,0 @@
-/****************************************************************************
-** Form implementation generated from reading ui file 'KHCWidgetBase.ui'
-**
-** Created: Mon Feb 28 09:58:22 2005
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "KHCWidgetBase.h"
-
-#include <qcheckbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qmultilineedit.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qvariant.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a KHCWidgetBase which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-KHCWidgetBase::KHCWidgetBase( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "KHCWidgetBase" );
- resize( 431, 388 );
- setCaption( tr( "KeyHelperConf" ) );
-
- btnCtrl = new QPushButton( this, "btnCtrl" );
- btnCtrl->setGeometry( QRect( 280, 150, 121, 31 ) );
- btnCtrl->setText( tr( "Disable" ) );
-
- btnGen = new QPushButton( this, "btnGen" );
- btnGen->setGeometry( QRect( 10, 150, 110, 31 ) );
- btnGen->setText( tr( "Generate" ) );
-
- btnCopy = new QPushButton( this, "btnCopy" );
- btnCopy->setGeometry( QRect( 140, 150, 121, 31 ) );
- btnCopy->setText( tr( "Copy" ) );
-
- lblOrgK = new QLabel( this, "lblOrgK" );
- lblOrgK->setGeometry( QRect( 20, 50, 50, 20 ) );
- lblOrgK->setText( tr( "K" ) );
-
- lblMapK = new QLabel( this, "lblMapK" );
- lblMapK->setGeometry( QRect( 20, 120, 20, 20 ) );
- lblMapK->setText( tr( "K" ) );
-
- lblMapKeycode = new QLabel( this, "lblMapKeycode" );
- lblMapKeycode->setGeometry( QRect( 40, 120, 80, 21 ) );
- lblMapKeycode->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)1, lblMapKeycode->sizePolicy().hasHeightForWidth() ) );
- lblMapKeycode->setFrameShape( QLabel::Panel );
- lblMapKeycode->setFrameShadow( QLabel::Sunken );
- lblMapKeycode->setText( tr( "keycode" ) );
-
- txtMapKey = new QLineEdit( this, "txtMapKey" );
- txtMapKey->setGeometry( QRect( 200, 80, 200, 22 ) );
-
- txtOrgKey = new QLineEdit( this, "txtOrgKey" );
- txtOrgKey->setGeometry( QRect( 190, 10, 200, 22 ) );
-
- lblOriginal = new QLabel( this, "lblOriginal" );
- lblOriginal->setGeometry( QRect( 10, 10, 120, 31 ) );
- lblOriginal->setFrameShape( QLabel::Box );
- lblOriginal->setFrameShadow( QLabel::Raised );
- lblOriginal->setText( tr( "Original Key" ) );
-
- lblMapping = new QLabel( this, "lblMapping" );
- lblMapping->setGeometry( QRect( 10, 80, 120, 21 ) );
- lblMapping->setFrameShape( QLabel::Box );
- lblMapping->setFrameShadow( QLabel::Raised );
- lblMapping->setText( tr( "Mapping Key" ) );
-
- mleDefine = new QMultiLineEdit( this, "mleDefine" );
- mleDefine->setGeometry( QRect( 10, 200, 391, 110 ) );
- mleDefine->setReadOnly( TRUE );
-
- lblOrgKeycode = new QLabel( this, "lblOrgKeycode" );
- lblOrgKeycode->setGeometry( QRect( 50, 50, 70, 21 ) );
- lblOrgKeycode->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)1, lblOrgKeycode->sizePolicy().hasHeightForWidth() ) );
- lblOrgKeycode->setFrameShape( QLabel::Panel );
- lblOrgKeycode->setFrameShadow( QLabel::Sunken );
- lblOrgKeycode->setText( tr( "keycode" ) );
-
- lblOrgU = new QLabel( this, "lblOrgU" );
- lblOrgU->setGeometry( QRect( 130, 50, 20, 21 ) );
- lblOrgU->setText( tr( "U" ) );
-
- lblOrgUnicode = new QLabel( this, "lblOrgUnicode" );
- lblOrgUnicode->setGeometry( QRect( 150, 50, 80, 21 ) );
- lblOrgUnicode->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)1, lblOrgUnicode->sizePolicy().hasHeightForWidth() ) );
- lblOrgUnicode->setFrameShape( QLabel::Panel );
- lblOrgUnicode->setFrameShadow( QLabel::Sunken );
- lblOrgUnicode->setText( tr( "unicode" ) );
-
- lblMapU = new QLabel( this, "lblMapU" );
- lblMapU->setGeometry( QRect( 130, 120, 20, 21 ) );
- lblMapU->setText( tr( "U" ) );
-
- lblMapUnicode = new QLabel( this, "lblMapUnicode" );
- lblMapUnicode->setGeometry( QRect( 150, 120, 80, 21 ) );
- lblMapUnicode->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)1, lblMapUnicode->sizePolicy().hasHeightForWidth() ) );
- lblMapUnicode->setFrameShape( QLabel::Panel );
- lblMapUnicode->setFrameShadow( QLabel::Sunken );
- lblMapUnicode->setText( tr( "unicode" ) );
-
- chkMapShift = new QCheckBox( this, "chkMapShift" );
- chkMapShift->setGeometry( QRect( 260, 120, 33, 19 ) );
- chkMapShift->setText( tr( "S" ) );
- chkMapShift->setAutoResize( TRUE );
-
- chkMapCtrl = new QCheckBox( this, "chkMapCtrl" );
- chkMapCtrl->setGeometry( QRect( 310, 120, 34, 19 ) );
- chkMapCtrl->setText( tr( "C" ) );
- chkMapCtrl->setAutoResize( TRUE );
-
- chkMapAlt = new QCheckBox( this, "chkMapAlt" );
- chkMapAlt->setGeometry( QRect( 360, 120, 34, 19 ) );
- chkMapAlt->setText( tr( "A" ) );
- chkMapAlt->setAutoResize( TRUE );
-
- chkOrgShift = new QCheckBox( this, "chkOrgShift" );
- chkOrgShift->setGeometry( QRect( 250, 50, 33, 19 ) );
- chkOrgShift->setText( tr( "S" ) );
- chkOrgShift->setAutoResize( TRUE );
-
- chkOrgCtrl = new QCheckBox( this, "chkOrgCtrl" );
- chkOrgCtrl->setGeometry( QRect( 300, 50, 34, 19 ) );
- chkOrgCtrl->setText( tr( "C" ) );
- chkOrgCtrl->setAutoResize( TRUE );
-
- chkOrgAlt = new QCheckBox( this, "chkOrgAlt" );
- chkOrgAlt->setGeometry( QRect( 350, 50, 34, 19 ) );
- chkOrgAlt->setText( tr( "A" ) );
- chkOrgAlt->setAutoResize( TRUE );
-
- // tab order
- setTabOrder( txtOrgKey, chkOrgShift );
- setTabOrder( chkOrgShift, chkOrgCtrl );
- setTabOrder( chkOrgCtrl, chkOrgAlt );
- setTabOrder( chkOrgAlt, txtMapKey );
- setTabOrder( txtMapKey, chkMapShift );
- setTabOrder( chkMapShift, chkMapCtrl );
- setTabOrder( chkMapCtrl, chkMapAlt );
- setTabOrder( chkMapAlt, btnGen );
- setTabOrder( btnGen, btnCopy );
- setTabOrder( btnCopy, btnCtrl );
- setTabOrder( btnCtrl, mleDefine );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-KHCWidgetBase::~KHCWidgetBase()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
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 @@
-/****************************************************************************
-** 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