summaryrefslogtreecommitdiffstats
path: root/ksirc/KSProgress/ksprogressdata.cpp
blob: 6b528f5c5232fb1d10f51ee7b3615ccdd359948b (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
69
70
71
72
/**********************************************************************

	--- 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 <klocale.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->tqsetAlignment( 289 );
	fileName->setMargin( -1 );

	transfertqStatus = new TQLabel( this, "Label_2" );
	transfertqStatus->setGeometry( 10, 35, 230, 20 );
	transfertqStatus->setMinimumSize( 10, 10 );
	transfertqStatus->setMaximumSize( 32767, 32767 );
	transfertqStatus->setText( i18n("Transfer Status") );
	transfertqStatus->tqsetAlignment( 289 );
	transfertqStatus->setMargin( -1 );

	resize( 250,130 );
	setMinimumSize( 250, 140 );
	setMaximumSize( 250, 140 );
}


ksprogressData::~ksprogressData()
{
}
void ksprogressData::cancelPressed()
{
}
#include "ksprogressdata.moc"