comparison src/MainWindow.h @ 424:ad8f94fb334d

Experiment with simple button logic for LevelPanWidget (separating out playback toggle again)
author Chris Cannam
date Mon, 30 Mar 2015 14:28:04 +0100
parents bbe7ba53030e
children 46003a5a8736
comparison
equal deleted inserted replaced
423:bbe7ba53030e 424:ad8f94fb334d
196 196
197 QAction *m_showAudio; 197 QAction *m_showAudio;
198 QAction *m_showSpect; 198 QAction *m_showSpect;
199 QAction *m_showPitch; 199 QAction *m_showPitch;
200 QAction *m_showNotes; 200 QAction *m_showNotes;
201 QAction *m_playAudio;
202 QAction *m_playPitch;
203 QAction *m_playNotes;
201 LevelPanToolButton *m_audioLPW; 204 LevelPanToolButton *m_audioLPW;
202 LevelPanToolButton *m_pitchLPW; 205 LevelPanToolButton *m_pitchLPW;
203 LevelPanToolButton *m_notesLPW; 206 LevelPanToolButton *m_notesLPW;
204 207
205 ActivityLog *m_activityLog; 208 ActivityLog *m_activityLog;