20 #ifndef DETAILSDIALOG_H 21 #define DETAILSDIALOG_H 26 #include <qmmp/qmmp.h> 29 class QAbstractButton;
49 DetailsDialog(QList<PlayListTrack *> tracks, QWidget *parent = 0);
56 void on_buttonBox_clicked(QAbstractButton *button);
57 void on_tabWidget_currentChanged(
int index);
58 void on_directoryButton_clicked();
59 void on_prevButton_clicked();
60 void on_nextButton_clicked();
63 Ui::DetailsDialog *m_ui;
64 void closeEvent(QCloseEvent *);
67 QString formatRow(
const QString key,
const QString value);
71 QList<PlayListTrack *> m_tracks;
72 QMap <Qmmp::MetaData, QString> m_metaData;
Definition: columneditor_p.h:26
The DetailsDialog class provides dialog to show/edit metadata.
Definition: detailsdialog.h:40
The PlayListTrack class provides a track for use with the PlayListModel class.
Definition: playlisttrack.h:36