import QtQuick 2.0
import QtQuick.Window 2.0

Window {
    LayoutMirroring.enabled: true
    LayoutMirroring.childrenInherit: true
}
