hello,

i have a custom widget i am trying to implement drag/drop on. what i want to happen is when the user drags my custom widget outside of the application i want to create a new window for that widget.

i am having some difficultly though as i understand how to accept drag/drop operations inside the widget (been using this for awhile within other custom widgets).

i tried overloading dragleaveevent however i didnt get the outcome id expect.

has anyone tried this before? and possibly point me in the correct direction?