import QtQuick 2.4 import QtQuick.Controls 1.3 ApplicationWindow{ width: 400; height: 400 Rectangle{ anchors.fill: parent color: 'red' } }