From bcb704366cb5e333a626c18c308c7e0448a8e69f Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: 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 --- ksirc/ssfepromptdata.cpp | 68 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 ksirc/ssfepromptdata.cpp (limited to 'ksirc/ssfepromptdata.cpp') 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 +#include + +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" -- cgit v1.2.1