Row of dots showing progress through a fixed-length sequence of steps, in the style of a mobile/OS setup flow. Purely presentational.
More...
#include <step_indicator_widget.h>
Row of dots showing progress through a fixed-length sequence of steps, in the style of a mobile/OS setup flow. Purely presentational.
◆ StepIndicatorWidget()
| StepIndicatorWidget::StepIndicatorWidget |
( |
QWidget * | parent = nullptr | ) |
|
|
explicit |
◆ minimumSizeHint()
| QSize StepIndicatorWidget::minimumSizeHint |
( |
| ) |
const |
|
override |
◆ paintEvent()
| void StepIndicatorWidget::paintEvent |
( |
QPaintEvent * | event | ) |
|
|
overrideprotected |
◆ setCurrentStep()
| void StepIndicatorWidget::setCurrentStep |
( |
int | index | ) |
|
◆ setStepCount()
| void StepIndicatorWidget::setStepCount |
( |
int | count | ) |
|
◆ sizeHint()
| QSize StepIndicatorWidget::sizeHint |
( |
| ) |
const |
|
override |
◆ currentStep
| int StepIndicatorWidget::currentStep = 0 |
|
private |
◆ kActiveDotWidth
| int StepIndicatorWidget::kActiveDotWidth = 22 |
|
staticconstexprprivate |
◆ kDotDiameter
| int StepIndicatorWidget::kDotDiameter = 8 |
|
staticconstexprprivate |
◆ kDotSpacing
| int StepIndicatorWidget::kDotSpacing = 10 |
|
staticconstexprprivate |
◆ kVerticalMargin
| int StepIndicatorWidget::kVerticalMargin = 6 |
|
staticconstexprprivate |
◆ stepCount
| int StepIndicatorWidget::stepCount = 0 |
|
private |
The documentation for this class was generated from the following files: