24 #ifndef SAYONARALOADINGBAR_H 25 #define SAYONARALOADINGBAR_H 27 #include "Utils/Pimpl.h" 28 #include "Gui/Utils/Widgets/WidgetTemplate.h" 29 #include <QProgressBar> 57 void set_position(ProgressBar::Position o);
61 void showEvent(QShowEvent* e)
override;
62 void skin_changed()
override;
66 #endif // SAYONARALOADINGBAR_H Create a new Progress bar indicating progress of its parent widget Set the position. Every time when QWidget::show() or QWidget::setVisible(true) is called the progress bar is shown.
Definition: ProgressBar.h:39
Definition: AbstractLibrary.h:36