QImage *image= new QImage(“./pic.jpg”); label->setPixmap(QPixmap::fromImage(image)); ... pix.load("D:/QT/login/login/images/delta.png");
確定! 回上一頁