forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user