The following members of QML type Object are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Signals
- objectChanged()
(obsolete)
Signal Documentation
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the object has changed. This signal is deprecated in 100.5. There is no replacement, use the individual property changed signals instead.
Note: The corresponding handler is onObjectChanged
.