Hi everybody,

I need a special list view that shows the items in alphabetical groups. See the attached images.

Indexed list on iPhone (middle picture)

Similar for Android

Any suggestions how I can achieve this?

I was thinking about inserting a special item after each group in the model. But this would not be a very nice design. I suppose it's better to subclass QListView. But I'm not shure if it's a good aproach and how to do that.


Cheers Luke