Qt 6.11 is out! See what's new in the release
blog
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.
Hi
You can use
https://doc.qt.io/qt-5/qmessagebox.html#addButton
to add custom buttons.