How to get selected listitem index in Qt
- by Solitaire
Hi all,
I am having a QListView which having some items. Now i want to get the index of selected item. i.e. if i select 5th element i
should get 5. How i can get this?..
waiting for reply.
Thanks in advance
-S