24 #include "Utils/Pimpl.h" 25 #include "Gui/Utils/Widgets/Widget.h" 41 explicit GUI_Lyrics(QWidget* parent =
nullptr);
49 void zoom(qreal font_size);
52 void showLyrics(
const QString& lyrics,
const QString& header,
bool rich);
53 void showLocalLyrics();
54 void setSaveButtonText();
61 void lyricServerChanged(
int idx);
65 void saveLyricsClicked();
68 void languageChanged()
override;
69 void showEvent(QShowEvent* e)
override;
70 void wheelEvent(QWheelEvent* e)
override;
74 #endif // GUI_LYRICS_H
The GUI_Lyrics class.
Definition: GUI_Lyrics.h:33