On Friday 24 October 2008 04:06, Axel Jäger wrote:
> Hello to all,
> Q_OBJECT got a nice new keyword in Qt 4.5: NOTIFY to specify
> which Signal of a class is emitted whenever a property changes.
> Which signal is emitted if the property is a dynamic property?
> There is an event for tracking changes in dynamic properties but
> having two different mechanism for two things that act to be the
> same is not optimal (if this is the only way).

There is no signal emitted when a dynamic property changes.

NOTIFY is about letting you figure out by introspection which (if 
any) signal will be emitted when a property changes.  It doesn't 
actually cause any new signals to be emitted.

-- 
Rohan McGovern
Qt Software, Nokia

_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to