[SailfishDevel] change Silica theme details
Lucien XU
sfietkonstantin at free.fr
Sun Jun 2 09:39:04 UTC 2013
Hello,
You are not forced to use Silica to develop your application. You can, for
example, use your custom components (based on QtQuick default components, like
Rectangle or Text), to draw some of the UI.
For example, you can draw a white background by doing
Page {
Rectangle {
anchors.fill: parent
color: "white"
}
}
(Note that I did not tried that code, but it should work)
And add some other components, like Text, or other Rectangles on top of it.
Of cause, it won't integrate with Sailfish, but that's not a problem, since
you are not focusing on that, do you ?
Le vendredi 31 mai 2013 17:12:25 Wim de Vries a écrit :
> Hi,
> My app will work in very (sun)light circumstances, so I need more
> contrast between colours.
> Is there a way to change (parts of the) the Silica theme?
> Thanks.
More information about the Devel
mailing list