comparison main/PreferencesDialog.h @ 658:86d1f640ae1e

Add choice of interface language to the prefs dialog (in case user is unhappy with system locale)
author Chris Cannam
date Tue, 26 Nov 2013 10:35:55 +0000
parents e5e6625deb85
children bfd68cc71a25 7f7fba33b7de
comparison
equal deleted inserted replaced
657:1938702bb3bf 658:86d1f640ae1e
58 void backgroundModeChanged(int mode); 58 void backgroundModeChanged(int mode);
59 void timeToTextModeChanged(int mode); 59 void timeToTextModeChanged(int mode);
60 void viewFontSizeChanged(int sz); 60 void viewFontSizeChanged(int sz);
61 void showSplashChanged(int state); 61 void showSplashChanged(int state);
62 void defaultTemplateChanged(int); 62 void defaultTemplateChanged(int);
63 void localeChanged(int);
63 64
64 void tempDirButtonClicked(); 65 void tempDirButtonClicked();
65 66
66 void okClicked(); 67 void okClicked();
67 void applyClicked(); 68 void applyClicked();
76 77
77 QLineEdit *m_tempDirRootEdit; 78 QLineEdit *m_tempDirRootEdit;
78 79
79 QString m_currentTemplate; 80 QString m_currentTemplate;
80 QStringList m_templates; 81 QStringList m_templates;
82
83 QString m_currentLocale;
84 QStringList m_locales;
81 85
82 WindowType m_windowType; 86 WindowType m_windowType;
83 int m_spectrogramSmoothing; 87 int m_spectrogramSmoothing;
84 int m_spectrogramXSmoothing; 88 int m_spectrogramXSmoothing;
85 int m_propertyLayout; 89 int m_propertyLayout;