qt: Read font name and size from translation

Updated .po files to include FONT_NAME and FONT_SIZE to allow using them
as font in qt.
This commit is contained in:
ts-korhonen
2022-01-22 22:00:44 +02:00
parent 6ba6cf3bdd
commit dd6b368e0e
22 changed files with 550 additions and 533 deletions

View File

@@ -118,6 +118,7 @@ protected:
bool eventFilter(QObject* receiver, QEvent* event) override;
void showEvent(QShowEvent* event) override;
void closeEvent(QCloseEvent* event) override;
void changeEvent(QEvent* event) override;
private:
Ui::MainWindow *ui;