App: Retranslate all pages when the language is changed
This commit is contained in:

committed by
Sefa Eyeoglu

parent
a2c85a8531
commit
dd5c4b6864
@ -61,6 +61,11 @@ bool TechnicPage::shouldDisplay() const
|
||||
return true;
|
||||
}
|
||||
|
||||
void TechnicPage::retranslate()
|
||||
{
|
||||
ui->retranslateUi(this);
|
||||
}
|
||||
|
||||
void TechnicPage::openedImpl()
|
||||
{
|
||||
suggestCurrent();
|
||||
|
Reference in New Issue
Block a user