?? moc_c.cpp
字號:
/****************************************************************************** Form1 meta object code from reading C++ file 'c.h'**** WARNING! All changes made in this file will be lost!*****************************************************************************/#undef QT_NO_COMPAT#include "../.ui/c.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 *Form1::className() const{ return "Form1";}QMetaObject *Form1::metaObj = 0;static QMetaObjectCleanUp cleanUp_Form1( "Form1", &Form1::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString Form1::tr( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "Form1", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString Form1::trUtf8( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "Form1", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* Form1::staticMetaObject(){ if ( metaObj ) return metaObj; QMetaObject* parentObject = QDialog::staticMetaObject(); static const QUMethod slot_0 = {"toHex", 0, 0 }; static const QUMethod slot_1 = {"toBinary", 0, 0 }; static const QUMethod slot_2 = {"toOctal", 0, 0 }; static const QUParameter param_slot_3[] = { { "a", &static_QUType_int, 0, QUParameter::In } }; static const QUMethod slot_3 = {"count", 1, param_slot_3 }; static const QUMethod slot_4 = {"languageChange", 0, 0 }; static const QMetaData slot_tbl[] = { { "toHex()", &slot_0, QMetaData::Public }, { "toBinary()", &slot_1, QMetaData::Public }, { "toOctal()", &slot_2, QMetaData::Public }, { "count(int)", &slot_3, QMetaData::Public }, { "languageChange()", &slot_4, QMetaData::Protected } }; metaObj = QMetaObject::new_metaobject( "Form1", parentObject, slot_tbl, 5, 0, 0,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_Form1.setMetaObject( metaObj ); return metaObj;}void* Form1::qt_cast( const char* clname ){ if ( !qstrcmp( clname, "Form1" ) ) return this; return QDialog::qt_cast( clname );}bool Form1::qt_invoke( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->slotOffset() ) { case 0: toHex(); break; case 1: toBinary(); break; case 2: toOctal(); break; case 3: count((int)static_QUType_int.get(_o+1)); break; case 4: languageChange(); break; default: return QDialog::qt_invoke( _id, _o ); } return TRUE;}bool Form1::qt_emit( int _id, QUObject* _o ){ return QDialog::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool Form1::qt_property( int id, int f, QVariant* v){ return QDialog::qt_property( id, f, v);}bool Form1::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -