QMessageBox msgBox;
QPushButton *yesButton = msgBox.addButton(QMessageBox::Yes);
QPushButton *noButton = msgBox.addButton(QMessageBox::No);
yesButton->setStyleSheet("background-image:url(D:/image/image1.png);");
noButton->setStyleSheet("background-image:url(D:/image/image2.png);");
msgBox.exec();
Вместо
background-image можно еще попробовать
border-image