アットウィキロゴ

Qt Tips

states: [
   State {
       name: "..."
       PropertyChanges {
           target: obj
           opacity: 1
       }
       StateChangeScript {
           script: console.log("state changed")
       }
    }
]
最終更新:2011年09月27日 16:54