Hello,
when i assign
this bitmap to the view frame, the scaled output is like 
It seems that it does not scale in the vertical. If i disable vertical scaling the output is ok but it cannot be taller than the height of the assigned bitmap.
Actually this image is scaled in qml without a problem..
Resources::ButtonGray for instance does scale nicely but it does not have any gradient in the interior.
(but actually i want a gradient but i don't know how i can add it as an overlay)
Thanks for a hint, maybe i should not use a gradient in the image, which would be ok if i knew a straight forward method to add a gradient (or make
colorTL,TR,BL,BR work too....
Martin