📄 moc_config.cpp
字号:
/****************************************************************************** confDialog meta object code from reading C++ file 'config.h'**** Created: Fri Feb 28 13:08:03 2003** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.1.1 edited Dec 9 10:40 $)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#undef QT_NO_COMPAT#include "../.ui/config.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 *confDialog::className() const{ return "confDialog";}QMetaObject *confDialog::metaObj = 0;static QMetaObjectCleanUp cleanUp_confDialog( "confDialog", &confDialog::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString confDialog::tr( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "confDialog", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString confDialog::trUtf8( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "confDialog", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* confDialog::staticMetaObject(){ if ( metaObj ) return metaObj; QMetaObject* parentObject = QDialog::staticMetaObject(); static const QUMethod slot_0 = {"languageChange", 0, 0 }; static const QMetaData slot_tbl[] = { { "languageChange()", &slot_0, QMetaData::Protected } }; metaObj = QMetaObject::new_metaobject( "confDialog", parentObject, slot_tbl, 1, 0, 0,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_confDialog.setMetaObject( metaObj ); return metaObj;}void* confDialog::qt_cast( const char* clname ){ if ( !qstrcmp( clname, "confDialog" ) ) return this; return QDialog::qt_cast( clname );}bool confDialog::qt_invoke( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->slotOffset() ) { case 0: languageChange(); break; default: return QDialog::qt_invoke( _id, _o ); } return TRUE;}bool confDialog::qt_emit( int _id, QUObject* _o ){ return QDialog::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool confDialog::qt_property( int id, int f, QVariant* v){ return QDialog::qt_property( id, f, v);}bool confDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -