PDA

View Full Version : reorder items in QListView/QTreeView



sreedhar
5th March 2007, 12:57
Hi,
I want to reorder items in QListView using drag and drop.

The QListView has extended selection. So that i can move multiple rows in the listview under the dropped row.

Please send me the code snippet if possible

regards,
sreedhar

sreedhar
5th March 2007, 12:58
Hi,
I want to reorder items in QTreeView using drag and drop.

The QTreeView has extended selection. So that i can move multiple rows in the treeview under the dropped row.

Please send me the code snippet if possible

regards,
sreedhar

manojmka
27th July 2008, 11:34
Hi Sreedhar,

I have the same problem. Did you find a solution to that?

Regards,
Manoj

jpn
27th July 2008, 12:50
Using Drag and Drop with Item Views (http://doc.trolltech.com/4.4/model-view-dnd.html)