Is there a way to change a state property to use the default property

example: default button_inactive is visible then when i change the state it changes to button_active

how could i change the current state(keep everything else the same) and just change button_active back to button_inactive

Qt Code:
  1. PropertyChanges { target: back_normal; x: 222; y: 5; }
  2. PropertyChanges { target: back_inactive; x: -(parent.width * 500); }
To copy to clipboard, switch view to plain text mode 

default would be back_inactive x: 222; y: 5