Skip to content

Commit

Permalink
size 조정시 state machine 상태 처리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
coreanq committed Aug 29, 2016
1 parent 12ca751 commit cce10eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qml/InitWnd.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Rectangle{
id: focus
radius: 50
color: "white"

Behavior on x {
NumberAnimation {
duration: 1000
Expand Down Expand Up @@ -124,7 +125,7 @@ Rectangle{
timeout: 3000
}
DSM.SignalTransition{
targetState: computerState
targetState: wiredState
signal: initWnd.sizeChanged
}
onEntered: {
Expand All @@ -144,7 +145,7 @@ Rectangle{
timeout: 3000
}
DSM.SignalTransition{
targetState: computerState
targetState: clickState
signal: initWnd.sizeChanged
}
onEntered:{
Expand Down

0 comments on commit cce10eb

Please sign in to comment.