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. ItemParticle and give() method not implemented
Qt 6.11 is out! See what's new in the release blog

ItemParticle and give() method not implemented

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 329 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

    I was trying to use the ItemParticle item and the give() method but nothing seem to work. Checking the source I discovered with surprise that the current status of this call is the following (source here):

    void QQuickItemParticle::give(QQuickItem *item)
    {
        //TODO: This
        Q_UNUSED(item);
    }
    

    How is possible? A officially documented call not developed yet?

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

      Hi,

      Closing this one as it basically is duplicating this thread.

      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

      • Login

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