added language combo box in preferences

This commit is contained in:
2024-12-04 18:44:40 +03:00
parent 031c1d5792
commit 7959bc5492
9 changed files with 306 additions and 200 deletions

View File

@@ -52,6 +52,8 @@ private slots:
void on_buttonBox_rejected();
void on_languageComboBox_currentTextChanged(const QString &arg1);
private:
Ui::settingsdialog *ui;
};