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.
73 lines
1.9 KiB
73 lines
1.9 KiB
/**********************************************************************
|
|
|
|
--- TQt Architect generated file ---
|
|
|
|
File: ksprogressdata.cpp
|
|
Last generated: Thu Dec 18 09:09:53 1997
|
|
|
|
DO NOT EDIT!!! This file will be automatically
|
|
regenerated by qtarch. All changes will be lost.
|
|
|
|
*********************************************************************/
|
|
|
|
#include "ksprogressdata.h"
|
|
|
|
#undef Inherited
|
|
#define Inherited TQFrame
|
|
|
|
#include <kpushbutton.h>
|
|
#include <kstdguiitem.h>
|
|
|
|
#include <tdelocale.h>
|
|
|
|
ksprogressData::ksprogressData
|
|
(
|
|
TQWidget* parent,
|
|
const char* name
|
|
)
|
|
:
|
|
Inherited( parent, name, 0 )
|
|
{
|
|
progress = new KProgress( this, "User_1" );
|
|
progress->setGeometry( 10, 60, 230, 20 );
|
|
progress->setMinimumSize( 10, 10 );
|
|
progress->setMaximumSize( 32767, 32767 );
|
|
|
|
TQPushButton* dlgedit_PushButton_1;
|
|
dlgedit_PushButton_1 = new KPushButton( KStdGuiItem::cancel(), this, "PushButton_1" );
|
|
dlgedit_PushButton_1->setGeometry( 70, 90, 100, 30 );
|
|
dlgedit_PushButton_1->setMinimumSize( 10, 10 );
|
|
dlgedit_PushButton_1->setMaximumSize( 32767, 32767 );
|
|
connect( dlgedit_PushButton_1, TQT_SIGNAL(clicked()), TQT_SLOT(cancelPressed()) );
|
|
dlgedit_PushButton_1->setAutoRepeat( FALSE );
|
|
|
|
fileName = new TQLabel( this, "Label_1" );
|
|
fileName->setGeometry( 10, 10, 230, 20 );
|
|
fileName->setMinimumSize( 10, 10 );
|
|
fileName->setMaximumSize( 32767, 32767 );
|
|
fileName->setText( i18n("File Name") );
|
|
fileName->setAlignment( 289 );
|
|
fileName->setMargin( -1 );
|
|
|
|
transferStatus = new TQLabel( this, "Label_2" );
|
|
transferStatus->setGeometry( 10, 35, 230, 20 );
|
|
transferStatus->setMinimumSize( 10, 10 );
|
|
transferStatus->setMaximumSize( 32767, 32767 );
|
|
transferStatus->setText( i18n("Transfer Status") );
|
|
transferStatus->setAlignment( 289 );
|
|
transferStatus->setMargin( -1 );
|
|
|
|
resize( 250,130 );
|
|
setMinimumSize( 250, 140 );
|
|
setMaximumSize( 250, 140 );
|
|
}
|
|
|
|
|
|
ksprogressData::~ksprogressData()
|
|
{
|
|
}
|
|
void ksprogressData::cancelPressed()
|
|
{
|
|
}
|
|
#include "ksprogressdata.moc"
|