6 #ifndef __LOADPROGRESS_
7 #define __LOADPROGRESS_
9 #include "ocurvesconfig.h"
78 #endif // __LOADPROGRESS_
void loadComplete(int overallCount)
To be invoked on completion.
Definition: coloursview.h:16
void itemName(const QString &name)
Sets the name of the current item or operation.
~LoadProgress()
Destructor.
void cancel()
Raised when the cancel button is pressed.
A widget for showing the progress of loading.
Definition: loadprogress.h:28
void itemProgress(int current)
Sets the current item progress [0, CurrentItemMax].
LoadProgress(QWidget *parent=nullptr)
Constructor.
Maximum value for the current progress item.
Definition: loadprogress.h:38
void overallProgress(int current, int total)
Updates the overall item progress bar [0, total].