// Copyright (c) 2025 UltiMaker // Cura is released under the terms of the LGPLv3 or higher. import QtQuick 2.2 import UM 1.7 as UM Item { id: base width: childrenRect.width height: childrenRect.height UM.I18nCatalog { id: catalog; name: "cura"} }