mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
InterfacePane: Add BalloonTip to language combobox
This commit is contained in:
parent
266bbeefc8
commit
7d704ca9ca
4 changed files with 86 additions and 57 deletions
|
@ -31,9 +31,10 @@ private:
|
|||
void OnCursorVisibleMovement();
|
||||
void OnCursorVisibleNever();
|
||||
void OnCursorVisibleAlways();
|
||||
void OnLanguageChanged();
|
||||
|
||||
QVBoxLayout* m_main_layout;
|
||||
QComboBox* m_combobox_language;
|
||||
ConfigStringChoice* m_combobox_language;
|
||||
|
||||
ConfigStringChoice* m_combobox_theme;
|
||||
QComboBox* m_combobox_userstyle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue