This commit is contained in:
朱子楚\zhuzi
2023-09-06 23:17:33 +08:00
parent db47a75f6b
commit 531bffdf1a
4 changed files with 58 additions and 12 deletions

View File

@ -8,7 +8,7 @@ Button {
property string contentDescription: ""
QtObject{
id:d
property bool checked: rect_back.height === background.height
property bool checked: rect_back.height == background.height
}
property color normalColor: {
if(d.checked){