Mercurial > hg > sonic-visualiser
comparison main/PreferencesDialog.h @ 677:bfd68cc71a25 imaf_enc
Merge from default branch, fix build
author | Chris Cannam |
---|---|
date | Thu, 05 Dec 2013 10:57:51 +0000 |
parents | ba338234c001 86d1f640ae1e |
children | 5e6e1e074080 |
comparison
equal
deleted
inserted
replaced
676:dabe6e994a9c | 677:bfd68cc71a25 |
---|---|
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(); |
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; |
81 | 82 |
83 QString m_currentLocale; | |
84 QStringList m_locales; | |
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; |
86 float m_tuningFrequency; | 90 float m_tuningFrequency; |