📄 moc_quarydialog.cpp
字号:
/****************************************************************************
** QuaryDialogBase meta object code from reading C++ file 'quarydialog.h'
**
** Created: ??? ??? 31 15:42:09 2003
** by: The Qt MOC ($Id: $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#undef QT_NO_COMPAT
#include "quarydialog.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 *QuaryDialogBase::className() const
{
return "QuaryDialogBase";
}
QMetaObject *QuaryDialogBase::metaObj = 0;
static QMetaObjectCleanUp cleanUp_QuaryDialogBase( "QuaryDialogBase", &QuaryDialogBase::staticMetaObject );
#ifndef QT_NO_TRANSLATION
QString QuaryDialogBase::tr( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "QuaryDialogBase", s, c, QApplication::DefaultCodec );
else
return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString QuaryDialogBase::trUtf8( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "QuaryDialogBase", s, c, QApplication::UnicodeUTF8 );
else
return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8
#endif // QT_NO_TRANSLATION
QMetaObject* QuaryDialogBase::staticMetaObject()
{
if ( metaObj )
return metaObj;
QMetaObject* parentObject = QDialog::staticMetaObject();
static const QUMethod slot_0 = {"buttonHelp_clicked", 0, 0 };
static const QUMethod slot_1 = {"languageChange", 0, 0 };
static const QMetaData slot_tbl[] = {
{ "buttonHelp_clicked()", &slot_0, QMetaData::Public },
{ "languageChange()", &slot_1, QMetaData::Protected }
};
metaObj = QMetaObject::new_metaobject(
"QuaryDialogBase", parentObject,
slot_tbl, 2,
0, 0,
#ifndef QT_NO_PROPERTIES
0, 0,
0, 0,
#endif // QT_NO_PROPERTIES
0, 0 );
cleanUp_QuaryDialogBase.setMetaObject( metaObj );
return metaObj;
}
void* QuaryDialogBase::qt_cast( const char* clname )
{
if ( !qstrcmp( clname, "QuaryDialogBase" ) )
return this;
return QDialog::qt_cast( clname );
}
bool QuaryDialogBase::qt_invoke( int _id, QUObject* _o )
{
switch ( _id - staticMetaObject()->slotOffset() ) {
case 0: buttonHelp_clicked(); break;
case 1: languageChange(); break;
default:
return QDialog::qt_invoke( _id, _o );
}
return TRUE;
}
bool QuaryDialogBase::qt_emit( int _id, QUObject* _o )
{
return QDialog::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES
bool QuaryDialogBase::qt_property( int id, int f, QVariant* v)
{
return QDialog::qt_property( id, f, v);
}
bool QuaryDialogBase::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -