Index: lib/qml/ResultDelegate.qml =================================================================== --- lib/qml/ResultDelegate.qml +++ lib/qml/ResultDelegate.qml @@ -179,6 +179,14 @@ } height: Math.max(typePixmap.height, displayLabel.height, subtextLabel.height) + PlasmaCore.ToolTipArea { + mainText: displayLabel.text + subText: subtextLabel.text + + anchors.fill: parent + active: displayLabel.truncated || subTextLabel.truncated + } + RowLayout { anchors { left: parent.left