_ZN19QGraphicsSceneEvent9setWidgetEP7QWidget

Name

QGraphicsSceneEvent::setWidget -- Sets the widget related to the event

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneEvent::setWidget (QWidget *widget);

Description

The QGraphicsSceneEvent::setWidget() function shall set the widget related to the 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.