32class GUI_ControlsNew :
33 public GUI_ControlsBase
36 PIMPL(GUI_ControlsNew)
37 UI_CLASS_SHARED_PTR(GUI_ControlsNew)
41 ~GUI_ControlsNew()
override;
43 [[nodiscard]] QLabel* labSayonara()
const override;
44 [[nodiscard]] QLabel* labTitle()
const override;
45 [[nodiscard]] QLabel* labVersion()
const override;
46 [[nodiscard]] QLabel* labAlbum()
const override;
47 [[nodiscard]] QLabel* labArtist()
const override;
48 [[nodiscard]] QLabel* labWrittenBy()
const override;
49 [[nodiscard]] QLabel* labBitrate()
const override;
50 [[nodiscard]] QLabel* labFilesize()
const override;
51 [[nodiscard]] QLabel* labCopyright()
const override;
52 [[nodiscard]] QLabel* labCurrentTime()
const override;
53 [[nodiscard]] QLabel* labMaxTime()
const override;
56 [[nodiscard]] QPushButton* btnMute()
const override;
57 [[nodiscard]] QPushButton* btnPlay()
const override;
58 [[nodiscard]] QPushButton* btnRecord()
const override;
59 [[nodiscard]] QPushButton* btnPrevious()
const override;
60 [[nodiscard]] QPushButton* btnNext()
const override;
61 [[nodiscard]] QPushButton* btnStop()
const override;
65 [[nodiscard]]
bool isExternResizeAllowed()
const override;
67 void showTrackInfoPage(
bool b)
override;
69 void ratingChangedHere(
bool save);
72 void languageChanged()
override;