InterfacePane: Add BalloonTip to language combobox

This commit is contained in:
Dentomologist
2023-11-11 14:02:08 -08:00
committed by Admiral H. Curtiss
parent 266bbeefc8
commit 7d704ca9ca
4 changed files with 86 additions and 57 deletions

View File

@ -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;