⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 moc_clientwindow.cpp

📁 linux下的网络五指棋。用QT做的界面。
💻 CPP
字号:
/****************************************************************************** clientwindow meta object code from reading C++ file 'clientwindow.h'**** Created: Fri Mar 30 05:49:01 2007**      by: The Qt MOC ($Id:  qt/moc_yacc.cpp   3.0.5   edited Jul 8 12:26 $)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#undef QT_NO_COMPAT#include "clientwindow.h"#include <qmetaobject.h>#include <qapplication.h>#include <private/qucomextra_p.h>#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 19)#error "This file was generated using the moc from 3.0.5. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifconst char *clientwindow::className() const{    return "clientwindow";}QMetaObject *clientwindow::metaObj = 0;static QMetaObjectCleanUp cleanUp_clientwindow;#ifndef QT_NO_TRANSLATIONQString clientwindow::tr( const char *s, const char *c ){    if ( qApp )	return qApp->translate( "clientwindow", s, c, QApplication::DefaultCodec );    else	return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString clientwindow::trUtf8( const char *s, const char *c ){    if ( qApp )	return qApp->translate( "clientwindow", s, c, QApplication::UnicodeUTF8 );    else	return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* clientwindow::staticMetaObject(){    if ( metaObj )	return metaObj;    QMetaObject* parentObject = QWidget::staticMetaObject();    static const QUMethod slot_0 = {"doconnect", 0, 0 };    static const QMetaData slot_tbl[] = {	{ "doconnect()", &slot_0, QMetaData::Public }    };    metaObj = QMetaObject::new_metaobject(	"clientwindow", parentObject,	slot_tbl, 1,	0, 0,#ifndef QT_NO_PROPERTIES	0, 0,	0, 0,#endif // QT_NO_PROPERTIES	0, 0 );    cleanUp_clientwindow.setMetaObject( metaObj );    return metaObj;}void* clientwindow::qt_cast( const char* clname ){    if ( !qstrcmp( clname, "clientwindow" ) ) return (clientwindow*)this;    return QWidget::qt_cast( clname );}bool clientwindow::qt_invoke( int _id, QUObject* _o ){    switch ( _id - staticMetaObject()->slotOffset() ) {    case 0: doconnect(); break;    default:	return QWidget::qt_invoke( _id, _o );    }    return TRUE;}bool clientwindow::qt_emit( int _id, QUObject* _o ){    return QWidget::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool clientwindow::qt_property( int _id, int _f, QVariant* _v){    return QWidget::qt_property( _id, _f, _v);}#endif // QT_NO_PROPERTIES

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -