Mercurial > hg > sonic-visualiser
comparison main/PreferencesDialog.h @ 225:d7ded015af32
* Make font size in panes configurable, with a smaller default
* Add [ and ] to select prev/next pane
author | Chris Cannam |
---|---|
date | Tue, 11 Dec 2007 14:58:29 +0000 |
parents | 98ba77e0d897 |
children | 99fa3387dfef |
comparison
equal
deleted
inserted
replaced
224:b5a2428f647b | 225:d7ded015af32 |
---|---|
42 void tuningFrequencyChanged(double freq); | 42 void tuningFrequencyChanged(double freq); |
43 void resampleQualityChanged(int quality); | 43 void resampleQualityChanged(int quality); |
44 void resampleOnLoadChanged(int state); | 44 void resampleOnLoadChanged(int state); |
45 void tempDirRootChanged(QString root); | 45 void tempDirRootChanged(QString root); |
46 void backgroundModeChanged(int mode); | 46 void backgroundModeChanged(int mode); |
47 void viewFontSizeChanged(int sz); | |
47 | 48 |
48 void tempDirButtonClicked(); | 49 void tempDirButtonClicked(); |
49 | 50 |
50 void okClicked(); | 51 void okClicked(); |
51 void applyClicked(); | 52 void applyClicked(); |
63 float m_tuningFrequency; | 64 float m_tuningFrequency; |
64 int m_resampleQuality; | 65 int m_resampleQuality; |
65 bool m_resampleOnLoad; | 66 bool m_resampleOnLoad; |
66 QString m_tempDirRoot; | 67 QString m_tempDirRoot; |
67 int m_backgroundMode; | 68 int m_backgroundMode; |
69 int m_viewFontSize; | |
68 | 70 |
69 bool m_changesOnRestart; | 71 bool m_changesOnRestart; |
70 }; | 72 }; |
71 | 73 |
72 #endif | 74 #endif |