mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #3987 from zhaowenlan1779/language-config-fix-2
citra_qt/configuration: retranslate hotkey widget on language change
This commit is contained in:
		
						commit
						6bc87cdf3e
					
				
					 4 changed files with 7 additions and 1 deletions
				
			
		|  | @ -76,4 +76,5 @@ void ConfigureGeneral::onLanguageChanged(int index) { | |||
| 
 | ||||
| void ConfigureGeneral::retranslateUi() { | ||||
|     ui->retranslateUi(this); | ||||
|     ui->hotkeysDialog->retranslateUi(); | ||||
| } | ||||
|  |  | |||
|  | @ -181,7 +181,7 @@ | |||
|         <item> | ||||
|          <layout class="QVBoxLayout" name="verticalLayout_4"> | ||||
|           <item> | ||||
|            <widget class="GHotkeysDialog" name="widget" native="true"/> | ||||
|            <widget class="GHotkeysDialog" name="hotkeysDialog" native="true"/> | ||||
|           </item> | ||||
|          </layout> | ||||
|         </item> | ||||
|  |  | |||
|  | @ -88,3 +88,7 @@ GHotkeysDialog::GHotkeysDialog(QWidget* parent) : QWidget(parent) { | |||
|     ui.treeWidget->resizeColumnToContents(0); | ||||
|     ui.treeWidget->resizeColumnToContents(1); | ||||
| } | ||||
| 
 | ||||
| void GHotkeysDialog::retranslateUi() { | ||||
|     ui.retranslateUi(this); | ||||
| } | ||||
|  |  | |||
|  | @ -58,6 +58,7 @@ class GHotkeysDialog : public QWidget { | |||
| 
 | ||||
| public: | ||||
|     explicit GHotkeysDialog(QWidget* parent = nullptr); | ||||
|     void retranslateUi(); | ||||
| 
 | ||||
| private: | ||||
|     Ui::hotkeys ui; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue