00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #undef QT_NO_COMPAT
00011 #include "configurationdlg.h"
00012 #include <qmetaobject.h>
00013 #include <qapplication.h>
00014
00015 #include <private/qucomextra_p.h>
00016 #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
00017 #error "This file was generated using the moc from 3.3.7. It"
00018 #error "cannot be used with the include files from this version of Qt."
00019 #error "(The moc has changed too much.)"
00020 #endif
00021
00022 const char *ConfigurationDlg::className() const
00023 {
00024 return "ConfigurationDlg";
00025 }
00026
00027 QMetaObject *ConfigurationDlg::metaObj = 0;
00028 static QMetaObjectCleanUp cleanUp_ConfigurationDlg( "ConfigurationDlg", &ConfigurationDlg::staticMetaObject );
00029
00030 #ifndef QT_NO_TRANSLATION
00031 QString ConfigurationDlg::tr( const char *s, const char *c )
00032 {
00033 if ( qApp )
00034 return qApp->translate( "ConfigurationDlg", s, c, QApplication::DefaultCodec );
00035 else
00036 return QString::fromLatin1( s );
00037 }
00038 #ifndef QT_NO_TRANSLATION_UTF8
00039 QString ConfigurationDlg::trUtf8( const char *s, const char *c )
00040 {
00041 if ( qApp )
00042 return qApp->translate( "ConfigurationDlg", s, c, QApplication::UnicodeUTF8 );
00043 else
00044 return QString::fromUtf8( s );
00045 }
00046 #endif // QT_NO_TRANSLATION_UTF8
00047
00048 #endif // QT_NO_TRANSLATION
00049
00050 QMetaObject* ConfigurationDlg::staticMetaObject()
00051 {
00052 if ( metaObj )
00053 return metaObj;
00054 QMetaObject* parentObject = QWidget::staticMetaObject();
00055 static const QUMethod slot_0 = {"btnDefaults_clicked", 0, 0 };
00056 static const QUMethod slot_1 = {"btnCancel_clicked", 0, 0 };
00057 static const QUMethod slot_2 = {"btnSave_clicked", 0, 0 };
00058 static const QUMethod slot_3 = {"languageChange", 0, 0 };
00059 static const QMetaData slot_tbl[] = {
00060 { "btnDefaults_clicked()", &slot_0, QMetaData::Public },
00061 { "btnCancel_clicked()", &slot_1, QMetaData::Public },
00062 { "btnSave_clicked()", &slot_2, QMetaData::Public },
00063 { "languageChange()", &slot_3, QMetaData::Protected }
00064 };
00065 metaObj = QMetaObject::new_metaobject(
00066 "ConfigurationDlg", parentObject,
00067 slot_tbl, 4,
00068 0, 0,
00069 #ifndef QT_NO_PROPERTIES
00070 0, 0,
00071 0, 0,
00072 #endif
00073 0, 0 );
00074 cleanUp_ConfigurationDlg.setMetaObject( metaObj );
00075 return metaObj;
00076 }
00077
00078 void* ConfigurationDlg::qt_cast( const char* clname )
00079 {
00080 if ( !qstrcmp( clname, "ConfigurationDlg" ) )
00081 return this;
00082 return QWidget::qt_cast( clname );
00083 }
00084
00085 bool ConfigurationDlg::qt_invoke( int _id, QUObject* _o )
00086 {
00087 switch ( _id - staticMetaObject()->slotOffset() ) {
00088 case 0: btnDefaults_clicked(); break;
00089 case 1: btnCancel_clicked(); break;
00090 case 2: btnSave_clicked(); break;
00091 case 3: languageChange(); break;
00092 default:
00093 return QWidget::qt_invoke( _id, _o );
00094 }
00095 return TRUE;
00096 }
00097
00098 bool ConfigurationDlg::qt_emit( int _id, QUObject* _o )
00099 {
00100 return QWidget::qt_emit(_id,_o);
00101 }
00102 #ifndef QT_NO_PROPERTIES
00103
00104 bool ConfigurationDlg::qt_property( int id, int f, QVariant* v)
00105 {
00106 return QWidget::qt_property( id, f, v);
00107 }
00108
00109 bool ConfigurationDlg::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
00110 #endif // QT_NO_PROPERTIES