I'd like to use some common images for my user interface across many QML files. The Image item's source property seems to always be relative to the place where the QML was loaded from.
Is there a way to have a global set of images available? I'd prefer to load them from the application resource area.