方法二,先load加载,再drawPixmap QPixmap pixmap; pixmap.load("../Image/bg.png"); p.drawPixmap(0, 200, pixmap); QBitmap bitmap;
確定! 回上一頁