comparison main/PreferencesDialog.h @ 245:fc542303eda2 1.2-stable

* merge from trunk (1.2 ended up being tracked from trunk, but we may want this branch for fixes later)
author Chris Cannam
date Wed, 27 Feb 2008 10:32:45 +0000
parents 98ba77e0d897
children
comparison
equal deleted inserted replaced
223:35e438b612ff 245:fc542303eda2
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);
48 void showSplashChanged(int state);
47 49
48 void tempDirButtonClicked(); 50 void tempDirButtonClicked();
49 51
50 void okClicked(); 52 void okClicked();
51 void applyClicked(); 53 void applyClicked();
63 float m_tuningFrequency; 65 float m_tuningFrequency;
64 int m_resampleQuality; 66 int m_resampleQuality;
65 bool m_resampleOnLoad; 67 bool m_resampleOnLoad;
66 QString m_tempDirRoot; 68 QString m_tempDirRoot;
67 int m_backgroundMode; 69 int m_backgroundMode;
70 int m_viewFontSize;
71 bool m_showSplash;
68 72
69 bool m_changesOnRestart; 73 bool m_changesOnRestart;
70 }; 74 };
71 75
72 #endif 76 #endif