The Ubuntu Interface Toolkit Documentations documents Theming for QML Elements with a syntax that is quite similar to CSS. It sounds amazing to me, but I am unable to get started with it. I have tried a lot but I guess I’m missing answers to some fundamental questions:
- Are there any rules regarding where to place the .qmltheme files and how to name them?
- How is the reference done? Will the style rules I set in the .qmltheme file automatically append to the element that has the respective name set? Or do I have to somehow set a reference in the .qmltheme file to the file containing the QML-element, or the other way round, or both?
Maybe I didn’t understand an important part of the documenation. English is not a native language of mine and therefore this specific documentation is hard to get for me.