PDA

View Full Version : Qt form to bitmap image .. How to



Ratheendrans
24th November 2010, 06:25
Hi All,

I want to develop an application in which the QT form need to be converted to corresponding bitmap image and subsequent which will be used by a printer.

How can I achieve this. do I need to use third party libraries.

Thanks in advance.

Ratheendran

tbscope
24th November 2010, 06:34
http://doc.qt.nokia.com/4.7/qwidget.html#render

Ratheendrans
24th November 2010, 14:22
Thanks for sharing this information.

I will be using a dot matrix printer which require a bitmap image,however pixmap has color information.

not sure if this will work. Please your suggestion.

Ratheendran