83 QProgressBar *m_widget =
nullptr;
The KProgressCtrl class is used to replace DDX_Control edit data exchange.
Definition kprogressctrl.h:40
QProgressBar * widget() const
int GetStep() const
Retrieves the step increment for the progress bar of the current progress bar control.
void setWidget(QProgressBar *progressBar)
void SetPos(int nPos)
Sets the progress bar control's current position as specified by nPos and redraws the bar to reflect ...
void SetBarColor(const QColor &clr)
Sets the color of the progress indicator bar in the current progress bar control.
int StepIt()
Advances the current position for a progress bar control by the step increment and redraws the bar to...
void SetStep(int nStep)
Specifies the step increment for a progress bar control.
void SetRange(short nLower, short nUpper)
Sets the upper and lower limits of the progress bar control's range and redraws the bar to reflect th...
void SetBkColor(const QColor &clr)
Sets the background color of the progress bar control.
void GetRange(int &nLower, int &nUpper)
Gets the current lower and upper limits, or range, of the progress bar control.
int GetPos()
Retrieves the current position of the progress bar.
void OffsetPos(int nPos)
Advances the progress bar control's current position by the increment specified by nPos and redraws t...
#define KDWINUTILS_EXPORT
Definition kdwinutils_export.h:31
#define KDWINUTILS_BEGIN_NAMESPACE
Definition kdwinutils_global.h:27
#define KDWINUTILS_END_NAMESPACE
Definition kdwinutils_global.h:28