attributeChanged()

Emitted when an attribute in the underlying PPS object has changed.

Synopsis:

#include <qpps/object.h>
 
void attributeChanged( const QString &name, 
                       const QPps::Variant &value );

Arguments:

name
The name of the attribute that has changed.
value
The attribute's new value.

Description:

Emitted when an attribute in the underlying PPS object has changed.

Note: The PPS service doesn't filter out no-op changes; it may be that attribute name was set, but only to its previous value.