Hi all

How can we hide items in QListView.

For eg.

QListViewItem*item;
item->setText(1,"Directory");
Now I want to hide the text of column 1;

How can I?


Please reply with an example.

Thanx
merry