Here’s how you set a widget not to have a background :
widget->setAttribute(Qt::WA_NoSystemBackground,true);
This one came in handy today with some labels.
Here’s how you set a widget not to have a background :
widget->setAttribute(Qt::WA_NoSystemBackground,true);
This one came in handy today with some labels.