QmlProfiler: Reimplement zoom slider in QML

This restores the functionality of the old zoom slider. It probably
looks a bit different, but it does the same thing.

Task-number: QTCREATORBUG-10635

Change-Id: Idcb19187df066e4b1336df73b122aa567a732dee
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2013-11-12 12:44:54 +01:00
parent 9a1da15739
commit 9e0175d8bb
3 changed files with 37 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ signals:
void lockModeChanged(bool);
void enableToolbar(bool);
void zoomLevelChanged(int);
void showZoomSlider(bool);
void resized();