Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Delete particle programmatically
Forum Updated to NodeBB v4.3 + New Features

Delete particle programmatically

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 2 Posters 475 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • deleted57D Offline
    deleted57D Offline
    deleted57
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • deleted57D Offline
        deleted57D Offline
        deleted57
        wrote on last edited by
        #3

        Hi

        I just opened a bug into the qt tracking system with these same info but I'll follow your suggestion also.
        Thank you

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Can you post the link to your report ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • deleted57D Offline
            deleted57D Offline
            deleted57
            wrote on last edited by
            #5

            here:

            https://bugreports.qt.io/browse/QTBUG-76827

            1 Reply Last reply
            1

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved