Hi, I think this is a Qt issue : drag'n'drop need a little more work than jsut implementing a dropEvent method.
First, you need to set "setAcceptDrops(true)" on your widget, then take a look at : http://doc.qt.digia.com/stable/dnd.html You should implement it before with a regular QWidget, then in your Qt/OSG viwer widget. Cheers, Aurelien ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=53045#53045 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

