第一种是按键上面的字颜色的改变:
1 ui->motor1->setStyleSheet("color: red");
效果:
第二种是背景改变:
1 ui->motor1->setStyleSheet("background-color: rgb(175,238,238)");
效果:
第一种是按键上面的字颜色的改变:
1 ui->motor1->setStyleSheet("color: red");
效果:
第二种是背景改变:
1 ui->motor1->setStyleSheet("background-color: rgb(175,238,238)");
效果: