Version 0.002 code cleanup and event attending

This commit is contained in:
LubuWest 2017-01-29 17:26:09 +01:00
commit d8186978e7
42 changed files with 925 additions and 968 deletions

View file

@ -31,8 +31,7 @@ Rectangle{
states: [
State { name: "Pressed"
PropertyChanges { target: blueButton; color: "lightsteelblue"} }
//State { name: "RELEASED" PropertyChanges { target: button; color: "lightsteelblue"}
PropertyChanges { target: blueButton; color: "sky blue"} }
]
transitions: [
Transition { to:"*"