import QtQuick 2.13 import QtQuick.Window 2.13 Window { width: 1700 height: 900 visible: true title: "SepantaUiKit" color: "black" }