import QtQuick import QtQuick.Window Window { width: 640 height: 480 minimumWidth: 640 minimumHeight: 480 visible: true }