import QtQuick 2.0
import QtQuick.Window 2.0 as Window

Window.Window {
    color: "#00FF00"
    Item {
        objectName: "item"
    }
}
