24 #ifndef SAYONARALOADINGBAR_H 25 #define SAYONARALOADINGBAR_H 27 #include "Utils/Pimpl.h" 28 #include "Gui/Utils/Widgets/WidgetTemplate.h" 29 #include <QProgressBar> 56 void setPosition(ProgressBar::Position o);
60 void parentResized(
const QSize& size);
63 void showEvent(QShowEvent* e)
override;
64 void skinChanged()
override;
68 #endif // SAYONARALOADINGBAR_H Create a new Progress bar indicating progress of its parent widget Set the position....
Definition: ProgressBar.h:39