Qt 6.11 is out! See what's new in the release
blog
Stop and destroy pending QQmlIncubators
-
Hello
If I have an array of incubators created in QML through
var incubator = component.incubateObject([paramenters]); incubators.push(incubator);how can I stop and clear the incubators? If I try to call a method "clear()" it says "Property 'clear' of object 0 is not a function", and through a QmlIncubatorController I can only stop the incubation, and not clear the incubating queue
Thanks in advance