Advertisement
Gustavo_Inzunza

imagenes qt

Oct 17th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. QImage myImage;
  2.     myImage.load("bolita.png");
  3.     QLabel *myLabel=new QLabel;
  4.     myLabel->setPixmap(QPixmap::fromImage(myImage));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement