调整字体大小

This commit is contained in:
hm
2022-01-23 18:37:17 +08:00
parent 3111cfb36f
commit 3c0e4ea5b7
13 changed files with 92 additions and 86 deletions
+4 -3
View File
@@ -258,10 +258,10 @@ void ServoSystem::setCheckState(uint32_t pos,QVariant value)
setColor(ui->checkBox_4525D,(value.toBool())?(state::success):(state::failure));
break;
case 10:
setColor(ui->checkBox_atteck,(value.toBool())?(state::success):(state::failure));
//setColor(ui->checkBox_atteck,(value.toBool())?(state::success):(state::failure));
break;
case 11:
setColor(ui->checkBox_slide,(value.toBool())?(state::success):(state::failure));
//setColor(ui->checkBox_slide,(value.toBool())?(state::success):(state::failure));
break;
@@ -999,7 +999,7 @@ void ServoSystem::on_pushButton_setFuel_clicked()
value,0,0,0,0,0,0,20009,0);
}
/*
void ServoSystem::on_pushButton_AngleZero_clicked()//动压归零
{
on_commandClicked(tr("设定 %1").arg(ui->pushButton_AngleZero->text()),
@@ -1012,6 +1012,7 @@ void ServoSystem::on_pushButton_ZeroComplete_clicked()
on_commandClicked(tr("设定 %1").arg(ui->pushButton_ZeroComplete->text()),
0,0,0,0,0,0,0,20005,0);
}
*/
void ServoSystem::on_pushButton_HeatOn1_clicked()