Add another tooltip test mimicking the notifications applet

Change-Id: I3900c02c16c8c4c0a98f058e55681ec05006a360
This commit is contained in:
Martin Klapetek 2015-03-05 15:09:29 +01:00
parent 1ce575cf5a
commit 9a41afb29b

View File

@ -123,6 +123,25 @@ Rectangle {
}
}
PlasmaCore.ToolTipArea {
width: 300
height: 50
icon: "kde"
mainText: "Notifications"
subText: "Display notifications and jobs"
Rectangle {
color: "red"
anchors.fill: parent
}
Text {
anchors.fill: parent
text: "Notification applet tooltip"
}
}
}
}