File: mMYODBCSetupDataSourceTab3c.cpp

package info (click to toggle)
myodbc 3.51.11-6.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,056 kB
  • ctags: 1,933
  • sloc: ansic: 31,656; sh: 10,955; cpp: 2,439; makefile: 1,120
file content (92 lines) | stat: -rw-r--r-- 2,808 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/****************************************************************************
** MYODBCSetupDataSourceTab3c meta object code from reading C++ file 'MYODBCSetupDataSourceTab3c.h'
**
** Created: Wed Feb 2 08:56:48 2005
**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.3   edited Aug 5 16:40 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#undef QT_NO_COMPAT
#include "MYODBCSetupDataSourceTab3c.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.3. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif

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

QMetaObject *MYODBCSetupDataSourceTab3c::metaObj = 0;
static QMetaObjectCleanUp cleanUp_MYODBCSetupDataSourceTab3c( "MYODBCSetupDataSourceTab3c", &MYODBCSetupDataSourceTab3c::staticMetaObject );

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

#endif // QT_NO_TRANSLATION

QMetaObject* MYODBCSetupDataSourceTab3c::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = QWidget::staticMetaObject();
    metaObj = QMetaObject::new_metaobject(
	"MYODBCSetupDataSourceTab3c", parentObject,
	0, 0,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_MYODBCSetupDataSourceTab3c.setMetaObject( metaObj );
    return metaObj;
}

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

bool MYODBCSetupDataSourceTab3c::qt_invoke( int _id, QUObject* _o )
{
    return QWidget::qt_invoke(_id,_o);
}

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

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

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