analyzer: show busy cursor as long analysis is running

Change-Id: I93ad6ac5e79f5e8a6f843a90b244bfc0587c070c
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-12-13 14:01:52 +01:00
committed by hjk
parent 86629f18c2
commit e08f51c21c
4 changed files with 20 additions and 8 deletions

View File

@@ -33,10 +33,10 @@
#ifndef CALLGRINDCOSTVIEW_H
#define CALLGRINDCOSTVIEW_H
#include <QtGui/QTreeView>
#include "callgrindcostdelegate.h"
#include <QtGui/QTreeView>
namespace Valgrind {
namespace Internal {
@@ -46,13 +46,13 @@ class CostView : public QTreeView
public:
explicit CostView(QWidget *parent = 0);
virtual ~CostView();
~CostView();
/**
* Overload automatically updates the cost delegate
* and sets it for the cost columns of DataModel and CallModel.
*/
virtual void setModel(QAbstractItemModel *model);
void setModel(QAbstractItemModel *model);
/**
* How to format cost data columns in the view.