?? moc_grwtest.cpp
字號:
/****************************************************************************
** GRWTest meta object code from reading C++ file 'GRWTest.h'
**
** Created: ??? ?? 5 10:56:02 2008
** by: The Qt MOC ($Id: $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#undef QT_NO_COMPAT
#include "GRWTest.h"
#include <qmetaobject.h>
#include <qapplication.h>
#include <private/qucomextra_p.h>
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
#error "This file was generated using the moc from 3.3.5. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
const char *GRWTest::className() const
{
return "GRWTest";
}
QMetaObject *GRWTest::metaObj = 0;
static QMetaObjectCleanUp cleanUp_GRWTest( "GRWTest", &GRWTest::staticMetaObject );
#ifndef QT_NO_TRANSLATION
QString GRWTest::tr( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "GRWTest", s, c, QApplication::DefaultCodec );
else
return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString GRWTest::trUtf8( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "GRWTest", s, c, QApplication::UnicodeUTF8 );
else
return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8
#endif // QT_NO_TRANSLATION
QMetaObject* GRWTest::staticMetaObject()
{
if ( metaObj )
return metaObj;
QMetaObject* parentObject = QTable::staticMetaObject();
metaObj = QMetaObject::new_metaobject(
"GRWTest", parentObject,
0, 0,
0, 0,
#ifndef QT_NO_PROPERTIES
0, 0,
0, 0,
#endif // QT_NO_PROPERTIES
0, 0 );
cleanUp_GRWTest.setMetaObject( metaObj );
return metaObj;
}
void* GRWTest::qt_cast( const char* clname )
{
if ( !qstrcmp( clname, "GRWTest" ) )
return this;
return QTable::qt_cast( clname );
}
bool GRWTest::qt_invoke( int _id, QUObject* _o )
{
return QTable::qt_invoke(_id,_o);
}
bool GRWTest::qt_emit( int _id, QUObject* _o )
{
return QTable::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES
bool GRWTest::qt_property( int id, int f, QVariant* v)
{
return QTable::qt_property( id, f, v);
}
bool GRWTest::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -