![]() |
Sayonara Player
|
A slider as it is used by the progress bar You can also set a different value by calling set_buffering which is displayed in a different color when using the dark skin. More...
#include <SearchSlider.h>
Signals | |
void | sig_slider_moved (int) |
void | sigSliderGotFocus () |
void | sigSliderLostFocus () |
void | sigSliderHovered (int) |
Public Member Functions | |
SearchSlider (QWidget *parent=nullptr) | |
bool | is_busy () const |
Returns true if it's actually moved by the user. More... | |
void | set_buffering (int progress) |
Set a second value beside QSlider::setValue() which is displayed in another color. More... | |
A slider as it is used by the progress bar You can also set a different value by calling set_buffering which is displayed in a different color when using the dark skin.
bool Gui::SearchSlider::is_busy | ( | ) | const |
Returns true if it's actually moved by the user.
void Gui::SearchSlider::set_buffering | ( | int | progress | ) |
Set a second value beside QSlider::setValue() which is displayed in another color.
progress |