102 lines
2.6 KiB
C++
102 lines
2.6 KiB
C++
|
/****************************************************************************
|
||
|
** Form1 meta object code from reading C++ file 'form1.h'
|
||
|
**
|
||
|
** Created: Mon Aug 2 16:35:19 2004
|
||
|
** by: The Qt MOC ($Id: moc_form1.cpp,v 1.1 2004-08-04 20:59:13 pietroni Exp $)
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost!
|
||
|
*****************************************************************************/
|
||
|
|
||
|
#undef QT_NO_COMPAT
|
||
|
#include "form1.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.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 *Form1::className() const
|
||
|
{
|
||
|
return "Form1";
|
||
|
}
|
||
|
|
||
|
QMetaObject *Form1::metaObj = 0;
|
||
|
static QMetaObjectCleanUp cleanUp_Form1( "Form1", &Form1::staticMetaObject );
|
||
|
|
||
|
#ifndef QT_NO_TRANSLATION
|
||
|
QString Form1::tr( const char *s, const char *c )
|
||
|
{
|
||
|
if ( qApp )
|
||
|
return qApp->translate( "Form1", s, c, QApplication::DefaultCodec );
|
||
|
else
|
||
|
return QString::fromLatin1( s );
|
||
|
}
|
||
|
#ifndef QT_NO_TRANSLATION_UTF8
|
||
|
QString Form1::trUtf8( const char *s, const char *c )
|
||
|
{
|
||
|
if ( qApp )
|
||
|
return qApp->translate( "Form1", s, c, QApplication::UnicodeUTF8 );
|
||
|
else
|
||
|
return QString::fromUtf8( s );
|
||
|
}
|
||
|
#endif // QT_NO_TRANSLATION_UTF8
|
||
|
|
||
|
#endif // QT_NO_TRANSLATION
|
||
|
|
||
|
QMetaObject* Form1::staticMetaObject()
|
||
|
{
|
||
|
if ( metaObj )
|
||
|
return metaObj;
|
||
|
QMetaObject* parentObject = QDialog::staticMetaObject();
|
||
|
static const QUMethod slot_0 = {"languageChange", 0, 0 };
|
||
|
static const QMetaData slot_tbl[] = {
|
||
|
{ "languageChange()", &slot_0, QMetaData::Protected }
|
||
|
};
|
||
|
metaObj = QMetaObject::new_metaobject(
|
||
|
"Form1", parentObject,
|
||
|
slot_tbl, 1,
|
||
|
0, 0,
|
||
|
#ifndef QT_NO_PROPERTIES
|
||
|
0, 0,
|
||
|
0, 0,
|
||
|
#endif // QT_NO_PROPERTIES
|
||
|
0, 0 );
|
||
|
cleanUp_Form1.setMetaObject( metaObj );
|
||
|
return metaObj;
|
||
|
}
|
||
|
|
||
|
void* Form1::qt_cast( const char* clname )
|
||
|
{
|
||
|
if ( !qstrcmp( clname, "Form1" ) )
|
||
|
return this;
|
||
|
return QDialog::qt_cast( clname );
|
||
|
}
|
||
|
|
||
|
bool Form1::qt_invoke( int _id, QUObject* _o )
|
||
|
{
|
||
|
switch ( _id - staticMetaObject()->slotOffset() ) {
|
||
|
case 0: languageChange(); break;
|
||
|
default:
|
||
|
return QDialog::qt_invoke( _id, _o );
|
||
|
}
|
||
|
return TRUE;
|
||
|
}
|
||
|
|
||
|
bool Form1::qt_emit( int _id, QUObject* _o )
|
||
|
{
|
||
|
return QDialog::qt_emit(_id,_o);
|
||
|
}
|
||
|
#ifndef QT_NO_PROPERTIES
|
||
|
|
||
|
bool Form1::qt_property( int id, int f, QVariant* v)
|
||
|
{
|
||
|
return QDialog::qt_property( id, f, v);
|
||
|
}
|
||
|
|
||
|
bool Form1::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
|
||
|
#endif // QT_NO_PROPERTIES
|