I have two list widgets , one has file lists.. and other will show the selected list from first widget when >> button is pressed and it removes the moved item from first list. Now I would like to multi select the files and move it to the second list. Also, there index should be saved with text in a variable. When the selected item
is removed from second list when << button is pressed. It should place the items to the particular index where the files were originally present in first list before moving to second list..