comparison main/PreferencesDialog.h @ 337:a3b2cba73143

* Add time display format preference
author Chris Cannam
date Fri, 25 Sep 2009 12:02:22 +0000
parents 15ce557e1bf8
children 6d827453657f f8f74f1b5b4f
comparison
equal deleted inserted replaced
336:193e0d6eb6de 337:a3b2cba73143
44 void audioDeviceChanged(int device); 44 void audioDeviceChanged(int device);
45 void resampleQualityChanged(int quality); 45 void resampleQualityChanged(int quality);
46 void resampleOnLoadChanged(int state); 46 void resampleOnLoadChanged(int state);
47 void tempDirRootChanged(QString root); 47 void tempDirRootChanged(QString root);
48 void backgroundModeChanged(int mode); 48 void backgroundModeChanged(int mode);
49 void timeToTextModeChanged(int mode);
49 void viewFontSizeChanged(int sz); 50 void viewFontSizeChanged(int sz);
50 void showSplashChanged(int state); 51 void showSplashChanged(int state);
51 52
52 void tempDirButtonClicked(); 53 void tempDirButtonClicked();
53 54
69 int m_audioDevice; 70 int m_audioDevice;
70 int m_resampleQuality; 71 int m_resampleQuality;
71 bool m_resampleOnLoad; 72 bool m_resampleOnLoad;
72 QString m_tempDirRoot; 73 QString m_tempDirRoot;
73 int m_backgroundMode; 74 int m_backgroundMode;
75 int m_timeToTextMode;
74 int m_viewFontSize; 76 int m_viewFontSize;
75 bool m_showSplash; 77 bool m_showSplash;
76 78
77 bool m_changesOnRestart; 79 bool m_changesOnRestart;
78 }; 80 };