import QtQuick 2.15 import QtQuick.Controls 2.15 Window { width: 1917 height: 1080 visible: true MainForm { anchors.fill: parent } }