import QtQuick import QtQuick.Controls ApplicationWindow { height: 480 title: qsTr("Camper") visible: true width: 640 }