Originally Posted by ChristianEhrlicher Read the docs: http://doc.trolltech.com/4.2/qimage Qt Code: Switch view QImage img = QImage("/home/invent1/Desktop/8bit.bmp"); QImage img = QImage("/home/invent1/Desktop/8bit.bmp"); To copy to clipboard, switch view to plain text mode hi thanks... I am using qt_embedded-free-3.3.5.. Reading and writing of image files support in qt.4.2 right?? how to do the same using qt-3.3.. Thanks in advance srini
QImage img = QImage("/home/invent1/Desktop/8bit.bmp");
QImage should also be available on Qt3 (embed) -> read the docs: http://doc.trolltech.com/3.3/qimage.html
Forum Rules
Bookmarks