Hi
I am getting this error:
"QQmlComponent: Component is not ready"
how can I get the detail of why the component is not ready ?
TIA
Hi
I am getting this error:
"QQmlComponent: Component is not ready"
how can I get the detail of why the component is not ready ?
TIA
The error(s) are usually logged as well.
If you handle the QQmlComponent yourself, you can also access the errors using QQmlComponent::errors()
Cheers,
_
Bookmarks