?? moc_monitorwindow.cpp
字號:
/****************************************************************************** MONITORWindow meta object code from reading C++ file 'monitorwindow.h'**** Created: Sat Aug 11 14:25:26 2007** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.4 edited Jan 21 18:14 $)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#undef QT_NO_COMPAT#include "../../monitorwindow.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.4. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifconst char *MONITORWindow::className() const{ return "MONITORWindow";}QMetaObject *MONITORWindow::metaObj = 0;static QMetaObjectCleanUp cleanUp_MONITORWindow( "MONITORWindow", &MONITORWindow::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString MONITORWindow::tr( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "MONITORWindow", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString MONITORWindow::trUtf8( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "MONITORWindow", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* MONITORWindow::staticMetaObject(){ if ( metaObj ) return metaObj; QMetaObject* parentObject = QMainWindow::staticMetaObject(); metaObj = QMetaObject::new_metaobject( "MONITORWindow", parentObject, 0, 0, 0, 0,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_MONITORWindow.setMetaObject( metaObj ); return metaObj;}void* MONITORWindow::qt_cast( const char* clname ){ if ( !qstrcmp( clname, "MONITORWindow" ) ) return this; return QMainWindow::qt_cast( clname );}bool MONITORWindow::qt_invoke( int _id, QUObject* _o ){ return QMainWindow::qt_invoke(_id,_o);}bool MONITORWindow::qt_emit( int _id, QUObject* _o ){ return QMainWindow::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool MONITORWindow::qt_property( int id, int f, QVariant* v){ return QMainWindow::qt_property( id, f, v);}bool MONITORWindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIESconst char *MonitorMainWindow::className() const{ return "MonitorMainWindow";}QMetaObject *MonitorMainWindow::metaObj = 0;static QMetaObjectCleanUp cleanUp_MonitorMainWindow( "MonitorMainWindow", &MonitorMainWindow::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString MonitorMainWindow::tr( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "MonitorMainWindow", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString MonitorMainWindow::trUtf8( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "MonitorMainWindow", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* MonitorMainWindow::staticMetaObject(){ if ( metaObj ) return metaObj; QMetaObject* parentObject = QDialog::staticMetaObject(); static const QUMethod slot_0 = {"closeEntry", 0, 0 }; static const QUMethod slot_1 = {"okEntry", 0, 0 }; static const QMetaData slot_tbl[] = { { "closeEntry()", &slot_0, QMetaData::Protected }, { "okEntry()", &slot_1, QMetaData::Protected } }; metaObj = QMetaObject::new_metaobject( "MonitorMainWindow", parentObject, slot_tbl, 2, 0, 0,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_MonitorMainWindow.setMetaObject( metaObj ); return metaObj;}void* MonitorMainWindow::qt_cast( const char* clname ){ if ( !qstrcmp( clname, "MonitorMainWindow" ) ) return this; return QDialog::qt_cast( clname );}bool MonitorMainWindow::qt_invoke( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->slotOffset() ) { case 0: closeEntry(); break; case 1: okEntry(); break; default: return QDialog::qt_invoke( _id, _o ); } return TRUE;}bool MonitorMainWindow::qt_emit( int _id, QUObject* _o ){ return QDialog::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool MonitorMainWindow::qt_property( int id, int f, QVariant* v){ return QDialog::qt_property( id, f, v);}bool MonitorMainWindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -