C++ (Qt)setAttribute(Qt::WA_TranslucentBackground); // Главное этот флагsetMask(QPixmap(":/splash/mask"));
QPainter painter(this);QPixmap background("c:\\1.png");painter.drawPixmap(0,0,background.width(),background.height(),background);
setAttribute(Qt::WA_TranslucentBackground);