Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 572:4c1ab4f9e116 3.0-integration
Ah, there already was a mechanism for that (recordDurationChanged()). But in any case we are better off prompting the model to update I think.
author | Chris Cannam |
---|---|
date | Wed, 04 Jan 2017 14:21:24 +0000 |
parents | 5369359351cb |
children | b3c35447ef31 |
comparison
equal
deleted
inserted
replaced
571:5369359351cb | 572:4c1ab4f9e116 |
---|---|
20 #include <QString> | 20 #include <QString> |
21 #include <QUrl> | 21 #include <QUrl> |
22 #include <QMainWindow> | 22 #include <QMainWindow> |
23 #include <QPointer> | 23 #include <QPointer> |
24 #include <QThread> | 24 #include <QThread> |
25 #include <QTimer> | |
26 | 25 |
27 #include "base/Command.h" | 26 #include "base/Command.h" |
28 #include "view/ViewManager.h" | 27 #include "view/ViewManager.h" |
29 #include "base/PropertyContainer.h" | 28 #include "base/PropertyContainer.h" |
30 #include "base/RecentFiles.h" | 29 #include "base/RecentFiles.h" |
387 bool m_initialDarkBackground; | 386 bool m_initialDarkBackground; |
388 | 387 |
389 RealTime m_defaultFfwdRwdStep; | 388 RealTime m_defaultFfwdRwdStep; |
390 | 389 |
391 AudioRecordMode m_audioRecordMode; | 390 AudioRecordMode m_audioRecordMode; |
392 QTimer m_audioRecordUpdateTimer; | |
393 | 391 |
394 mutable QLabel *m_statusLabel; | 392 mutable QLabel *m_statusLabel; |
395 QLabel *getStatusLabel() const; | 393 QLabel *getStatusLabel() const; |
396 | 394 |
397 WaveFileModel *getMainModel(); | 395 WaveFileModel *getMainModel(); |