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??????
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??????
Hey I got the solution
Label->setGeometry(QRect(312-k, 454, 21, 20));
Happy Coding....
Bookmarks