PySide6.QtRemoteObjects.QtRemoteObjects¶
- class QtRemoteObjects¶
The QtRemoteObjects namespace contains identifiers used in the Remote Objects module, as well as some functions used from code generated by the Replica Compiler (repc) .
Synopsis¶
Static functions¶
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
- class QRemoteObjectPacketTypeEnum¶
- class InitialAction¶
This enum type specifies the initial action when acquiring a Replica derived from QAbstractItemModel.
Constant
Description
QtRemoteObjects.InitialAction.FetchRootSize
Only the size of the model is requested before the
initializedsignal is emitted, no data will be prefetched before that.QtRemoteObjects.InitialAction.PrefetchData
Some data can be prefetched before the
initializedsignal is emitted.See also
- static copyStoredProperties(mo, src, dst)¶
- Parameters:
mo –
QMetaObjectsrc –
QDataStreamdst –
void
- static copyStoredProperties(mo, src, dst)
- Parameters:
mo –
QMetaObjectsrc –
voiddst –
QDataStream
- static copyStoredProperties(mo, src, dst)
- Parameters:
mo –
QMetaObjectsrc –
voiddst –
void