_ZN27QGraphicsSceneDragDropEvent9setSourceEP7QWidget

Name

QGraphicsSceneDragDropEvent::setSource -- set the source widget for the event

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneDragDropEvent::setSource (QWidget *source);

Description

The QGraphicsSceneDragDropEvent::setSource() function shall set the source widget (i.e. the widget that created the drop event) to source.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.