After looking around I at least figured out what you meant by instantiate the QPainter by using the QPixmap but now it isn't drawing anything to the pixmap.
The following is what I do for rendering to the pixmap...I think I am missing something..not sure what though:
pixMapPainter.setPen(Qt::red);
pixMapPainter.drawPoint(x, y);
QPainter pixMapPainter(&pixMap);
pixMapPainter.setPen(Qt::red);
pixMapPainter.drawPoint(x, y);
To copy to clipboard, switch view to plain text mode
Thanks for the help,
Jon Jones
Bookmarks