void drawPixmap ( int x, int y, const QPixmap & pixmap, int sx = 0, int sy = 0, int sw = -1, int sh = -1 )
用这个函数,只设前三个参数,应该就可以吧。我用的就是这个
void drawImage ( int x, int y, const QImage & image, int sx = 0, int sy = 0, int sw = -1, int sh = -1, int conversionFlags = 0 )
用image的话,应该是用这个函数试试。只定位置,不定大小。