📄 moc_eye.cpp
字号:
/****************************************************************************** Eye meta object code from reading C++ file 'eye.h'**** WARNING! All changes made in this file will be lost!*****************************************************************************/#undef QT_NO_COMPAT#include "eye.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.1.1. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifconst char *Eye::className() const{ return "Eye";}QMetaObject *Eye::metaObj = 0;static QMetaObjectCleanUp cleanUp_Eye( "Eye", &Eye::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString Eye::tr( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "Eye", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString Eye::trUtf8( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "Eye", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* Eye::staticMetaObject(){ if ( metaObj ) return metaObj; QMetaObject* parentObject = Form::staticMetaObject(); metaObj = QMetaObject::new_metaobject( "Eye", parentObject, 0, 0, 0, 0,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_Eye.setMetaObject( metaObj ); return metaObj;}void* Eye::qt_cast( const char* clname ){ if ( !qstrcmp( clname, "Eye" ) ) return this; return Form::qt_cast( clname );}bool Eye::qt_invoke( int _id, QUObject* _o ){ return Form::qt_invoke(_id,_o);}bool Eye::qt_emit( int _id, QUObject* _o ){ return Form::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool Eye::qt_property( int id, int f, QVariant* v){ return Form::qt_property( id, f, v);}bool Eye::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -