Delete particle programmatically
Unsolved
Mobile and Embedded
-
Hi all
I need to generate item particle but, after some event, I need to remove some particle showed. Logical way would be to use the ItemParticle object, create it, add the particle by using take() and when need to delete remove it from particle management by usng the give() call and than delete. Unfortunately, as reported this my other post here the give() call body is incredibly not implemented inside the Qt code as follow:
void QQuickItemParticle::give(QQuickItem *item) { //TODO: This Q_UNUSED(item); }
So this way can not be used. Any alternative to suggest?
Thank you -
Hi,
That's a question you should bring to the interest mailing list. You'll find there Qt's developers/maintainers.
This forum is more user oriented. -
Can you post the link to your report ?
-