Is "Qt5 Cadaques" ebook[1] still the most authoritative QML guide available?
[1] http://qmlbook.github.io/
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Yes. My soution predates that. You should use StackLayout.
Sent: Saturday, February 24, 2018 at 4:15 AM
From: "jack ma"
To: "Jason H"
Cc: "Fabrice Salvaire" , interest
Subject: Re: [Interest] QtQuick Controls2 : Does StackView garbage collect popped items ?
It seems that StackView instantia
Am 24.02.18 um 10:15 schrieb jack ma:
> It seems that StackView instantiate QML components when push and
> destroy it when pop, so we cann't get information from previous page.
you have access to the Page before it will be destroyed.
All my Pages have a name property so I can check which Page it is
It seems that StackView instantiate QML components when push and destroy
it when pop, so we cann't get information from previous page.
what we should use is StackLayout ?
2018-02-24 11:06 GMT+08:00 Jason H :
> I would certainly hope so as I've written apps to dynamically manage the
> stackview a