summaryrefslogtreecommitdiffstats
path: root/ksirc/ssfepromptdata.cpp
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitbcb704366cb5e333a626c18c308c7e0448a8e69f (patch)
treef0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /ksirc/ssfepromptdata.cpp
downloadtdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz
tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksirc/ssfepromptdata.cpp')
-rw-r--r--ksirc/ssfepromptdata.cpp68
1 files changed, 68 insertions, 0 deletions
diff --git a/ksirc/ssfepromptdata.cpp b/ksirc/ssfepromptdata.cpp
new file mode 100644
index 00000000..ce1dc368
--- /dev/null
+++ b/ksirc/ssfepromptdata.cpp
@@ -0,0 +1,68 @@
+/**********************************************************************
+
+ --- Qt Architect generated file ---
+
+ File: ssfepromptdata.cpp
+ Last generated: Thu Jan 15 21:21:29 1998
+
+ DO NOT EDIT!!! This file will be automatically
+ regenerated by qtarch. All changes will be lost.
+
+ *********************************************************************/
+
+#include "ssfepromptdata.h"
+
+#undef Inherited
+#define Inherited QDialog
+
+#include <kpushbutton.h>
+#include <kstdguiitem.h>
+
+ssfepromptdata::ssfepromptdata
+(
+ QWidget* parent,
+ const char* name
+)
+ :
+ Inherited( parent, name, TRUE, 20480 )
+{
+ prompt = new QLabel( this, "Label_1" );
+ prompt->setGeometry( 10, 10, 220, 30 );
+ prompt->setMinimumSize( 10, 10 );
+ prompt->setMaximumSize( 32767, 32767 );
+ prompt->setText( "" );
+ prompt->setAlignment( 289 );
+ prompt->setMargin( -1 );
+
+ SLine = new QLineEdit( this, "LineEdit_1" );
+ SLine->setGeometry( 240, 10, 100, 30 );
+ SLine->setMinimumSize( 10, 10 );
+ SLine->setMaximumSize( 32767, 32767 );
+ connect( SLine, SIGNAL(returnPressed()), SLOT(terminate()) );
+ SLine->setText( "" );
+ SLine->setMaxLength( 32767 );
+ SLine->setEchoMode( QLineEdit::Normal );
+ SLine->setFrame( TRUE );
+
+ QPushButton* dlgedit_PushButton_1;
+ dlgedit_PushButton_1 = new KPushButton( KStdGuiItem::ok(), this, "PushButton_1" );
+ dlgedit_PushButton_1->setGeometry( 240, 50, 100, 30 );
+ dlgedit_PushButton_1->setMinimumSize( 10, 10 );
+ dlgedit_PushButton_1->setMaximumSize( 32767, 32767 );
+ connect( dlgedit_PushButton_1, SIGNAL(clicked()), SLOT(terminate()) );
+ dlgedit_PushButton_1->setAutoRepeat( FALSE );
+ dlgedit_PushButton_1->setAutoDefault( TRUE );
+
+ resize( 350,90 );
+ setMinimumSize( 350, 90 );
+ setMaximumSize( 350, 90 );
+}
+
+
+ssfepromptdata::~ssfepromptdata()
+{
+}
+void ssfepromptdata::terminate()
+{
+}
+#include "ssfepromptdata.moc"