import Qt 4.7

Flipable {
   transform: Rotation {
        axis.y: 1
        axis.z: 0
        angle: 180
    }
}
