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

📄 moc_testhrmsdialog.cpp

📁 使用 C++ 写的人事管理系统
💻 CPP
字号:
/****************************************************************************
** testHRMSDialog meta object code from reading C++ file 'testhrmsdialog.h'
**
** Created: ??? ??? 31 15:38:09 2003
**      by: The Qt MOC ($Id: $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#undef QT_NO_COMPAT
#include "testhrmsdialog.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.2. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif

const char *testHRMSDialog::className() const
{
    return "testHRMSDialog";
}

QMetaObject *testHRMSDialog::metaObj = 0;
static QMetaObjectCleanUp cleanUp_testHRMSDialog( "testHRMSDialog", &testHRMSDialog::staticMetaObject );

#ifndef QT_NO_TRANSLATION
QString testHRMSDialog::tr( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "testHRMSDialog", s, c, QApplication::DefaultCodec );
    else
	return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString testHRMSDialog::trUtf8( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "testHRMSDialog", s, c, QApplication::UnicodeUTF8 );
    else
	return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8

#endif // QT_NO_TRANSLATION

QMetaObject* testHRMSDialog::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = testHRMSDialogBase::staticMetaObject();
    metaObj = QMetaObject::new_metaobject(
	"testHRMSDialog", parentObject,
	0, 0,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_testHRMSDialog.setMetaObject( metaObj );
    return metaObj;
}

void* testHRMSDialog::qt_cast( const char* clname )
{
    if ( !qstrcmp( clname, "testHRMSDialog" ) )
	return this;
    return testHRMSDialogBase::qt_cast( clname );
}

bool testHRMSDialog::qt_invoke( int _id, QUObject* _o )
{
    return testHRMSDialogBase::qt_invoke(_id,_o);
}

bool testHRMSDialog::qt_emit( int _id, QUObject* _o )
{
    return testHRMSDialogBase::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES

bool testHRMSDialog::qt_property( int id, int f, QVariant* v)
{
    return testHRMSDialogBase::qt_property( id, f, v);
}

bool testHRMSDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES

⌨️ 快捷键说明

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