summaryrefslogtreecommitdiffstats
path: root/ksirc/ssfepromptdata.cpp
blob: 15349f44a1fc0d811114d553cacd783bde79f463 (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
/**********************************************************************

	--- TQt 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 TQDialog

#include <kpushbutton.h>
#include <kstdguiitem.h>

ssfepromptdata::ssfepromptdata
(
	TQWidget* parent,
	const char* name
)
	:
	Inherited( parent, name, TRUE, 20480 )
{
	prompt = new TQLabel( 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 TQLineEdit( this, "LineEdit_1" );
	SLine->setGeometry( 240, 10, 100, 30 );
	SLine->setMinimumSize( 10, 10 );
	SLine->setMaximumSize( 32767, 32767 );
	connect( SLine, TQT_SIGNAL(returnPressed()), TQT_SLOT(terminate()) );
	SLine->setText( "" );
	SLine->setMaxLength( 32767 );
	SLine->setEchoMode( TQLineEdit::Normal );
	SLine->setFrame( TRUE );

	TQPushButton* 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, TQT_SIGNAL(clicked()), TQT_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"