21 #ifndef JUMPTOTRACKDIALOG_P_H
22 #define JUMPTOTRACKDIALOG_P_H
26 #include "metadataformatter.h"
27 #include "ui_jumptotrackdialog.h"
29 class QStringListModel;
30 class QSortFilterProxyModel;
39 class JumpToTrackDialog :
public QDialog,
private Ui::JumpToTrackDialog
49 void on_refreshPushButton_clicked();
50 void on_queuePushButton_clicked();
51 void on_jumpToPushButton_clicked();
52 void jumpTo(
const QModelIndex&);
53 void queueUnqueue(
const QModelIndex&,
const QModelIndex&);
56 bool eventFilter(QObject *o, QEvent *e);
57 QStringListModel* m_listModel;
58 QSortFilterProxyModel* m_proxyModel;
The PlayListManager class is used to handle multiple playlists.
Definition: playlistmanager.h:37
The PlayListModel class provides a data model for the playlist.
Definition: playlistmodel.h:104