Mercurial > hg > tony
diff src/MainWindow.h @ 414:333cb8a2514b
Introduce level/pan toolbar buttons
author | Chris Cannam |
---|---|
date | Wed, 25 Mar 2015 10:33:19 +0000 |
parents | 7d97da3c744e |
children | bbe7ba53030e |
line wrap: on
line diff
--- a/src/MainWindow.h Wed Mar 25 09:08:55 2015 +0000 +++ b/src/MainWindow.h Wed Mar 25 10:33:19 2015 +0000 @@ -21,7 +21,7 @@ class VersionTester; class ActivityLog; -class LevelPanWidget; +class LevelPanToolButton; class MainWindow : public MainWindowBase { @@ -196,9 +196,9 @@ QAction *m_showSpect; QAction *m_showPitch; QAction *m_showNotes; - LevelPanWidget *m_audioLPW; - LevelPanWidget *m_pitchLPW; - LevelPanWidget *m_notesLPW; + LevelPanToolButton *m_audioLPW; + LevelPanToolButton *m_pitchLPW; + LevelPanToolButton *m_notesLPW; ActivityLog *m_activityLog; KeyReference *m_keyReference;