我随便设了一下,不是被覆盖,而是按钮半透明,透了一些颜色过来。把按钮的透明度减少,或不透明

this->setStyleSheet("background-color:rgba(255, 255,0, 100)");

ui->pushButton->setStyleSheet("background-color:rgba(255, 0,0, 255)");

就这两句

 

透明居然可以透部分背景色过来_透明