Questions tagged [qgraphicspixmapitem]

QGraphicsPixmapItem is a class of Qt (a cross-platform application development framework).

QGraphicsPixmapItem is a class of Qt (a cross-platform application development framework). The QGraphicsPixmapItem class provides a pixmap item that you can add to a QGraphicsScene (Qt Documentation)

46 questions
-1
votes
1 answer

QT: cannot set position of an object in mainwindow even after static_cast

I am making a little game, and I want my enemy in the game to move and spawn bullet automatically at the same time. So far, my enemy can move and spawn bullet automatically, but the problem is that my bullet cannot follow the enemy's movement and…
1 2 3
4