Im trying to add an image to my qml project and show it. The image part:
Image {
id:menuLogo
width:400
height:400
source: "design/logo.png"
}
My project structure. The filename is even suggested when typing the first part of the path in qt.
The error I get when running the code:
qrc:/Menu.qml:9:5: QML Image: Cannot open: qrc:/design/logo.png