forked from qt-creator/qt-creator
QmlProfiler: do not show richtext in event details
Change-Id: I1daa2573e6c0ca26d6082a52473372432054a628 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
@@ -56,5 +56,6 @@ Item {
|
|||||||
anchors.baseline: lbl.baseline
|
anchors.baseline: lbl.baseline
|
||||||
anchors.left: guideline.right
|
anchors.left: guideline.right
|
||||||
onLinkActivated: detail.linkActivated(link)
|
onLinkActivated: detail.linkActivated(link)
|
||||||
|
textFormat: Text.PlainText
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -129,6 +129,7 @@ Item {
|
|||||||
x: 5
|
x: 5
|
||||||
width: 140
|
width: 140
|
||||||
text: descriptions[index]
|
text: descriptions[index]
|
||||||
|
textFormat: Text.PlainText
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user