?? moc_colordialog.cpp
字號:
/****************************************************************************** ColorDialog meta object code from reading C++ file 'colordialog.h'**** Created: Mon Aug 14 01:57:45 2006** by: The Qt MOC ($Id: qt/src/moc/moc.y 2.3.2 edited 2001-10-17 $)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#if !defined(Q_MOC_OUTPUT_REVISION)#define Q_MOC_OUTPUT_REVISION 9#elif Q_MOC_OUTPUT_REVISION != 9#error "Moc format conflict - please regenerate all moc files"#endif#include "colordialog.h"#include <qmetaobject.h>#include <qapplication.h>const char *ColorDialog::className() const{ return "ColorDialog";}QMetaObject *ColorDialog::metaObj = 0;void ColorDialog::initMetaObject(){ if ( metaObj ) return; if ( qstrcmp(QDialog::className(), "QDialog") != 0 ) badSuperclassWarning("ColorDialog","QDialog"); (void) staticMetaObject();}#ifndef QT_NO_TRANSLATIONQString ColorDialog::tr(const char* s){ return qApp->translate( "ColorDialog", s, 0 );}QString ColorDialog::tr(const char* s, const char * c){ return qApp->translate( "ColorDialog", s, c );}#endif // QT_NO_TRANSLATIONQMetaObject* ColorDialog::staticMetaObject(){ if ( metaObj ) return metaObj; (void) QDialog::staticMetaObject();#ifndef QT_NO_PROPERTIES#endif // QT_NO_PROPERTIES typedef void (ColorDialog::*m1_t0)(); typedef void (QObject::*om1_t0)(); m1_t0 v1_0 = &ColorDialog::chooseColor; om1_t0 ov1_0 = (om1_t0)v1_0; QMetaData *slot_tbl = QMetaObject::new_metadata(1); QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(1); slot_tbl[0].name = "chooseColor()"; slot_tbl[0].ptr = (QMember)ov1_0; slot_tbl_access[0] = QMetaData::Private; metaObj = QMetaObject::new_metaobject( "ColorDialog", "QDialog", slot_tbl, 1, 0, 0,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); metaObj->set_slot_access( slot_tbl_access );#ifndef QT_NO_PROPERTIES#endif // QT_NO_PROPERTIES return metaObj;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -