1 #ifndef PROGRESSINDICATOR_H 2 #define PROGRESSINDICATOR_H 47 const QColor &
color()
const {
return m_color; }
52 const QColor &
penColor()
const {
return m_penColor; }
96 bool m_displayedWhenStopped;
101 #endif // PROGRESSINDICATOR_H
bool isDisplayedWhenStopped() const
virtual QSize sizeHint() const
int heightForWidth(int w) const
virtual void paintEvent(QPaintEvent *event)
void setAnimationDelay(int delay)
const QColor & penColor() const
bool displayedWhenStopped
The ProgressIndicator class lets an application display a progress indicator to show that a lengthy t...
void setPenColor(const QColor &color)
const QColor & color() const
void setDisplayedWhenStopped(bool state)
virtual void timerEvent(QTimerEvent *event)
void setColor(const QColor &color)
int animationDelay() const