Quick: Attached property type
Attached property must be attached to an object deriving from a particular type
What happened?
You instantiated an attached property in an object of the wrong type.
Why is this bad?
The attached property will not work.
Example
To fix this warning, change the enclosing type to inherit from the type mentioned in the warning message:
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.