summaryrefslogtreecommitdiffstats
path: root/libk9copy/progress.cpp
blob: f4794a637db06448158486a0dff3a9a4e28a7b36 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
#include <klocale.h>
/****************************************************************************
** Form implementation generated from reading ui file './progress.ui'
**
** Created: dim. oct. 26 08:55:59 2008
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#include "progress.h"

#include <qvariant.h>
#include <qlabel.h>
#include <kpushbutton.h>
#include <kprogress.h>
#include <qlayout.h>
#include <qtooltip.h>
#include <qwhatsthis.h>
#include "kpushbutton.h"
#include "kprogress.h"

/*
 *  Constructs a Progress as a child of 'parent', with the
 *  name 'name' and widget flags set to 'f'.
 */
Progress::Progress( QWidget* parent, const char* name, WFlags fl )
    : QWidget( parent, name, fl )
{
    if ( !name )
	setName( "Progress" );
    setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) );
    setMinimumSize( QSize( 0, 0 ) );
    setCursor( QCursor( 3 ) );
    setMouseTracking( FALSE );
    ProgressLayout = new QGridLayout( this, 1, 1, 11, 6, "ProgressLayout"); 

    lblTitle = new QLabel( this, "lblTitle" );
    lblTitle->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)0, 0, 0, lblTitle->sizePolicy().hasHeightForWidth() ) );
    QFont lblTitle_font(  lblTitle->font() );
    lblTitle_font.setBold( TRUE );
    lblTitle->setFont( lblTitle_font ); 
    lblTitle->setCursor( QCursor( 3 ) );

    ProgressLayout->addMultiCellWidget( lblTitle, 0, 0, 0, 2 );

    bCancel = new KPushButton( this, "bCancel" );
    bCancel->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, bCancel->sizePolicy().hasHeightForWidth() ) );
    bCancel->setCursor( QCursor( 0 ) );
    bCancel->setProperty( "stdItem", 26 );

    ProgressLayout->addWidget( bCancel, 6, 2 );
    spacer1 = new QSpacerItem( 161, 21, QSizePolicy::Expanding, QSizePolicy::Minimum );
    ProgressLayout->addMultiCell( spacer1, 6, 6, 0, 1 );

    ProgressBar = new KProgress( this, "ProgressBar" );
    ProgressBar->setCursor( QCursor( 3 ) );

    ProgressLayout->addMultiCellWidget( ProgressBar, 4, 4, 0, 2 );
    spacer2 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed );
    ProgressLayout->addItem( spacer2, 5, 1 );

    image = new QLabel( this, "image" );
    image->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)7, 0, 0, image->sizePolicy().hasHeightForWidth() ) );
    image->setMinimumSize( QSize( 0, 250 ) );
    image->setPaletteBackgroundColor( QColor( 0, 0, 0 ) );
    image->setFrameShape( QLabel::NoFrame );
    image->setFrameShadow( QLabel::Plain );
    image->setAlignment( int( QLabel::AlignCenter ) );

    ProgressLayout->addMultiCellWidget( image, 1, 1, 0, 2 );

    textLabel1 = new QLabel( this, "textLabel1" );
    textLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) );
    textLabel1->setCursor( QCursor( 3 ) );

    ProgressLayout->addWidget( textLabel1, 2, 0 );

    lblElapsed = new QLabel( this, "lblElapsed" );
    lblElapsed->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)0, 0, 0, lblElapsed->sizePolicy().hasHeightForWidth() ) );
    lblElapsed->setCursor( QCursor( 3 ) );

    ProgressLayout->addMultiCellWidget( lblElapsed, 2, 2, 1, 2 );

    LabelText = new QLabel( this, "LabelText" );
    LabelText->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)0, 0, 0, LabelText->sizePolicy().hasHeightForWidth() ) );
    QFont LabelText_font(  LabelText->font() );
    LabelText_font.setItalic( TRUE );
    LabelText->setFont( LabelText_font ); 
    LabelText->setCursor( QCursor( 3 ) );
    LabelText->setAlignment( int( QLabel::AlignVCenter ) );

    ProgressLayout->addMultiCellWidget( LabelText, 3, 3, 0, 2 );
    languageChange();
    resize( QSize(473, 467).expandedTo(minimumSizeHint()) );
    clearWState( WState_Polished );

    // signals and slots connections
    connect( bCancel, SIGNAL( clicked() ), this, SLOT( bCancelClick() ) );
}

/*
 *  Destroys the object and frees any allocated resources
 */
Progress::~Progress()
{
    // no need to delete child widgets, Qt does it all for us
}

/*
 *  Sets the strings of the subwidgets using the current
 *  language.
 */
void Progress::languageChange()
{
    setCaption( tr2i18n( "k9Copy" ) );
    lblTitle->setText( QString::null );
    textLabel1->setText( tr2i18n( "Elapsed Time" ) );
    lblElapsed->setText( QString::null );
    LabelText->setText( QString::null );
}

void Progress::bCancelClick()
{
    qWarning( "Progress::bCancelClick(): Not implemented yet" );
}

#include "progress.moc"