Hi Everyone i am new to QT and i am having trouble loading one qml through another qml Basically i have created a qml MyTabView(MyTabView.qml)
import QtQuick 2.
Have you added the file to your Resources ?
Adding your MyTabView.qml
to your project in the same directory of main.qml
is not sufficient.
You have to put your QML file in the Resources (probably main.qrc/qml/
) in order to have it deployed.
The editor of Qt Creator does not need this inclusion in order to find your type, therefore it displays no error.