 |
Sayonara Player
|
21 #ifndef GUI_CONTROLSNEW_H
22 #define GUI_CONTROLSNEW_H
24 #include "GUI_ControlsBase.h"
43 QLabel* labSayonara()
const override;
44 QLabel* labTitle()
const override;
45 QLabel* labVersion()
const override;
46 QLabel* labAlbum()
const override;
47 QLabel* labArtist()
const override;
48 QLabel* labWrittenBy()
const override;
49 QLabel* labBitrate()
const override;
50 QLabel* labFilesize()
const override;
51 QLabel* labCopyright()
const override;
52 QLabel* labCurrentTime()
const override;
53 QLabel* labMaxTime()
const override;
54 QWidget* widgetDetails()
const override;
58 QPushButton* btnMute()
const override;
59 QPushButton* btnPlay()
const override;
60 QPushButton* btnRecord()
const override;
61 QPushButton* btnPrevious()
const override;
62 QPushButton* btnNext()
const override;
63 QPushButton* btnStop()
const override;
66 void ratingChangedHere(
bool save);
67 bool isExternResizeAllowed()
const override;
70 void languageChanged()
override;
73 #endif // GUI_CONTROLSNEW_H
This class is used for the actual editing of a RatingLabel While the RatingLabel class is used in pai...
Definition: RatingLabel.h:97
A slider as it is used by the progress bar You can also set a different value by calling set_bufferin...
Definition: SearchSlider.h:41
Definition: GUI_ControlsNew.h:33
Definition: GUI_ControlsBase.h:48