// For license of this file, see /LICENSE.md. #ifndef PROGRESSBARWITHTEXT_H #define PROGRESSBARWITHTEXT_H #include class ProgressBarWithText : public QProgressBar { public: explicit ProgressBarWithText(QWidget* parent = nullptr); virtual QString text() const; }; #endif // PROGRESSBARWITHTEXT_H