73 lines
1.6 KiB
C++
73 lines
1.6 KiB
C++
/****************************************************************************
|
|
** Form1 meta object code from reading C++ file 'aaa.h'
|
|
**
|
|
** Created: Sat Jul 13 02:38:37 2002
|
|
** by: The Qt MOC ($Id$)
|
|
**
|
|
** WARNING! All changes made in this file will be lost!
|
|
*****************************************************************************/
|
|
|
|
#define Q_MOC_Form1
|
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
|
#define Q_MOC_OUTPUT_REVISION 8
|
|
#elif Q_MOC_OUTPUT_REVISION != 8
|
|
#error "Moc format conflict - please regenerate all moc files"
|
|
#endif
|
|
|
|
#include "aaa.h"
|
|
#include <qmetaobject.h>
|
|
#include <qapplication.h>
|
|
|
|
#if defined(Q_SPARCWORKS_FUNCP_BUG)
|
|
#define Q_AMPERSAND
|
|
#else
|
|
#define Q_AMPERSAND &
|
|
#endif
|
|
|
|
|
|
const char *Form1::className() const
|
|
{
|
|
return "Form1";
|
|
}
|
|
|
|
QMetaObject *Form1::metaObj = 0;
|
|
|
|
void Form1::initMetaObject()
|
|
{
|
|
if ( metaObj )
|
|
return;
|
|
if ( strcmp(QDialog::className(), "QDialog") != 0 )
|
|
badSuperclassWarning("Form1","QDialog");
|
|
(void) staticMetaObject();
|
|
}
|
|
|
|
#ifndef QT_NO_TRANSLATION
|
|
QString Form1::tr(const char* s)
|
|
{
|
|
return ((QNonBaseApplication*)qApp)->translate("Form1",s);
|
|
}
|
|
|
|
#endif // QT_NO_TRANSLATION
|
|
QMetaObject* Form1::staticMetaObject()
|
|
{
|
|
if ( metaObj )
|
|
return metaObj;
|
|
(void) QDialog::staticMetaObject();
|
|
#ifndef QT_NO_PROPERTIES
|
|
#endif // QT_NO_PROPERTIES
|
|
QMetaData::Access *slot_tbl_access = 0;
|
|
metaObj = QMetaObject::new_metaobject(
|
|
"Form1", "QDialog",
|
|
0, 0,
|
|
0, 0,
|
|
#ifndef QT_NO_PROPERTIES
|
|
0, 0,
|
|
0, 0,
|
|
#endif // QT_NO_PROPERTIES
|
|
0, 0 );
|
|
metaObj->set_slot_access( slot_tbl_access );
|
|
#ifndef QT_NO_PROPERTIES
|
|
#endif // QT_NO_PROPERTIES
|
|
return metaObj;
|
|
}
|