📄 moc_interface-base.cpp
字号:
/****************************************************************************** Form1 meta object code from reading C++ file 'interface-base.h'**** Created: Fri Feb 28 13:07:59 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/interface-base.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 = QMainWindow::staticMetaObject(); static const QUMethod slot_0 = {"init", 0, 0 }; static const QUMethod slot_1 = {"fileNew", 0, 0 }; static const QUMethod slot_2 = {"fileOpen", 0, 0 }; static const QUMethod slot_3 = {"fileSave", 0, 0 }; static const QUMethod slot_4 = {"fileSaveAs", 0, 0 }; static const QUMethod slot_5 = {"filePrint", 0, 0 }; static const QUMethod slot_6 = {"fileExit", 0, 0 }; static const QUMethod slot_7 = {"editUndo", 0, 0 }; static const QUMethod slot_8 = {"editRedo", 0, 0 }; static const QUMethod slot_9 = {"editCut", 0, 0 }; static const QUMethod slot_10 = {"editCopy", 0, 0 }; static const QUMethod slot_11 = {"editPaste", 0, 0 }; static const QUMethod slot_12 = {"editFind", 0, 0 }; static const QUMethod slot_13 = {"helpAbout", 0, 0 }; static const QUMethod slot_14 = {"helpAboutQt", 0, 0 }; static const QUMethod slot_15 = {"dessiner", 0, 0 }; static const QUMethod slot_16 = {"redessiner", 0, 0 }; static const QUMethod slot_17 = {"confSlot", 0, 0 }; static const QUMethod slot_18 = {"languageChange", 0, 0 }; static const QMetaData slot_tbl[] = { { "init()", &slot_0, QMetaData::Public }, { "fileNew()", &slot_1, QMetaData::Public }, { "fileOpen()", &slot_2, QMetaData::Public }, { "fileSave()", &slot_3, QMetaData::Public }, { "fileSaveAs()", &slot_4, QMetaData::Public }, { "filePrint()", &slot_5, QMetaData::Public }, { "fileExit()", &slot_6, QMetaData::Public }, { "editUndo()", &slot_7, QMetaData::Public }, { "editRedo()", &slot_8, QMetaData::Public }, { "editCut()", &slot_9, QMetaData::Public }, { "editCopy()", &slot_10, QMetaData::Public }, { "editPaste()", &slot_11, QMetaData::Public }, { "editFind()", &slot_12, QMetaData::Public }, { "helpAbout()", &slot_13, QMetaData::Public }, { "helpAboutQt()", &slot_14, QMetaData::Public }, { "dessiner()", &slot_15, QMetaData::Public }, { "redessiner()", &slot_16, QMetaData::Public }, { "confSlot()", &slot_17, QMetaData::Public }, { "languageChange()", &slot_18, QMetaData::Protected } }; metaObj = QMetaObject::new_metaobject( "Form1", parentObject, slot_tbl, 19, 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 QMainWindow::qt_cast( clname );}bool Form1::qt_invoke( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->slotOffset() ) { case 0: init(); break; case 1: fileNew(); break; case 2: fileOpen(); break; case 3: fileSave(); break; case 4: fileSaveAs(); break; case 5: filePrint(); break; case 6: fileExit(); break; case 7: editUndo(); break; case 8: editRedo(); break; case 9: editCut(); break; case 10: editCopy(); break; case 11: editPaste(); break; case 12: editFind(); break; case 13: helpAbout(); break; case 14: helpAboutQt(); break; case 15: dessiner(); break; case 16: redessiner(); break; case 17: confSlot(); break; case 18: languageChange(); break; default: return QMainWindow::qt_invoke( _id, _o ); } return TRUE;}bool Form1::qt_emit( int _id, QUObject* _o ){ return QMainWindow::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool Form1::qt_property( int id, int f, QVariant* v){ return QMainWindow::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 + -