QTreeView drag/drop action change between in/out of view?
Solved
General and Desktop
-
wrote on 12 Apr 2019, 23:42 last edited by Dariusz
Hey
A bit silly question... but if I want to configure my drag action during internal drag (rearanging items in treeView) as Qt::MoveAction and if I leave widget to drop on other widgets to be a Qt::CopyAction...
Do I handle that in eeee... yeah where do I handle it ?
TIA
I've ended up reimplementing drop event in tree and deciding there based on source what drop action to take.
1/1