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.
TypeError: Property 'loadTheme' of object UCTheme(0x7fc01c4ce980) is not a functionIs this an experiment that has reached its end, or should we expect this to work in the future? The only remnants of the docs seem to be http://people.canonical.com/~dpm/sdk-docs/html.orig/theming-components.html – andrewsomething Mar 21 '14 at 19:45