[Qt-interest] About Qlistview
Egor Popov
faraslacks at gmail.com
Thu May 13 07:45:51 CEST 2010
You can use QListWidget (to add your data directly into it) or write a model
(see "Model/View" in Qt Assistant) and accept your model to QListView.
listView->setModel(youmodel);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100513/6ebeb173/attachment.html
More information about the Qt-interest-old
mailing list