Styling/Branding app using Qt Symbian Components
-
Hi,
I'm currently trying to convert my project from my custom made QML UI to Qt Symbian Components. However I have the requirement to use custom colors. E.g. I need the tool bar to be blue instead of black.
Is there a way to override the default style? I'd like to keep the shapes, margins, etc. but I'd like to override some colors.
Thanks!
Conny -
there is no way to do it with standard symbian Qt Quick components. If you really want it, you need to modify ToolBar.qml code and ship compiled Symbian Qt Quick components .sis file along with your code :(
-
This is one of the comments I have given at my "Initial impressions and Feedback for Qt Quick Components 1.0 for Symbain":http://developer.qt.nokia.com/forums/viewthread/7581/
Developer should be given more control to change LYF of components.