QQmlComponent: Component is not ready... but which one?
-
Ok, thanks for clue.
I found a reason of my trouble - rather trivial (I moved QML file to a directory and didn't change all calls to it when that component was dynamically created)Anyway, it would be nice from QML engine if it could throw i.e.:
QQmlComponent: Component is not ready due to file XYZ.qml was not found
or any useful info about the error, without handling every dynamic call manually. -
Ok, thanks for clue.
I found a reason of my trouble - rather trivial (I moved QML file to a directory and didn't change all calls to it when that component was dynamically created)Anyway, it would be nice from QML engine if it could throw i.e.:
QQmlComponent: Component is not ready due to file XYZ.qml was not found
or any useful info about the error, without handling every dynamic call manually.@SeeLook said in QQmlComponent: Component is not ready... but which one?:
Anyway, it would be nice from QML engine if it could throw i.e.:
QQmlComponent: Component is not ready due to file XYZ.qml was not found
or any useful info about the errorGood idea. Please post a request for this feature at https://bugreports.qt.io/, thanks!