writing in QT and QErrorMessage by default has checkbox saying:
Show this message again
Is there some way to remove this checkbox, so user won't be able to turn off this message?
Instead of using QErrorMessage
use QMessageBox::critical
or QMessageBox::warning
.
If you need to customise the message box further you can create an instance of QMessageBox
and then exec
it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With