import QtQuick 2.12
import QtQuick.Layouts 1.12
Item {
Layout.fillWidth: true
Layout.fillHeight: true
}