![]() |
Qt 6.x
The Qt SDK
|
#include <QtWidgets/qtwidgetsglobal.h>
#include <QtWidgets/qdialog.h>
Go to the source code of this file.
Classes | |
class | QMessageBox |
The QMessageBox class provides a modal dialog for informing the user or for asking the user a question and receiving an answer. More... | |
Macros | |
#define | QT_REQUIRE_VERSION(argc, argv, str) qRequireVersion(argc, argv, str); |
Functions | |
QT_REQUIRE_CONFIG (messagebox) | |
Q_WIDGETS_EXPORT void | qRequireVersion (int argc, char *argv[], QAnyStringView req) |
#define QT_REQUIRE_VERSION | ( | argc, | |
argv, | |||
str | |||
) | qRequireVersion(argc, argv, str); |
Definition at line 317 of file qmessagebox.h.
Q_WIDGETS_EXPORT void qRequireVersion | ( | int | argc, |
char * | argv[], | ||
QAnyStringView | req | ||
) |
Definition at line 2840 of file qmessagebox.cpp.
References QMessageBox::Abort, QString::arg(), QMessageBox::critical(), QVersionNumber::fromString(), QVersionNumber::normalized(), qApp, qAppName(), qFatal, qUtf16Printable, and qVersion().
QT_REQUIRE_CONFIG | ( | messagebox | ) |