Port calendar to ToolTipArea
This commit is contained in:
parent
f21ad15ed6
commit
62580bc331
@ -181,9 +181,9 @@ Item {
|
|||||||
onClicked: {
|
onClicked: {
|
||||||
monthCalendar.startDate = today();
|
monthCalendar.startDate = today();
|
||||||
}
|
}
|
||||||
PlasmaCore.ToolTip {
|
PlasmaCore.ToolTipArea {
|
||||||
id: tool
|
id: tool
|
||||||
target: currentDate
|
anchors.fill: currentDate
|
||||||
mainText: "Select Today"
|
mainText: "Select Today"
|
||||||
}
|
}
|
||||||
anchors {
|
anchors {
|
||||||
|
Loading…
Reference in New Issue
Block a user