QPixmap pixmap; pixmap.load( ":/pics/earth.png" ); QPainter painter(this); painter.drawPixmap(0,0, pixmap); 大家认为这两段代码有什么问题吗? 看起来好像没什么 ...
確定! 回上一頁