Mercurial > hg > sonic-visualiser
comparison main/MainWindow.h @ 518:90bac2cf39f1
Pull out app name into arg, pull down description label from superclass
author | Chris Cannam |
---|---|
date | Fri, 16 Nov 2012 13:21:44 +0000 |
parents | 26ebbe098bce |
children | 0b094b0fdcc4 |
comparison
equal
deleted
inserted
replaced
517:a830a57084c2 | 518:90bac2cf39f1 |
---|---|
232 bool m_prevSolo; | 232 bool m_prevSolo; |
233 | 233 |
234 QFrame *m_playControlsSpacer; | 234 QFrame *m_playControlsSpacer; |
235 int m_playControlsWidth; | 235 int m_playControlsWidth; |
236 | 236 |
237 QLabel *m_descriptionLabel; | |
237 QLabel *m_currentLabel; | 238 QLabel *m_currentLabel; |
238 | 239 |
239 QPointer<PreferencesDialog> m_preferencesDialog; | 240 QPointer<PreferencesDialog> m_preferencesDialog; |
240 QPointer<LayerTreeDialog> m_layerTreeDialog; | 241 QPointer<LayerTreeDialog> m_layerTreeDialog; |
241 | 242 |