Hello!

I hope I'm posting in the right section ...

What I would like to implement is a tabs panel (pages have header and content) where the headers are like the ones from Chrome (overlapped trapezes).

Now, I know about the example that comes with the sdk in "examples\declarative\ui-components\tabwidget" and while it is a good start, it doesn't suit my needs because it uses BorderImage for the tab page header and I would like the header to be customisable from qml properties (eg. if I would like to set a gradient for the page, I would like it to affect the header and the content as well) and not from the image itself.

Is it possible to achieve this in QML or do I have to resort to making a C++ class in which I paint my element?

Thank you