Kstars
QProgressIndicator.h
17 * @brief The QProgressIndicator class lets an application display a progress indicator to show that a long task is
19 * Progress indicators are indeterminate and do nothing more than spin to show that the application is busy.
34 * @return The number of milliseconds between animation steps. By default, the animation delay is set to
49 * Returns a Boolean value indicating whether the receiver shows itself even when it is not animating.
50 * @return Return true if the progress indicator shows itself even when it is not animating. By default,
79 * Setting the \a delay to a value larger than 40 slows the animation, while setting the @a delay to a
The QProgressIndicator class lets an application display a progress indicator to show that a long tas...
Definition QProgressIndicator.h:24
bool isDisplayedWhenStopped() const
Returns a Boolean value indicating whether the receiver shows itself even when it is not animating.
Definition QProgressIndicator.cpp:33
void setColor(const QColor &color)
Sets the color of the components to the given color.
Definition QProgressIndicator.cpp:67
int animationDelay() const
Returns the delay between animation steps.
Definition QProgressIndicator.h:39
bool isAnimated() const
Returns a Boolean value indicating whether the component is currently animated.
Definition QProgressIndicator.cpp:21
void setDisplayedWhenStopped(bool state)
Sets whether the component hides itself when it is not animating.
Definition QProgressIndicator.cpp:26
void setAnimationDelay(int delay)
Sets the delay between animation steps.
Definition QProgressIndicator.cpp:56
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
QObject * parent() const const
black
virtual bool event(QEvent *event) override
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.