Hi.
I'm developing an application for managing contacts and other types of data. I've sub classed QAbstractItemView to make my ContactModel and I've got my contact list working with a QListView.
I want to show a more detailed view of the contact when double clicked in the list and wonder how I would do that for a single item of the model. It seems to me like the models in Qt are made for lists of data rather than a row from the list.
Thanks!


Reply With Quote



Bookmarks