Mercurial > hg > tony
diff 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 |
line wrap: on
line diff
--- a/src/MainWindow.h Wed Mar 25 17:02:40 2015 +0000 +++ b/src/MainWindow.h Mon Mar 30 14:28:04 2015 +0100 @@ -198,6 +198,9 @@ QAction *m_showSpect; QAction *m_showPitch; QAction *m_showNotes; + QAction *m_playAudio; + QAction *m_playPitch; + QAction *m_playNotes; LevelPanToolButton *m_audioLPW; LevelPanToolButton *m_pitchLPW; LevelPanToolButton *m_notesLPW;