translation work

This commit is contained in:
xueyan hu
2021-12-23 16:21:45 +08:00
parent a853ed8ed6
commit 409ca3dd39
12 changed files with 403 additions and 334 deletions

View File

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