21 #ifndef GUI_CONTROLSNEW_H 22 #define GUI_CONTROLSNEW_H 24 #include "GUI_ControlsBase.h" 43 QLabel* lab_sayonara()
const override;
44 QLabel* lab_title()
const override;
45 QLabel* lab_version()
const override;
46 QLabel* lab_album()
const override;
47 QLabel* lab_artist()
const override;
48 QLabel* lab_writtenby()
const override;
49 QLabel* lab_bitrate()
const override;
50 QLabel* lab_filesize()
const override;
51 QLabel* lab_copyright()
const override;
52 QLabel* lab_current_time()
const override;
53 QLabel* lab_max_time()
const override;
54 QWidget* widget_details()
const override;
58 QPushButton* btn_mute()
const override;
59 QPushButton* btn_play()
const override;
60 QPushButton* btn_rec()
const override;
61 QPushButton* btn_bwd()
const override;
62 QPushButton* btn_fwd()
const override;
63 QPushButton* btn_stop()
const override;
66 void rating_changed_here(
bool success);
67 bool is_extern_resize_allowed()
const override;
70 void language_changed()
override;
73 #endif // GUI_CONTROLSNEW_H Definition: GUI_ControlsBase.h:45
The RatingLabel class.
Definition: RatingLabel.h:36
A slider as it is used by the progress bar You can also set a different value by calling set_bufferin...
Definition: SearchSlider.h:39
Definition: GUI_ControlsNew.h:31