Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
m_pButtonBox->setStandardButtons(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
how to change "OK" to my custom text on QDialogButtonBox?
Hi You can use https://doc.qt.io/qt-5/qmessagebox.html#addButton to add custom buttons.