21 #ifndef COVEREDITOR_P_H
22 #define COVEREDITOR_P_H
26 #include <qmmp/metadatamodel.h>
27 #include "ui_covereditor.h"
36 class CoverEditor :
public QWidget
40 explicit CoverEditor(
MetaDataModel *model,
const QString &coverPath, QWidget *parent =
nullptr);
42 bool isEditable()
const;
46 void on_sourceComboBox_activated(
int index);
47 void on_loadButton_clicked();
48 void on_deleteButton_clicked();
49 void on_saveAsButton_clicked();
54 CoverViewer *m_viewer;