comparison view/ViewManager.cpp @ 326:4f4f38a11cd2

* Factor out uses of "Sonic Visualiser" in "common" code to applicationName() * Add ability to show work title + artist in top-left of pane (thinking of Vect but may be useful in SV in future) * A few other generalisations useful for Vect
author Chris Cannam
date Fri, 09 Nov 2007 17:46:58 +0000
parents 7b96a3261e1c
children e74b56f07c73 64e84e5efb76
comparison
equal deleted inserted replaced
324:1f67b110c1a3 326:4f4f38a11cd2
41 m_playSelectionMode(false), 41 m_playSelectionMode(false),
42 m_playSoloMode(false), 42 m_playSoloMode(false),
43 m_alignMode(false), 43 m_alignMode(false),
44 m_overlayMode(StandardOverlays), 44 m_overlayMode(StandardOverlays),
45 m_zoomWheelsEnabled(true), 45 m_zoomWheelsEnabled(true),
46 m_illuminateLocalFeatures(true),
47 m_showWorkTitle(false),
46 m_lightPalette(QApplication::palette()), 48 m_lightPalette(QApplication::palette()),
47 m_darkPalette(QApplication::palette()) 49 m_darkPalette(QApplication::palette())
48 { 50 {
49 QSettings settings; 51 QSettings settings;
50 settings.beginGroup("MainWindow"); 52 settings.beginGroup("MainWindow");