qmlformat

This commit is contained in:
quadbyte 2025-08-10 08:13:58 -04:00
parent ff7dff8a6d
commit 0c044c7b81
9 changed files with 338 additions and 333 deletions

View file

@ -25,7 +25,7 @@ Rectangle {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
hoverEnabled: true
onEntered: root.onEntered()
onEntered: root.onEntered()
onExited: root.onExited()
onClicked: root.onClicked()
}