QLGrowingDotProgressIndicator Class
#include <QLayers/qlgrowingdotprogressindicator.h>
Inherits: | QWidget, QLThemeable |
Public Functions
QLGrowingDotProgressIndicator(QWidget* parent = nullptr) | |
void | start(int msec) |
Protected Functions
void | paintEvent(QPaintEvent* event) override |
Signals
void | timeout() |
Detailed Description
A QLGrowingDotProgressIndicator is a QWidget and a QLThemeable that conveys progression to the user.
Member Function Documentation
QLGrowingDotProgressIndicator(QWidget* parent = nullptr)
Constructs a growing-dot progress indicator.
void start(int msec)
Starts the progression timer to run for msec milliseconds.
void timeout()
Signal
This signal is emitted when the progression ends.