Say I have this:
Qt Code:
Rectangle { width: object.dynamicProperty }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?
Bookmarks