but it shows dialog, yes and no button is on cba, I want to these two buttons are on dialog.Code:QMessageBox box; box.setText("Low battery. Do you want to continue?"); box.setStandardButtons(QMessageBox::Yes | QMessageBox::No); box.show(); switch (box.exec()) { case QMessageBox::Yes: { // } break; case QMessageBox::No: { // } break; default: break; }
that is Symbian dialog shows.
do you know how should I do?
thank you![]()




