import QtQuick 2.0 import QtQuick.Controls 2.1 ApplicationWindow { id: mainWindow width: 400 height: 400 visible: true }