aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-05-11 14:43:26 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-05-23 14:39:24 +0000
commitc39ed2a3b7f85b27aa867e9c3cbc1c8215bd564b (patch)
tree0dd90f1f8fde6f391c7e91db0b19ec943bb673ac /src/plugins/qmlprofiler/qmlprofilerstatewidget.h
parent475e527cf0ef67a2e6101f310253870460597d6d (diff)
QmlProfiler: Make progress widget more expressive
Instead of the progress bar we can now show the number of events we have received, and the number of finished finalizers. This should give a the user a better idea of what is going on. Change-Id: I324fefbe6d5e3c24b080bfbc103c4317fa585215 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerstatewidget.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerstatewidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerstatewidget.h b/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
index 73ba88ae4bb..68322b2a712 100644
--- a/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
+++ b/src/plugins/qmlprofiler/qmlprofilerstatewidget.h
@@ -42,8 +42,9 @@ public:
~QmlProfilerStateWidget();
private slots:
- void showText(const QString &text, bool showProgress = false);
+ void showText(const QString &text);
void updateDisplay();
+ void update();
void reposition();
private: