qt之设置按钮背景样式表
ui->pushButton->setStyleSheet(R"(QPushButton{background-color:transparent;})");
ui->pushButton->setStyleSheet(R"(QPushButton{background:red;})");
ui->pushButton->setStyleSheet(R"(QPushButton{background-color:transparent;})");
ui->pushButton->setStyleSheet(R"(QPushButton{background:red;})");