29 #ifndef GUI_ALTERNATE_COVERS_H_ 30 #define GUI_ALTERNATE_COVERS_H_ 32 #include "GUI/Covers/ui_GUI_AlternativeCovers.h" 33 #include "GUI/Helper/SayonaraWidget/SayonaraDialog.h" 34 #include "Components/Covers/CoverLocation.h" 38 #include <QModelIndex> 68 void save_button_pressed();
69 void cancel_button_pressed();
70 void search_button_pressed();
71 void cover_pressed(
const QModelIndex& idx);
72 void open_file_dialog();
73 void cl_new_cover(
const QString& cover_path);
74 void cl_finished(
bool);
81 QStringList _filelist;
90 void connect_and_start();
91 void delete_all_files();
94 void closeEvent(QCloseEvent* e)
override;
95 void language_changed()
override;
The AlternativeCoverItemModel class.
Definition: AlternativeCoverItemModel.h:56
The AlternativeCoverItemDelegate class.
Definition: AlternativeCoverItemDelegate.h:42
The CoverLookupAlternative class.
Definition: CoverLookupAlternative.h:35
The CoverLocation class.
Definition: CoverLocation.h:38
The GUI_AlternativeCovers class.
Definition: GUI_AlternativeCovers.h:50
Definition: ui_GUI_AlternativeCovers.h:220
The Album class.
Definition: Album.h:40
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()...
Definition: SayonaraDialog.h:38
The Artist class.
Definition: Artist.h:36