You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyObject is passed as direct pointer, which allows to pass/return any Python object directly to/from
217
-
a Qt slot that uses PyObject* as its argument/return value.
218
-
QVariants are mapped recursively as given above, e.g. a dictionary can
216
+
-# \anchor qbytearray-bytes The Python 'bytes' type will automatically be converted to QByteArray where required. For converting a QByteArray to 'bytes' use the .data() method.
217
+
-# \anchor qvariant QVariants are mapped recursively as given above, e.g. a dictionary can
219
218
contain lists of dictionaries of doubles.
220
-
All Qt QVariant types are implemented, PythonQt supports the complete Qt API for these object.
219
+
-# \anchor pyobject PyObject is passed as direct pointer, which allows to pass/return any Python object directly to/from
220
+
a Qt slot that uses PyObject* as its argument/return value.
221
+
222
+
All Qt QVariant types are implemented, PythonQt supports the complete Qt API for these objects.
0 commit comments