Ok,

I have a custom "bubble widget" like the one in an iChat conversation.

When hoovering the widget with the mouse I'm replacing painted text by a QTextEdit to get the "copy", "open links" (etc) functionnalities.

Only problem is when drag and dropping a block of text out of the bubble it crashes because the leave event deletes my QTextEdit.

So my question is :
- Is there a way to disable Drag and drop on a QTextEdit.
- Or do you have a better approach for doing it.