PDA

View Full Version : QQmlComponent: Component is not ready



nuliknol
10th April 2014, 10:11
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

anda_skoa
10th April 2014, 10:23
The error(s) are usually logged as well.

If you handle the QQmlComponent yourself, you can also access the errors using QQmlComponent::errors()

Cheers,
_