QmlProfiler: tooltips for the labels column

Due to space restrictions, the descriptive text of events
in the labels column of the timeline view are elided.  This
patch adds tooltips on mouseover with location and details.

Change-Id: I229988e114f21e4d9575dff137aa91918ad1afa3
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2012-01-11 14:46:05 +01:00
parent b43dade44d
commit 5fede0d497
6 changed files with 24 additions and 0 deletions

View File

@@ -73,6 +73,8 @@ Rectangle {
property variant selectionRangeStart: selectionRange.startTime
property variant selectionRangeEnd: selectionRange.startTime + selectionRange.duration
signal changeToolTip(string text)
// ***** connections with external objects
Connections {
target: zoomControl