Код: Выделить всё
setPalette(Qt::transparent);Код: Выделить всё
setAttribute( Qt::WA_TranslucentBackground, true );Код: Выделить всё
setAttribute( Qt::WA_OpaquePaintEvent, true );Код: Выделить всё
setAutoFillBackground(false);Код: Выделить всё
setStyleSheet("QWidget{background-color: transparent;}");Код: Выделить всё
setAttribute(Qt::WA_NoSystemBackground);
Подробнее здесь: https://stackoverflow.com/questions/254 ... ransparent