import QtQuick 2.0
import QtQuick.Window 2.0

Window {
    visible: true

    height: 100
    width: 100
}
