--- a/applets/kicker/package/contents/ui/ItemListDelegate.qml +++ b/applets/kicker/package/contents/ui/ItemListDelegate.qml @@ -77,6 +77,13 @@ Item { } } + PlasmaCore.ToolTipArea { + id: toolTip + property string text: model.comment + anchors.fill: parent + active: !hasChildren && model.comment !== undefined && model.comment != "" + mainItem: toolTipDelegate + MouseArea { id: mouseArea @@ -176,6 +183,7 @@ Item { onTriggered: parent.updateCurrentItem() } } + } Row { id: row