My project is in the Qt for symbian platform, it is similar to the image viewer, displayed a lot of small pictures on the screen,
but the screen only shows the part pictures, I would like to view other pictures using drag and drop way.
I know that these three functions is to realize drag and drop, :mousePressEvent(),dropEvent(),dragEnterEvent() , but I don't konw how to write code........