QHBoxLayout background is not transparent, its white
Solved
General and Desktop
-
Hi, im grouping all the elements in my desing inside a Layout, but for some reason when im doing the desing it appers transparent (is perfect) but when i compile or previsualize my desing, it shows a white background, basically it behaves like a widget but if i search for setstylesheet i got nothing, as anyone else encounter this behaivior? i want to set the white part to transparent.
-
@Lightshadown The layouts are not visual elements so they do not have a background color (neither white nor transparent). Layouts are just objects that manage the position and size of the widgets.