PDA

View Full Version : How to add QMediaPlaylist to a layout



adutzu89
2nd December 2013, 07:54
Can someone tell me which is the best way of adding a viewable media playlist to a layout?
Thank you.

anda_skoa
2nd December 2013, 08:03
You could create a simple list model that operates on the QMediaPlaylist object as its data, or just loop over the media entries and create QListWidgetItem for a QListWidget

Cheers,
_

adutzu89
2nd December 2013, 08:06
I see, thank you.