Removing shadow from Tumbler Qml control
-
wrote on 5 Oct 2015, 11:49 last edited by Cris 10 May 2015, 11:54
Hello,
How can I remove the shadow from Tumbler control? Is it possible? It appears near the border and adds 3D look, but I would like to remove it and leave only single line border...Tried setting different properties like background, foreground, frame etc but nothing helped.
Thanks in advance
Chris -
Hello,
How can I remove the shadow from Tumbler control? Is it possible? It appears near the border and adds 3D look, but I would like to remove it and leave only single line border...Tried setting different properties like background, foreground, frame etc but nothing helped.
Thanks in advance
Chriswrote on 5 Oct 2015, 12:27 last edited by -
wrote on 5 Oct 2015, 12:48 last edited by
As I mentioned, I tried assigning different Tumbler style properties like:
background: Rectangle
{
color: white
}and the same with foreground and frame style components
I also tried to set border.width to 0 and still I got this shadow near the borders
1/3