Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 378:a7a643988390
Fix #1024 - avoid status bar repainting all its siblings when its message changes (and it resizes) by using a widget in the status bar for the label instead of the bar itself.
author | Chris Cannam |
---|---|
date | Wed, 02 Jul 2014 15:09:51 +0100 |
parents | 024226dd9f51 |
children | 9e31759254fe |
comparison
equal
deleted
inserted
replaced
377:3c724eac1798 | 378:a7a643988390 |
---|---|
335 | 335 |
336 bool m_initialDarkBackground; | 336 bool m_initialDarkBackground; |
337 | 337 |
338 RealTime m_defaultFfwdRwdStep; | 338 RealTime m_defaultFfwdRwdStep; |
339 | 339 |
340 mutable QLabel *m_statusLabel; | |
341 QLabel *getStatusLabel() const; | |
342 | |
340 WaveFileModel *getMainModel(); | 343 WaveFileModel *getMainModel(); |
341 const WaveFileModel *getMainModel() const; | 344 const WaveFileModel *getMainModel() const; |
342 void createDocument(); | 345 void createDocument(); |
343 | 346 |
344 Pane *addPaneToStack(); | 347 Pane *addPaneToStack(); |