- 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) . More…
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
Detailed Description¶
- class QRemoteObjectPacketTypeEnum¶
- class InitialAction¶
This enum type specifies the initial action when acquiring a Replica derived from QAbstractItemModel.
Constant
Description
QtRemoteObjects.FetchRootSize
Only the size of the model is requested before the
initialized
signal is emitted, no data will be prefetched before that.QtRemoteObjects.PrefetchData
Some data can be prefetched before the
initialized
signal is emitted.See also
- static copyStoredProperties(mo, src, dst)¶
- Parameters:
mo –
QMetaObject
src –
QDataStream
dst –
void
- static copyStoredProperties(mo, src, dst)
- Parameters:
mo –
QMetaObject
src –
void
dst –
QDataStream
- static copyStoredProperties(mo, src, dst)
- Parameters:
mo –
QMetaObject
src –
void
dst –
void