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