mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:59:14 +12:00
Add proper translation UI
This commit is contained in:
parent
b4d212c510
commit
59016c2ffd
9 changed files with 319 additions and 197 deletions
|
@ -45,6 +45,8 @@ class ConfigWindow : public QDialog {
|
|||
void setTheme(FrontendSettings::Theme theme);
|
||||
void setIcon(FrontendSettings::WindowIcon icon);
|
||||
|
||||
QComboBox* createLanguageSelect();
|
||||
|
||||
public:
|
||||
ConfigWindow(ConfigCallback configCallback, MainWindowCallback windowCallback, const EmulatorConfig& config, QWidget* parent = nullptr);
|
||||
~ConfigWindow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue