I want to set the size of pixmap. The code is defined below.
Qt Code:
painter->drawPixmap(pointf[i], pix);To copy to clipboard, switch view to plain text mode
It is showing a bigger image.
How to set the size?
I want to set the size of pixmap. The code is defined below.
Qt Code:
painter->drawPixmap(pointf[i], pix);To copy to clipboard, switch view to plain text mode
It is showing a bigger image.
How to set the size?
Bookmarks