I want to use delegate like this:
delegate: Rectangle
{
....
}
Rectangle has default white color (that is what I want), but if I use it as a base of delegate item, highlight will not be visible. And I want it to be visible with items that have background.
As I saw in this post [stackoverflow.com] this is not possible?
↧