20 #ifndef DETAILSDIALOG_H
21 #define DETAILSDIALOG_H
26 #include <qmmp/qmmp.h>
27 #include <qmmp/trackinfo.h>
28 #include "qmmpui_export.h"
31 class QAbstractButton;
59 void on_buttonBox_clicked(QAbstractButton *button);
60 void on_tabWidget_currentChanged(
int index);
61 void on_directoryButton_clicked();
62 void on_prevButton_clicked();
63 void on_nextButton_clicked();
66 Ui::DetailsDialog *m_ui;
67 void closeEvent(QCloseEvent *);
70 QString formatRow(
const QString &key,
const QString &value)
const;
73 QList<PlayListTrack *> m_tracks;
The DetailsDialog class provides dialog to show/edit metadata.
Definition: detailsdialog.h:44
DetailsDialog(QList< PlayListTrack * > tracks, QWidget *parent=0)
The PlayListTrack class provides a track for use with the PlayListModel class.
Definition: playlisttrack.h:37
The TrackInfo class stores metadata and other information about track.
Definition: trackinfo.h:32