Hi everyone,

My english is quite poor... I prefer inform you about it...

So i would like to draw some pictures (cubic, square, lines) into objects (QLabel), and instanciate those objects into a QFrame. It works, but i would like to make my objects (cubic...) movable, so i want to redefines dragEnterEvent dropEvent and mousePressEven into each of objects wich are QLabel, and it doesn't work.

I thought...