|
Sayonara Player
|
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. More...
#include <ProgressBar.h>
Public Types | |
| enum class | Position { Top = 0 , Middle , Bottom } |
Public Member Functions | |
| ProgressBar (QWidget *parent) | |
| void | setPosition (ProgressBar::Position o) |
| void | refresh () |
Protected Member Functions | |
| void | showEvent (QShowEvent *e) override |
| void | skinChanged () override |
| virtual void | languageChanged () |
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.
|
overrideprotectedvirtual |
Reimplemented from Gui::WidgetTemplate< QProgressBar >.
|
overrideprotectedvirtual |
Reimplemented from Gui::WidgetTemplateParent.