QGenericArgument¶
The
QGenericArgument
class is an internal helper class for marshalling arguments. More…

Inherited by: QGenericReturnArgument
Detailed Description¶
This class should never be used directly. Please use the
Q_ARG()
macro instead.See also
Q_ARG()
invokeMethod()
QGenericReturnArgument
-
class
QGenericArgument
(QGenericArgument)¶ QGenericArgument([aName=None[, aData=None]])
- param aName
str
- param QGenericArgument
- param aData
void
Constructs a
QGenericArgument
object with the givenname
anddata
.
-
PySide2.QtCore.QGenericArgument.
data
()¶ - Return type
void
Returns the data set in the constructor.
-
PySide2.QtCore.QGenericArgument.
name
()¶ - Return type
str
Returns the name set in the constructor.