hi
How do I clear the background color tabwidget?
Attachment 9274
I want to clear white color background.
Printable View
hi
How do I clear the background color tabwidget?
Attachment 9274
I want to clear white color background.
You are (I guess) applying an image background to the top-level window without considering how that background cascades down to child widgets. Target your top-level background by (a unique) object name and it will not cascade to child widgets (which in this case will get a default, usually white, background).
See Style Sheet Usage, Customizing the Foreground and Background Colors
By applying the following snippet to your widget's style;
This makes the background image applied for solely the regarding widget - not the widget and it's children.