9#include <GeneratedFiles/iqtgui/ui_CProgressManagerGuiComp.h>
27 I_REGISTER_INTERFACE(IProgressManager);
28 I_ASSIGN(m_showCancelAttrPtr,
"ShowCancel",
"If true, cancel button will be visible",
true,
true);
29 I_ASSIGN(m_automaticHideAttrPtr,
"AutomaticHide",
"If true, progress bar will be automatically hidden",
true,
false);
30 I_ASSIGN(m_descriptionAttrPtr,
"Description",
"Description text show left to progress bar",
false,
"Progress");
45 I_ATTR(
bool, m_showCancelAttrPtr);
46 I_ATTR(
bool, m_automaticHideAttrPtr);
Progress manager delegating cumulated progress result to another manager.
virtual void OnTasksChanged() override
void on_CancelButton_clicked()
virtual void OnProgressChanged(double cumulatedValue) override
virtual void OnGuiCreated() override
Called just after GUI is initialized.
iqtgui::TDesignerGuiCompBase< Ui::CProgressManagerGuiComp > BaseClass
ibase::CCumulatedProgressManagerBase BaseClass2
Base class for all Qt GUI components, which use the Qt designer's UI.
#define I_TEXTATTR(member)
Declare translatable text attribute member.
Standard GUI specific interfaces and components based on Qt.