I still don't know what I'm doing wrong, but here is another clue if it helps anyone.
When I create a card, and set it to move right by 100 pixels and down by 100 pixels on a button click, a little bit of the image disappears with each click until it's gone completely (see photos). But I resize my window at any time, the card image pops back into full view, in the correct updated position. Either the QGraphicsView or QGraphicsScene is not registering changes in my card positions?
Calling "m_pokerscene.update()" (m_pokerScene is my QGraphicsView) every time after I change the position of a Card item is a crude fix that works, but is cumbersome, should be unnecessary and would just cover up whatever my real problem is.
Any thoughts? I appreciate it!
Bookmarks