Hi ,
I have set small image to QPixmap of QLabel.
Now I want to move this Pixmap horizontally up and back .
How to set position of QLabel for performing this??????
Printable View
Hi ,
I have set small image to QPixmap of QLabel.
Now I want to move this Pixmap horizontally up and back .
How to set position of QLabel for performing this??????
:D
Hey I got the solution
Label->setGeometry(QRect(312-k, 454, 21, 20));
Happy Coding....