Will it still add to total object count if this is used:?

    Component {
        id: redSquare
        Rectangle <https://doc.qt.io/qt-6/qml-qtquick-rectangle.html>
{ color: "red"; width: 10; height: 10 }
    }

    Loader <https://doc.qt.io/qt-6/qml-qtquick-loader.html> {
sourceComponent: redSquare }


On Mon, Sep 11, 2023 at 11:11 AM Ulf Hermann <ulf.herm...@qt.io> wrote:

> Loaders with a component specified inline add to the object count.
> Loaders with a URL don't.
>
> And yes, we need to allow loaders with a module/component pair so that
> you don't have to specify a URL. We will get there.
>
> best regards,
> Ulf
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to