I am populating a grid view from a database comprising of images, audio, video.
I want to have a play sign on every audio video items. how do I do?
Is there any inbuilt function?
I am populating a grid view from a database comprising of images, audio, video.
I want to have a play sign on every audio video items. how do I do?
Is there any inbuilt function?
Each item in the model can return an icon in its Qt::DecorationRole.
tithi (29th December 2015)
Bookmarks