How to import a file?
Unsolved
QML and Qt Quick
-
I am trying to run the Example EBikeDesign but screen01 is not included. But when I try to include as can been seen in the image the problem disapears but when I run the code I still get the error. The file Screen01.ui.qml is in the same dir as the App.qml file. I have also tried the full path with "file///c/path" or ":/../content/Screen01.ui.qml" both options do not work. How can I simply include the file?