Making Nested Components Visible
-
I used to have my components and pages in the same directory and decided that it would make more sense to separate them out. So if I have homepage.qml in the pages directory that wants to use DropDownMenu.qml in the components directory, how can I do this?
-
Something like this will help you I think
@
import "../components"
@ -
I will look into this. Thanks.
-
So I got that working but now the design module in qt creator cannot see my images. How can I fix this?