You could attach the image (as a pixmap) to a label then add that to your layout... ... QPixmap image("blah.jpg"); QLabel *imageLabel = new ...
確定! 回上一頁