24 #ifndef SAYONARALOADINGBAR_H 25 #define SAYONARALOADINGBAR_H 27 #include <QProgressBar> 38 enum class Orientation
46 QWidget* _parent=
nullptr;
48 Orientation _orientation;
54 void set_orientation(SayonaraLoadingBar::Orientation o);
57 void showEvent(QShowEvent* e)
override;
62 #endif // SAYONARALOADINGBAR_H The SayonaraLoadingBar class.
Definition: SayonaraLoadingBar.h:33