Check the QML component existence. How?
-
Qt.createComponent from javascript, Loader from QML, and QQmlComponent from C++ all appear to be viable options for the situation described. Loader doesn't appear to allow loading the component without instantiating an instance.