QmlProfiler: Set objectNames to QmlProfilerCanvas instances

Helps debugging ...

Change-Id: I9d6508e05e5f581f7d43f4b015fcfd4596f5d5ec
Reviewed-by: Ulf Hermann <ulf.hermann@digia.com>
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Kai Koehne
2013-10-30 13:39:29 +01:00
parent 851b2bd1ef
commit 0d65cf11d0
3 changed files with 3 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ import "Overview.js" as Plotter
Canvas2D {
id: canvas
objectName: "Overview"
// ***** properties
height: 50

View File

@@ -32,6 +32,7 @@ import Monitor 1.0
Canvas2D {
id: timeDisplay
objectName: "TimeDisplay"
property real startTime : 0
property real endTime : 0

View File

@@ -32,6 +32,7 @@ import Monitor 1.0
Canvas2D {
id: timeDisplay
objectName: "TimeMarks"
property real startTime
property real endTime