📄 moc_sortdialog.cpp
字号:
/****************************************************************************
** SortDialog meta object code from reading C++ file 'sortdialog.h'
**
** Created: ??? ?? 25 15:22:07 2008
** by: The Qt MOC ($Id: $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#undef QT_NO_COMPAT
#include "sortdialog.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.2.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
const char *SortDialog::className() const
{
return "SortDialog";
}
QMetaObject *SortDialog::metaObj = 0;
static QMetaObjectCleanUp cleanUp_SortDialog( "SortDialog", &SortDialog::staticMetaObject );
#ifndef QT_NO_TRANSLATION
QString SortDialog::tr( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "SortDialog", s, c, QApplication::DefaultCodec );
else
return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString SortDialog::trUtf8( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "SortDialog", s, c, QApplication::UnicodeUTF8 );
else
return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8
#endif // QT_NO_TRANSLATION
QMetaObject* SortDialog::staticMetaObject()
{
if ( metaObj )
return metaObj;
QMetaObject* parentObject = QDialog::staticMetaObject();
static const QUParameter param_slot_0[] = {
{ "first", &static_QUType_ptr, "QChar", QUParameter::In },
{ "last", &static_QUType_ptr, "QChar", QUParameter::In }
};
static const QUMethod slot_0 = {"setColumnRange", 2, param_slot_0 };
static const QUMethod slot_1 = {"languageChange", 0, 0 };
static const QMetaData slot_tbl[] = {
{ "setColumnRange(QChar,QChar)", &slot_0, QMetaData::Public },
{ "languageChange()", &slot_1, QMetaData::Protected }
};
metaObj = QMetaObject::new_metaobject(
"SortDialog", parentObject,
slot_tbl, 2,
0, 0,
#ifndef QT_NO_PROPERTIES
0, 0,
0, 0,
#endif // QT_NO_PROPERTIES
0, 0 );
cleanUp_SortDialog.setMetaObject( metaObj );
return metaObj;
}
void* SortDialog::qt_cast( const char* clname )
{
if ( !qstrcmp( clname, "SortDialog" ) )
return this;
return QDialog::qt_cast( clname );
}
bool SortDialog::qt_invoke( int _id, QUObject* _o )
{
switch ( _id - staticMetaObject()->slotOffset() ) {
case 0: setColumnRange((QChar)(*((QChar*)static_QUType_ptr.get(_o+1))),(QChar)(*((QChar*)static_QUType_ptr.get(_o+2)))); break;
case 1: languageChange(); break;
default:
return QDialog::qt_invoke( _id, _o );
}
return TRUE;
}
bool SortDialog::qt_emit( int _id, QUObject* _o )
{
return QDialog::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES
bool SortDialog::qt_property( int id, int f, QVariant* v)
{
return QDialog::qt_property( id, f, v);
}
bool SortDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -