comparison main/PreferencesDialog.h @ 634:ba338234c001 imaf_enc

IMAF load code from Jesus Corral Garcia
author Chris Cannam
date Mon, 04 Nov 2013 17:15:52 +0000
parents e5e6625deb85
children bfd68cc71a25
comparison
equal deleted inserted replaced
633:a8da6db5a2c9 634:ba338234c001
3 /* 3 /*
4 Sonic Visualiser 4 Sonic Visualiser
5 An audio file viewer and annotation editor. 5 An audio file viewer and annotation editor.
6 Centre for Digital Music, Queen Mary, University of London. 6 Centre for Digital Music, Queen Mary, University of London.
7 This file copyright 2006 Chris Cannam. 7 This file copyright 2006 Chris Cannam.
8 8
9 This program is free software; you can redistribute it and/or 9 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License as 10 modify it under the terms of the GNU General Public License as
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
76 76
77 QLineEdit *m_tempDirRootEdit; 77 QLineEdit *m_tempDirRootEdit;
78 78
79 QString m_currentTemplate; 79 QString m_currentTemplate;
80 QStringList m_templates; 80 QStringList m_templates;
81 81
82 WindowType m_windowType; 82 WindowType m_windowType;
83 int m_spectrogramSmoothing; 83 int m_spectrogramSmoothing;
84 int m_spectrogramXSmoothing; 84 int m_spectrogramXSmoothing;
85 int m_propertyLayout; 85 int m_propertyLayout;
86 float m_tuningFrequency; 86 float m_tuningFrequency;