Hi,

I have a QTreeWidget that has 4 columns with several records. Three of the columns contains positional data (x,y,z) that I would like to be able to select for drag and drop. My 1st question is can you set it up like MS Excel where you can select a column (getting all of its data) and 2nd assuming you can select a column how do you set up the drag and drop of that column into a QTableWidget that has 3 columns?

Hope this makes sense.

TIA