I am using Qtopia4.3.2 to implement a multi-column list view.

But I don't want to use QTreeView. Because it seems more expensive on resource.
and I don't need a hierarchical architecture.

I want my list view work like a QListView, but i may have some column in one item.

I notice that there is a interface setModelColumn() , does it work?

Can some one give me some suggestion>? thanks/