CheckableMessageBox Class

class Utils::CheckableMessageBox

The CheckableMessageBox class implements a message box suitable for questions with a Do not ask again or Do not show again checkbox. More...

Header: #include <CheckableMessageBox>

Static Public Members

Detailed Description

Emulates the QMessageBox API with static conveniences. The message label can open external URLs.

Member Function Documentation

[static] bool CheckableMessageBox::hasSuppressedQuestions()

Returns whether any message boxes from doNotAskAgainQuestion() are suppressed in the settings.

[static] QString CheckableMessageBox::msgDoNotAskAgain()

Returns the standard Do not ask again check box text.

[static] QString CheckableMessageBox::msgDoNotShowAgain()

Returns the standard Do not show again check box text.

[static] void CheckableMessageBox::resetAllDoNotAskAgainQuestions()

Resets all suppression settings for doNotAskAgainQuestion() so all these message boxes are shown again.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.