[quote]In simple terms, yes you’re right. To be more precise though, an ID is limited to Component Scope [doc.qt.io][/quote]Ahh.. ok that sounds interesting. So items in the main.qml have global ids but the other way round, it is not possible.
[quote]That’s not possible. You cannot create a global item in QML.
Anyway, can you think of a good use-case where you need to have a global item?[/quote]Hmm, I think I'm lacking in required experience to answer this question, but the way you ask tells me the answer :-P
Btw.: On my extensive investigation using google I found another way that could also be useful. When I use a singleton, I can make the component accessable from other files (if I understood that right), but I don't think that this is the right way for my purposes, because singleton is "more" useful for components which are created lots of times to save memory/performance...
Well, thank you for spending a lot of time explaining that stuff to me, I appreciate that much! :-)
Cheers,