📄 moc_subform1.cpp
字号:
/****************************************************************************** subform1 meta object code from reading C++ file 'subform1.h'**** Created: Sun Mar 14 23:11:38 2004** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.0 edited Jan 30 14:01 $)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#undef QT_NO_COMPAT#include "subform1.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.0. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifconst char *subform1::className() const{ return "subform1";}QMetaObject *subform1::metaObj = 0;static QMetaObjectCleanUp cleanUp_subform1( "subform1", &subform1::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString subform1::tr( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "subform1", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString subform1::trUtf8( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "subform1", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* subform1::staticMetaObject(){ if ( metaObj ) return metaObj; QMetaObject* parentObject = Form1::staticMetaObject(); static const QUMethod slot_0 = {"newSlot", 0, 0 }; static const QMetaData slot_tbl[] = { { "newSlot()", &slot_0, QMetaData::Public } }; metaObj = QMetaObject::new_metaobject( "subform1", parentObject, slot_tbl, 1, 0, 0,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_subform1.setMetaObject( metaObj ); return metaObj;}void* subform1::qt_cast( const char* clname ){ if ( !qstrcmp( clname, "subform1" ) ) return this; return Form1::qt_cast( clname );}bool subform1::qt_invoke( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->slotOffset() ) { case 0: newSlot(); break; default: return Form1::qt_invoke( _id, _o ); } return TRUE;}bool subform1::qt_emit( int _id, QUObject* _o ){ return Form1::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool subform1::qt_property( int id, int f, QVariant* v){ return Form1::qt_property( id, f, v);}bool subform1::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -