Stellarium
24.3
|
Maintain the state of a progress bar. More...
#include <StelProgressController.hpp>
Signals | |
void | changed () |
Public Member Functions | |
StelProgressController (QObject *parent=Q_NULLPTR) | |
void | setFormat (const QString &fmt) |
This property holds the string used to generate the current text. More... | |
void | setRange (int amin, int amax) |
void | setValue (int val) |
int | getValue () const |
int | getMin () const |
int | getMax () const |
QString | getFormat () const |
Friends | |
class | StelApp |
Maintain the state of a progress bar.
|
inline |
This property holds the string used to generate the current text.
p - is replaced by the percentage completed. v - is replaced by the current value. m - is replaced by the total number of steps. The default value is "%p%".