我正在写一个绘画程序。
pix = QPixmap(600,500); // set size to 600X500
此后如何更改大小?有点像:
pix.setSize(800,600); // Change size to 800X600
qt
qt ×1