I want to implement mouse wheel on qtreeview while dragging an item.
I found out that while I was dragging, the treeview won't receive any event except dragmoveevent.
So is that my problem or design ? how to implement the function that I want?