QtRemoteObjects — PyQt Documentation v6.9.0 (original) (raw)

PyQt6.QtRemoteObjects.QtRemoteObjects

Description

TODO

Enums

InitialAction

This enum type specifies the initial action when acquiring a Replica derived from QAbstractItemModel.

See also

QRemoteObjectNode::acquireModel()QRemoteObjectReplica::initialized().

Member Value Description
FetchRootSize 0 Only the size of the model is requested before the initialized signal is emitted, no data will be prefetched before that.
PrefetchData 1 Some data can be prefetched before the initialized signal is emitted.