import QtQuick 2.5
import QtQuick.Controls 1.4
ApplicationWindow {
width: 100
height: 100
Component.onCompleted: visible = true
}