blob: 2a5a7b7b762125f9b62072b6b8f8b1679c6be7df [file] [log] [blame]
import QtQuick 2.0
import QtQuick.Window 2.3 as Window
Window.Window {
color: "#00FF00"
screen: Qt.application.screens[0]
Item {
objectName: "item"
}
}