Hello everyone!
Can you help me to achieve black background under my picons?
My picons as most of them are transparent .png files, my background colour is 80% black (#33000000) I would like to have picons appearing on my background without penetrating it.
So I have tried to put an pixmap and label items under neath the picons but no luck, they are always penetrating cutting through the background and this is looks not really nice.
This is my widget loading my picons:
<widget source="ServiceEvent" render="Picon" position="703,10" size="100,60" zPosition="10" transparent="1" alphatest="on"> <!-- <convert type="ServiceName">Name</convert> --> <convert type="XRefString">ServicelistRef</convert> </widget>
I have tried to add backgroundColor="#33000000" but no luck.
Is there any chance to achieve this?
Please see the attached picture.
Thanks so much guys!