Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qmessagebox.h File Reference

(70d572aba304ed369b3463453ff3a30ad5b5c030)

#include <QtWidgets/qtwidgetsglobal.h>
#include <QtWidgets/qdialog.h>
#include <QtWidgets/qdialogbuttonbox.h>
Include dependency graph for qmessagebox.h:
This graph shows which files directly or indirectly include this file:

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)

Functions

 QT_REQUIRE_CONFIG (messagebox)
Q_WIDGETS_EXPORT void qRequireVersion (int argc, char *argv[], QAnyStringView req)

Macro Definition Documentation

◆ QT_REQUIRE_VERSION

#define QT_REQUIRE_VERSION ( argc,
argv,
str )
Value:
qRequireVersion(argc, argv, str);
Q_WIDGETS_EXPORT void qRequireVersion(int argc, char *argv[], QAnyStringView req)
QString str("QStringBuilder")
[5]

Definition at line 319 of file qmessagebox.h.

Function Documentation

◆ qRequireVersion()

void qRequireVersion ( int argc,
char * argv[],
QAnyStringView req )

Definition at line 2903 of file qmessagebox.cpp.

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( messagebox )