added a small fileinfo dialog to the playlistwidget
This commit is contained in:
parent
0369b3aa37
commit
8dc34b1759
9 changed files with 406 additions and 6 deletions
|
@ -273,6 +273,8 @@ PlaylistWidget::addButtons (void)
|
|||
Skin::PLS_MSC_SRT_1);
|
||||
b = new PlaylistMenuButton (m_msc, Skin::PLS_MSC_INF_0,
|
||||
Skin::PLS_MSC_INF_1);
|
||||
connect (b, SIGNAL (activated ()),
|
||||
m_view, SLOT (showEntryInfo ()));
|
||||
b = new PlaylistMenuButton (m_msc, Skin::PLS_MSC_OPT_0,
|
||||
Skin::PLS_MSC_OPT_1);
|
||||
/* playlist menu */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue