import QtQuick 2.1 import QtQuick.Layouts 1.0 import martchus.passwordmanager 2.0 Item { implicitHeight: ApplicationInfo.hMargin implicitWidth: ApplicationInfo.hMargin Layout.minimumHeight: 0 Layout.minimumWidth: 0 Layout.fillHeight: true Layout.fillWidth: true }