Skip to content

Commit

Permalink
Make wrapProgressBar static to improve encapsulation and usability.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Dec 26, 2024
1 parent 4f45983 commit 523fa5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/Examples.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ class Examples : public QWidget
FilterDates* getFilterDates();
FilterStrings* getFilterStrings();
QVBoxLayout* createLeftWidgetColumn();
QGroupBox* wrapProgressBar(const QString& name, ProgressBar* progressBar,
QPushButton* startStopButton);
static QGroupBox* wrapProgressBar(const QString& name,
ProgressBar* progressBar,
QPushButton* startStopButton);
QGroupBox* createProgressBarInfinite();
QGroupBox* createProgressBarCounter();
QVBoxLayout* createRightWidgetColumn();
Expand Down

0 comments on commit 523fa5b

Please sign in to comment.