24#include "Utils/Pimpl.h"
25#include "Gui/Utils/Widgets/Widget.h"
40 void setTrack(
const MetaData& track);
45 void zoom(
int zoomFactor);
48 void showLyrics(
const QString& lyrics,
const QString& header,
bool rich);
49 void showLocalLyrics();
50 void setSaveButtonText();
57 void lyricServerChanged(
int idx);
61 void saveLyricsClicked();
62 void textChanged(
const QString& text);
66 void languageChanged()
override;
67 void showEvent(QShowEvent* e)
override;
68 void wheelEvent(QWheelEvent* e)
override;
Definition: GUI_Lyrics.h:31