App: Retranslate all pages when the language is changed
This commit is contained in:
parent
a2c85a8531
commit
dd5c4b6864
54 changed files with 158 additions and 11 deletions
|
@ -61,6 +61,11 @@ bool TechnicPage::shouldDisplay() const
|
|||
return true;
|
||||
}
|
||||
|
||||
void TechnicPage::retranslate()
|
||||
{
|
||||
ui->retranslateUi(this);
|
||||
}
|
||||
|
||||
void TechnicPage::openedImpl()
|
||||
{
|
||||
suggestCurrent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue