29 #ifndef GUI_ALTERNATE_COVERS_H_ 30 #define GUI_ALTERNATE_COVERS_H_ 32 #include "Gui/Utils/Widgets/Dialog.h" 33 #include "Utils/Pimpl.h" 75 void reloadCombobox();
76 void initSaveToLibrary();
82 void openFileDialog();
84 void coverPressed(
const QModelIndex& idx);
85 void coverLookupStarted();
86 void coverLookupFinished(
bool);
87 void coverFound(
const QPixmap& cover);
89 void readyForProgressbar();
91 void coverServersChanged();
92 void autostartToggled(
bool b);
93 void rbAutosearchToggled(
bool b);
94 void wwwActiveChanged();
96 void searchTextEdited(
const QString& text);
100 void showEvent(QShowEvent* e)
override;
101 void resizeEvent(QResizeEvent* e)
override;
102 void languageChanged()
override;
The CoverLocation class.
Definition: CoverLocation.h:38
The GUI_AlternativeCovers class.
Definition: GUI_AlternativeCovers.h:50