comparison src/MainWindow.cpp @ 380:49e38c6a8a47 tonioni_experiment_july2014

Add text to About box to show the configuration
author Chris Cannam
date Mon, 21 Jul 2014 14:23:51 +0100
parents 1cd445f9e1ca
children
comparison
equal deleted inserted replaced
379:948148da3a46 380:49e38c6a8a47
3286 .arg(version) 3286 .arg(version)
3287 .arg(debug ? tr("Debug") : tr("Release")); 3287 .arg(debug ? tr("Debug") : tr("Release"));
3288 aboutText += tr("<p>Using Qt framework version %1.</p>") 3288 aboutText += tr("<p>Using Qt framework version %1.</p>")
3289 .arg(QT_VERSION_STR); 3289 .arg(QT_VERSION_STR);
3290 3290
3291 //!!! Tony experiment hacks:
3292 if (!m_withSonification) {
3293 aboutText += tr("<p>Sonification disabled.</p>");
3294 }
3295 if (!m_withSpectrogram) {
3296 aboutText += tr("<p>Spectrogram disabled.</p>");
3297 }
3298 aboutText += tr("<p>Includes modification to forget all settings between program runs, for use in an experimental environment.</p>");
3299
3291 aboutText += 3300 aboutText +=
3292 "<p>Copyright &copy; 2005&ndash;2014 Chris Cannam, Queen Mary University of London, and the Tony project authors: Matthias Mauch, George Fazekas, Justin Salamon, and Rachel Bittner.</p>" 3301 "<p>Copyright &copy; 2005&ndash;2014 Chris Cannam, Queen Mary University of London, and the Tony project authors: Matthias Mauch, George Fazekas, Justin Salamon, and Rachel Bittner.</p>"
3293 "<p>pYIN analysis plugin written by Matthias Mauch.</p>" 3302 "<p>pYIN analysis plugin written by Matthias Mauch.</p>"
3294 "<p>This program is free software; you can redistribute it and/or " 3303 "<p>This program is free software; you can redistribute it and/or "
3295 "modify it under the terms of the GNU General Public License as " 3304 "modify it under the terms of the GNU General Public License as "