kpimutils
18 #ifndef PROGRESSINDICATORWIDGET_H
19 #define PROGRESSINDICATORWIDGET_H
21 #include "kpimutils_export.h"
23 #include <KPixmapSequence>
29 class ProgressIndicatorWidgetPrivate;
30 class ProgressIndicatorWidget;
31 class IndicatorProgress :
public QObject
35 explicit IndicatorProgress(ProgressIndicatorWidget *widget, QObject *parent = 0);
38 void startAnimation();
46 KPixmapSequence mProgressPix;
47 QTimer *mProgressTimer;
48 ProgressIndicatorWidget *mIndicator;
51 class KPIMUTILS_EXPORT ProgressIndicatorWidget :
public QLabel
55 explicit ProgressIndicatorWidget(QWidget *parent = 0);
56 ~ProgressIndicatorWidget();
63 friend class ProgressIndicatorWidgetPrivate;
64 ProgressIndicatorWidgetPrivate *
const d;
68 #endif // PROGRESSINDICATORWIDGET_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:02:35 by
doxygen 1.8.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.