qmlformat
This commit is contained in:
parent
ff7dff8a6d
commit
0c044c7b81
9 changed files with 338 additions and 333 deletions
|
|
@ -17,12 +17,12 @@ NClock {
|
|||
visible: false
|
||||
}
|
||||
|
||||
onEntered: function (){
|
||||
onEntered: function () {
|
||||
if (!calendar.visible) {
|
||||
tooltip.show()
|
||||
}
|
||||
}
|
||||
onExited: function (){
|
||||
onExited: function () {
|
||||
tooltip.hide()
|
||||
}
|
||||
onClicked: function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue