Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm using a QTreeWidget and utilising drag/drop. Is there a way to determine if an item has been drag/dropped directly on top of another item in the tree, or if it has been placed/inserted between existing items in the tree?
Hi,
One thing that comes to mind is the use of the position of the drop event to determine whether you have a cell under the cursor.