3 #include "ProgressWidget.h" 20 QLabel*
label()
const;
23 void setText(
const QString& text)
override;
29 std::unique_ptr<Impl> m_impl;
QLabel * label() const
Definition: ProgressLabel.cpp:50
ProgressLabel(QWidget *parent=nullptr)
Definition: ProgressLabel.cpp:39
void setText(const QString &text) override
Definition: ProgressLabel.cpp:58
A wrapper around QLabel, which can be added to AsyncProgressDialog.
Definition: ProgressLabel.h:12