I want to do something like hada. I have a QGraphicsScene with a huge QPixmap , which I added to the much smaller QGraphicsView . Now I need to add some controls, such as QLabel , QPushButton and QGraphicsEllipseItem . This, I think, is not a problem. I found this useful Graphics View Classes page. But how can I bind these controls to the view, or maybe itโs better to say how I donโt bind them? When I drag and drop a QPixmap , then I do not want the QPixmap to move with the QPixmap from QGraphicsView . What do I need to do to solve this problem. Hope someone can help me.
qt qt4 pyqt qgraphicsview qgraphicsitem
user427305
source share