Details
Description
When adding a layout via the context menu, the QtQuick.Layouts import is versioned with 1.0. This can lead to items in the component library not working when added to the project, such as StackLayout.
We should use version-less imports in Qt 6 projects.