例如:ui->pushButton_selfcheck->setText("关"); 可以用ui->pushButton_selfcheck->setText(QStringLiteral("关")); 这样就能解决乱码问题