Qt 4.8
|
#include <QtGui/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) |
#define QT_REQUIRE_VERSION | ( | argc, | |
argv, | |||
str | |||
) |
This macro can be used to ensure that the application is run against a recent enough version of Qt. This is especially useful if your application depends on a specific bug fix introduced in a bug-fix release (e.g., 4.0.2).
The argc and argv parameters are the main()
function's argc
and argv
parameters. The version parameter is a string literal that specifies which version of Qt the application requires (e.g., "4.0.2").
Example:
Definition at line 344 of file qmessagebox.h.