[Qt-qml] Settings / State Saving proposal for QML
João Abecasis
joao.abecasis at nokia.com
Fri Nov 18 15:50:51 CET 2011
Jason H wrote:
> What I thought I was seeing, and what I liked, was an automatic binding to persistent storage. The idea that I can give an object a persistent location and updates to it will be saved and retrieved automatically.
That's exactly what I was showing: automatic binding to persistent (unspecified) storage. Updates are already saved automatically. The initial implementation doesn't handle updates made directly to storage at runtime, but will happily load what's in there at "startup" (technichally, onComponentComplete or onGroupChanged).
Cheers,
João
More information about the Qt-qml
mailing list