class QGenericReturnArgument

The QGenericReturnArgument class is an internal helper class for marshalling arguments. More

Inheritance diagram of PySide6.QtCore.QGenericReturnArgument

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

This class should never be used directly. Please use the Q_RETURN_ARG() macro instead.

See also

Q_RETURN_ARG() invokeMethod() QGenericArgument

__init__([aName=None[, aData=None]])
Parameters:
  • aName – str

  • aDatavoid

Constructs a QGenericReturnArgument object with the given name and data.