This commit is contained in:
xueyan hu
2021-12-21 16:15:07 +08:00
parent 595632aef5
commit 9b2b6d8838
11 changed files with 1501 additions and 1478 deletions

View File

@@ -185,3 +185,11 @@ void systemSettingForm::saveServersInfo()
//qIfConfig(lhost);
}
void systemSettingForm::changeEvent(QEvent* event)
{
if (event->type() == QEvent::LanguageChange)
{
ui->retranslateUi(this);
}
}