summaryrefslogtreecommitdiffstats
path: root/ksirc/ssfepromptdata.cpp
blob: ce1dc3686e4aef9b6a21b1966ab3b97e2b0eba40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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"