Hi,

In my test application, I have one QListView and two buttons -- Up and Down. When up is clicked I want the current select item in QListView is moved up (E.g. now I have strings 1, 2, 3, 4 in QListView. and I selected 3. after I clicked up. I want the order is 1,3,2,4 and after it, 3 must still be selected.).

Actually, I have two questions about it:
1. How can I move one item up/down?
2. How can I display the selection item even QListView has losted the focus?

Anybody know, what need I do?

Best Regards,
Michael zhang