#include "checkablemessagebox.h"
#include <QAbstractButton>
#include <QApplication>
#include <QCheckBox>
#include <QHBoxLayout>
#include <QLabel>
#include <QLatin1String>
#include <QPushButton>
#include <QSettings>
#include <QSize>
#include <QSizePolicy>
#include <QSpacerItem>
#include <QVBoxLayout>
#include <QVariant>
#include <Qt>
Go to the source code of this file.
Classes | |
class | Utils::CheckableMessageBoxPrivate |
Namespaces | |
Utils | |
Variables | |
static const char | kDoNotAskAgainKey [] = "DoNotAskAgain" |
|
static |
Definition at line 35 of file checkablemessagebox.cpp.
Referenced by Utils::CheckableMessageBox::askAgain(), Utils::CheckableMessageBox::doNotAskAgain(), Utils::CheckableMessageBox::hasSuppressedQuestions(), and Utils::CheckableMessageBox::resetAllDoNotAskAgainQuestions().