I pushed a branch that shows how to add drag & drop support for Qt: https://code.launchpad.net/~leo-editor-team/leo-editor/dragdrop
It's just one simple commit: http://bazaar.launchpad.net/~leo-editor-team/leo-editor/dragdrop/revision/3292 (new class LeoQTreeWidget, subclass of QTreeWidget). You can drag around and see what events get generated. Should be pretty straightforward. The patch currently disables multiselection -- Ville M. Vainio @@ Forum Nokia -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
