import QtQuick 2.12 import MyPlugin 0.9 Item { width: MySettings.baseWidth height: 100 MyComponent { anchors.centerIn: parent } }