import QtQuick 2.0

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