diff --git a/src/libs/tracing/qml/CategoryLabel.qml b/src/libs/tracing/qml/CategoryLabel.qml index 5945b0f6dfa..48e82f5b939 100644 --- a/src/libs/tracing/qml/CategoryLabel.qml +++ b/src/libs/tracing/qml/CategoryLabel.qml @@ -54,6 +54,15 @@ Item { property bool reverseSelect: false + Button { + // dummy button to display a tooltip + anchors.fill: parent + tooltip: labelContainer.text + style: ButtonStyle { + background: Item {} + } + } + MouseArea { id: dragArea anchors.fill: txt