1 #ifndef RAM_QT_GUIS_ALGORITHMS_WIDGETS_PROGRESS_DIALOG_HPP 2 #define RAM_QT_GUIS_ALGORITHMS_WIDGETS_PROGRESS_DIALOG_HPP 9 #include <QProgressBar> 10 #include <QtConcurrent/QtConcurrent> 11 #include <QVBoxLayout> 13 #include <QPushButton>
QLabel * progress_message_
QPushButton * cancel_button_
QProgressBar * progress_value_
void progressValueChanged()
void drawProgress(const int value, const QString msg)
void progressChanged(const int value, const QString msg)