I want that when i call "collidingItems()" and "items" function in a qgraphicsscene, some item inside it are ignored and no processing because
are only animation items
I want that when i call "collidingItems()" and "items" function in a qgraphicsscene, some item inside it are ignored and no processing because
are only animation items
Qt Code:
if(item == itemIWantToIgnore) continue; doSomethingWith(item); }To copy to clipboard, switch view to plain text mode
thanks for solution!![]()
Bookmarks