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

📄 moc_propertiesdialog.cpp

📁 《C++ GUI QT 3编程》 ISBN/ISSN:7-81077-731-9 北京航空航天大学出版社 2006 本书详细讲述了用Qt进行图形交互界面编程的各个部分。主要内容包括:入门、
💻 CPP
字号:
/****************************************************************************
** PropertiesDialog meta object code from reading C++ file 'propertiesdialog.h'
**
** Created: ??? ?? 19 15:06:12 2007
**      by: The Qt MOC ($Id: $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#undef QT_NO_COMPAT
#include "../ui/propertiesdialog.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.)"
#endif

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

QMetaObject *PropertiesDialog::metaObj = 0;
static QMetaObjectCleanUp cleanUp_PropertiesDialog( "PropertiesDialog", &PropertiesDialog::staticMetaObject );

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

#endif // QT_NO_TRANSLATION

QMetaObject* PropertiesDialog::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = QDialog::staticMetaObject();
    static const QUMethod slot_0 = {"chooseLineColor", 0, 0 };
    static const QUMethod slot_1 = {"chooseFillColor", 0, 0 };
    static const QUParameter param_slot_2[] = {
	{ "item", &static_QUType_ptr, "QCanvasItem", QUParameter::In }
    };
    static const QUMethod slot_2 = {"exec", 1, param_slot_2 };
    static const QUMethod slot_3 = {"languageChange", 0, 0 };
    static const QMetaData slot_tbl[] = {
	{ "chooseLineColor()", &slot_0, QMetaData::Public },
	{ "chooseFillColor()", &slot_1, QMetaData::Public },
	{ "exec(QCanvasItem*)", &slot_2, QMetaData::Public },
	{ "languageChange()", &slot_3, QMetaData::Protected }
    };
    metaObj = QMetaObject::new_metaobject(
	"PropertiesDialog", parentObject,
	slot_tbl, 4,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_PropertiesDialog.setMetaObject( metaObj );
    return metaObj;
}

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

bool PropertiesDialog::qt_invoke( int _id, QUObject* _o )
{
    switch ( _id - staticMetaObject()->slotOffset() ) {
    case 0: chooseLineColor(); break;
    case 1: chooseFillColor(); break;
    case 2: exec((QCanvasItem*)static_QUType_ptr.get(_o+1)); break;
    case 3: languageChange(); break;
    default:
	return QDialog::qt_invoke( _id, _o );
    }
    return TRUE;
}

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

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

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

⌨️ 快捷键说明

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