I wrote a picture browser.use QGraphicsScene,QGraphicsView,QGraphicsPixItem, display some small pictures on screen. How to drag QGraphicsView class to look other picture
I wrote three funtions :mousePressEvent(),dropEvent(),dragEnterEvent() in QGraphicsView's child class. But I don't konw how to realize these funtions........