1 #ifndef MUSICLRCPHOTOMANAGERWIDGET_H
2 #define MUSICLRCPHOTOMANAGERWIDGET_H
22 #include <QGridLayout>
41 void updatePixmap(
const QString &path);
46 void setSelected(
bool v);
55 inline QString
path()
const {
return m_path; }
59 inline QString&
pathRef() {
return m_path; }
65 virtual void mousePressEvent(QMouseEvent *event)
override final;
66 virtual void paintEvent(QPaintEvent *event)
override final;
94 void addCellItem(
const QString &path);
100 void addButtonClicked();
104 void deleteButtonClicked();
108 void exportButtonClicked();
148 Ui::MusicLrcPhotoManagerWidget *
m_ui;
154 #endif // MUSICLRCPHOTOMANAGERWIDGET_H
#define TTK_MODULE_EXPORT
bool isValid(const QString &data)
The class of the lrc photo pixmap item.
#define TTK_DECLARE_MODULE(Class)
The class of the moving dialog base.