Mercurial > hg > svgui
comparison widgets/ActivityLog.h @ 505:299d0ffebb38
* Make Activity Log a bit more of a proper window
author | Chris Cannam |
---|---|
date | Wed, 25 Feb 2009 11:26:07 +0000 |
parents | 133b378d8efe |
children | 05d614f6e46d |
comparison
equal
deleted
inserted
replaced
504:d95635d6b82b | 505:299d0ffebb38 |
---|---|
30 ActivityLog(); | 30 ActivityLog(); |
31 ~ActivityLog(); | 31 ~ActivityLog(); |
32 | 32 |
33 public slots: | 33 public slots: |
34 void activityHappened(QString); | 34 void activityHappened(QString); |
35 void scrollToEnd(); | |
35 | 36 |
36 private: | 37 private: |
37 QListView *m_listView; | 38 QListView *m_listView; |
38 QStringListModel *m_model; | 39 QStringListModel *m_model; |
39 QString m_prevName; | 40 QString m_prevName; |