Inherited by: QGenericReturnArgument
The PySide.QtCore.QGenericArgument class is an internal helper class for marshalling arguments.
This class should never be used directly. Please use the Q_ARG() macro instead.
See also
Q_ARG() QMetaObject.invokeMethod() PySide.QtCore.QGenericReturnArgument
Parameters: |
|
---|
Constructs a PySide.QtCore.QGenericArgument object with the given name and data .
Return type: | void |
---|
Returns the data set in the constructor.
Return type: | str |
---|
Returns the name set in the constructor.