You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.8 KiB
69 lines
1.8 KiB
/**********************************************************************
|
|
|
|
--- 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"
|