QString filename = "test.png";
QImage image(filename);
QPixmap pixmap = QPixmap::fromImage(image);
'QT' 카테고리의 다른 글
Drive(Storage) free space link (0) | 2014.01.03 |
---|---|
Convert from char*(char array) to QString (0) | 2013.11.28 |
QTextEdit의 내용 읽어오기 (0) | 2013.11.13 |
ImageButton (0) | 2013.11.06 |
set none title dialog (0) | 2013.10.28 |