import QtQuick 2.0

Item {
    width: 320
    height: 480

    Text {
        text: "OATS FLAVOUR WAY"
        anchors.centerIn: parent

        font.family: "Times New Roman"
        font.italic: true
        font.pixelSize: 30
        font.kerning: false
    }
}
