PDA

View Full Version : QStringList and QListViewModel



^NyAw^
23rd March 2011, 17:29
Hi,

I have a QStringList that I fill up with some QStrings and sometimes I remove some of them, so basically it changes dinamically.

I want to use QListView to show the content of the QStringList.

Anyone can tell me how ca I do this?
Thanks,

wysota
23rd March 2011, 19:03
Have a look at QStringListModel.