This commit is contained in:
朱子楚\zhuzi
2023-03-11 14:43:07 +08:00
parent b1b727030c
commit eb1744d5f8
11 changed files with 391 additions and 15 deletions

View File

@ -61,8 +61,10 @@ Rectangle {
id:button_mouse
anchors.fill: parent
hoverEnabled: true
enabled: !disabled
onClicked: {
if(disabled){
return
}
button.clicked()
}
}