Say I have this:

Qt Code:
  1. Rectangle {
  2. width: object.dynamicProperty
  3. }
To copy to clipboard, switch view to plain text mode 

If dynamicProperty changes no dynamicPropertyChanged signal will be issued, hence width won't change. Is it possible to somehow simulate a NOTIFY signal for a dynamic QObject property?