QML ValueSpaceSubscriber ElementThe ValueSpaceSubscriber elements accesses a single Value Space value. More... ValueSpaceSubscriber instantiates the C++ class QValueSpaceSubscriber PropertiesDetailed DescriptionThe ValueSpaceSubscriber element is part of the QtMobility.publishsubscribe 1.1 module. The ValueSpaceSubscriber element enables the creation of QML bindings that use values stored in the Value Space. The QML binding is automatically reevaluated when the value in the Value Space changes. Each ValueSpaceSubscriber element represents a single value or path in the Value Space. The path is set using the path property. ValueSpaceSubscriber { id: nowPlaying path: "/applications/mediaplayer/now-playing" } The value is accessed using the value property. Text { text: nowPlaying.value } Property DocumentationThis property holds that path that the element accesses. This property hold the value of the Value Space value.
© 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy X
|