Tracing: Restrict category tooltip to label text

We don't want the tooltip to show up on the disabled expand button.

Change-Id: I0ac6f185a6d6a5e01d07e1dcdacba736816f151e
Reviewed-by: Tim Henning <tim.henning@kdab.com>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Ulf Hermann
2019-06-28 14:29:38 +02:00
parent b9d6721be8
commit 0db635ac58

View File

@@ -56,7 +56,7 @@ Item {
Button {
// dummy button to display a tooltip
anchors.fill: parent
anchors.fill: txt
tooltip: labelContainer.text
style: ButtonStyle {
background: Item {}