29 #ifndef GUI_ALTERNATE_COVERS_H_ 30 #define GUI_ALTERNATE_COVERS_H_ 32 #include "Gui/Utils/Widgets/Dialog.h" 33 #include "Utils/Pimpl.h" 69 void search_clicked();
70 void cover_pressed(
const QModelIndex& idx);
71 void open_file_dialog();
73 void lookup_started();
75 void lookup_finished(
bool);
76 void cover_found(
const QPixmap& cover);
77 void ready_for_progressbar();
79 void servers_changed();
80 void autostart_toggled(
bool b);
81 void rb_autosearch_toggled(
bool b);
82 void rb_textsearch_toggled(
bool b);
83 void www_active_changed();
93 void reload_combobox();
94 void init_save_to_library();
97 void showEvent(QShowEvent* e)
override;
98 void resizeEvent(QResizeEvent* e)
override;
99 void language_changed()
override;
The CoverLocation class.
Definition: CoverLocation.h:42
The GUI_AlternativeCovers class.
Definition: GUI_AlternativeCovers.h:50