KNewStuff
Go to the documentation of this file.
23 #include <QtGui/QProgressBar>
24 #include <QtGui/QPushButton>
25 #include <QtGui/QLabel>
26 #include <QtGui/QLayout>
41 setFrameStyle(QFrame::NoFrame);
42 QHBoxLayout *hbox =
new QHBoxLayout(
this);
47 busyWidget->setSizePolicy(QSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed));
49 busyWidget->setVisible(
false);
50 hbox->addWidget(busyWidget);
52 m_statusLabel =
new QLabel();
53 hbox->addWidget(m_statusLabel);
58 m_statusLabel->setText(message);
59 busyWidget->setVisible(
true);
65 m_statusLabel->setText(message);
66 busyWidget->setVisible(
true);
72 m_statusLabel->setText(message);
73 busyWidget->setVisible(
false);
76 #include "progressindicator.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon May 5 2014 18:16:41 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.