QHBoxLayout background is not transparent, its white
-
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.
-
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.
-
@JoeCFD actually what i did was to move everything inside a frame, with stylesheet and set the background to transparent and the border to 0 Px, that did the trick