Obsolete Members for QQuickWindow

以下成员源于类 QQuickWindow 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) bool sendEvent (QQuickItem * item , QEvent * e )

成员函数文档编制

bool QQuickWindow:: sendEvent ( QQuickItem * item , QEvent * e )

Propagates an event e QQuickItem item on the window.

使用 QCoreApplication::sendEvent () directly instead.

The return value is currently not used.