Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qmessagebox.h File Reference

(9af3a6c146a408b42540e9aefbe8feca096dcad3)

#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)   qRequireVersion(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 )   qRequireVersion(argc, argv, str);

Definition at line 318 of file qmessagebox.h.

Referenced by main().

Function Documentation

◆ qRequireVersion()

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

Definition at line 2935 of file qmessagebox.cpp.

References QMessageBox::Abort, QString::arg(), QMessageBox::critical(), QVersionNumber::fromString(), qApp, qAppName(), qFatal, qUtf16Printable, and qVersion().

+ Here is the call graph for this function:

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( messagebox )