35 #ifndef PROGRESSVIEW_H
36 #define PROGRESSVIEW_H
42 #include "../disp_global.h"
50 class ProgressViewWidget;
71 const QString& sStyleSheet =
"");
83 virtual void saveSettings();
89 virtual void loadSettings();
97 virtual void updateGuiMode(GuiMode mode);
105 virtual void updateProcessingMode(ProcessingMode mode);
111 void setHorizontal();
125 void setTextStyleSheet(
const QString& styleSheet);
140 void setMessage(
const QString& sMessage);
149 void updateProgress(
int iPercentage,
150 const QString& sMessage =
"");
158 void setLoadingBarVisible(
bool bVisible);
162 Ui::ProgressViewWidget* m_pUi;
167 #endif // PROGRESSVIEW_H