Eneboo - Documentación para desarrolladores
Clases | 'defines'
Referencia del Archivo src/qt/include/qmessagebox.h
#include "qdialog.h"

Ir al código fuente de este archivo.

Clases

class  QMessageBox
 The QMessageBox class provides a modal dialog with a short message, an icon, and some buttons.. Más...

'defines'

#define QT_REQUIRE_VERSION(argc, argv, str)

Documentación de los 'defines'

#define QT_REQUIRE_VERSION (   argc,
  argv,
  str 
)
Valor:
{ QString s=QString::fromLatin1(str);\
QString sq=QString::fromLatin1(qVersion()); if ( (sq.section('.',0,0).toInt()<<16)+\
(sq.section('.',1,1).toInt()<<8)+sq.section('.',2,2).toInt()<(s.section('.',0,0).toInt()<<16)+\
(s.section('.',1,1).toInt()<<8)+s.section('.',2,2).toInt() ){if ( !qApp){ int c=0; new \
QApplication(argc,argv);} QString s = QApplication::tr("Executable '%1' requires Qt "\
 "%2, found Qt %3.").arg(QString::fromLatin1(qAppName())).arg(QString::fromLatin1(\
str)).arg(QString::fromLatin1(qVersion()) ); QMessageBox::critical( 0, QApplication::tr(\
"Incompatible Qt Library Error" ), s, QMessageBox::Abort,0 ); qFatal(s.ascii()); }}
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'