You should rename it to MainView.qml. Remove the imports, they're automatically imported. But the naming is important, ie. capital start letter. So after that you can use it in main.qml like: Code: PageStackWindow { ... MainView { ... } }
PageStackWindow { ... MainView { ... } }