Commit 47efbeaf authored by Qiu Chuntao's avatar Qiu Chuntao

add files

parent d46c1fe0
This diff is collapsed.
/****************************************************************************
** Meta object code from reading C++ file 'mainwindow.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.3)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../mainwindow.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'mainwindow.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.6.3. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_MainWindow_t {
QByteArrayData data[7];
char stringdata0[88];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = {
{
QT_MOC_LITERAL(0, 0, 10), // "MainWindow"
QT_MOC_LITERAL(1, 11, 8), // "sendinfo"
QT_MOC_LITERAL(2, 20, 0), // ""
QT_MOC_LITERAL(3, 21, 12), // "QSqlDatabase"
QT_MOC_LITERAL(4, 34, 7), // "sendata"
QT_MOC_LITERAL(5, 42, 23), // "on_pushButton_2_clicked"
QT_MOC_LITERAL(6, 66, 21) // "on_pushButton_clicked"
},
"MainWindow\0sendinfo\0\0QSqlDatabase\0"
"sendata\0on_pushButton_2_clicked\0"
"on_pushButton_clicked"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_MainWindow[] = {
// content:
7, // revision
0, // classname
0, 0, // classinfo
4, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
2, // signalCount
// signals: name, argc, parameters, tag, flags
1, 2, 34, 2, 0x06 /* Public */,
4, 2, 39, 2, 0x06 /* Public */,
// slots: name, argc, parameters, tag, flags
5, 0, 44, 2, 0x08 /* Private */,
6, 0, 45, 2, 0x08 /* Private */,
// signals: parameters
QMetaType::Void, 0x80000000 | 3, QMetaType::QString, 2, 2,
QMetaType::Void, 0x80000000 | 3, QMetaType::QString, 2, 2,
// slots: parameters
QMetaType::Void,
QMetaType::Void,
0 // eod
};
void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
MainWindow *_t = static_cast<MainWindow *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->sendinfo((*reinterpret_cast< QSqlDatabase(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
case 1: _t->sendata((*reinterpret_cast< QSqlDatabase(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
case 2: _t->on_pushButton_2_clicked(); break;
case 3: _t->on_pushButton_clicked(); break;
default: ;
}
} else if (_c == QMetaObject::IndexOfMethod) {
int *result = reinterpret_cast<int *>(_a[0]);
void **func = reinterpret_cast<void **>(_a[1]);
{
typedef void (MainWindow::*_t)(QSqlDatabase , QString );
if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&MainWindow::sendinfo)) {
*result = 0;
return;
}
}
{
typedef void (MainWindow::*_t)(QSqlDatabase , QString );
if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&MainWindow::sendata)) {
*result = 1;
return;
}
}
}
}
const QMetaObject MainWindow::staticMetaObject = {
{ &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data,
qt_meta_data_MainWindow, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};
const QMetaObject *MainWindow::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *MainWindow::qt_metacast(const char *_clname)
{
if (!_clname) return Q_NULLPTR;
if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0))
return static_cast<void*>(const_cast< MainWindow*>(this));
return QMainWindow::qt_metacast(_clname);
}
int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QMainWindow::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 4)
qt_static_metacall(this, _c, _id, _a);
_id -= 4;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 4)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 4;
}
return _id;
}
// SIGNAL 0
void MainWindow::sendinfo(QSqlDatabase _t1, QString _t2)
{
void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
QMetaObject::activate(this, &staticMetaObject, 0, _a);
}
// SIGNAL 1
void MainWindow::sendata(QSqlDatabase _t1, QString _t2)
{
void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
QMetaObject::activate(this, &staticMetaObject, 1, _a);
}
QT_END_MOC_NAMESPACE
/****************************************************************************
** Meta object code from reading C++ file 'regist.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.3)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../regist.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'regist.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.6.3. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_Regist_t {
QByteArrayData data[6];
char stringdata0[69];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_Regist_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_Regist_t qt_meta_stringdata_Regist = {
{
QT_MOC_LITERAL(0, 0, 6), // "Regist"
QT_MOC_LITERAL(1, 7, 7), // "getdata"
QT_MOC_LITERAL(2, 15, 0), // ""
QT_MOC_LITERAL(3, 16, 12), // "QSqlDatabase"
QT_MOC_LITERAL(4, 29, 21), // "on_pushButton_clicked"
QT_MOC_LITERAL(5, 51, 17) // "on_goback_clicked"
},
"Regist\0getdata\0\0QSqlDatabase\0"
"on_pushButton_clicked\0on_goback_clicked"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_Regist[] = {
// content:
7, // revision
0, // classname
0, 0, // classinfo
3, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
// slots: name, argc, parameters, tag, flags
1, 2, 29, 2, 0x0a /* Public */,
4, 0, 34, 2, 0x08 /* Private */,
5, 0, 35, 2, 0x08 /* Private */,
// slots: parameters
QMetaType::Void, 0x80000000 | 3, QMetaType::QString, 2, 2,
QMetaType::Void,
QMetaType::Void,
0 // eod
};
void Regist::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
Regist *_t = static_cast<Regist *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->getdata((*reinterpret_cast< QSqlDatabase(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
case 1: _t->on_pushButton_clicked(); break;
case 2: _t->on_goback_clicked(); break;
default: ;
}
}
}
const QMetaObject Regist::staticMetaObject = {
{ &QMainWindow::staticMetaObject, qt_meta_stringdata_Regist.data,
qt_meta_data_Regist, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};
const QMetaObject *Regist::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *Regist::qt_metacast(const char *_clname)
{
if (!_clname) return Q_NULLPTR;
if (!strcmp(_clname, qt_meta_stringdata_Regist.stringdata0))
return static_cast<void*>(const_cast< Regist*>(this));
return QMainWindow::qt_metacast(_clname);
}
int Regist::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QMainWindow::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 3)
qt_static_metacall(this, _c, _id, _a);
_id -= 3;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 3)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 3;
}
return _id;
}
QT_END_MOC_NAMESPACE
/****************************************************************************
** Meta object code from reading C++ file 'showtable.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.3)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../showtable.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'showtable.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.6.3. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_ShowTable_t {
QByteArrayData data[5];
char stringdata0[48];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_ShowTable_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_ShowTable_t qt_meta_stringdata_ShowTable = {
{
QT_MOC_LITERAL(0, 0, 9), // "ShowTable"
QT_MOC_LITERAL(1, 10, 6), // "dowork"
QT_MOC_LITERAL(2, 17, 0), // ""
QT_MOC_LITERAL(3, 18, 12), // "QSqlDatabase"
QT_MOC_LITERAL(4, 31, 16) // "on_close_clicked"
},
"ShowTable\0dowork\0\0QSqlDatabase\0"
"on_close_clicked"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_ShowTable[] = {
// content:
7, // revision
0, // classname
0, 0, // classinfo
2, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
// slots: name, argc, parameters, tag, flags
1, 2, 24, 2, 0x0a /* Public */,
4, 0, 29, 2, 0x08 /* Private */,
// slots: parameters
QMetaType::Void, 0x80000000 | 3, QMetaType::QString, 2, 2,
QMetaType::Void,
0 // eod
};
void ShowTable::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
ShowTable *_t = static_cast<ShowTable *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->dowork((*reinterpret_cast< QSqlDatabase(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
case 1: _t->on_close_clicked(); break;
default: ;
}
}
}
const QMetaObject ShowTable::staticMetaObject = {
{ &QMainWindow::staticMetaObject, qt_meta_stringdata_ShowTable.data,
qt_meta_data_ShowTable, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};
const QMetaObject *ShowTable::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *ShowTable::qt_metacast(const char *_clname)
{
if (!_clname) return Q_NULLPTR;
if (!strcmp(_clname, qt_meta_stringdata_ShowTable.stringdata0))
return static_cast<void*>(const_cast< ShowTable*>(this));
return QMainWindow::qt_metacast(_clname);
}
int ShowTable::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QMainWindow::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 2)
qt_static_metacall(this, _c, _id, _a);
_id -= 2;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 2)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 2;
}
return _id;
}
QT_END_MOC_NAMESPACE
/****************************************************************************
** Meta object code from reading C++ file 'userwindow.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.3)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../userwindow.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'userwindow.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.6.3. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_UserWindow_t {
QByteArrayData data[12];
char stringdata0[157];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_UserWindow_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_UserWindow_t qt_meta_stringdata_UserWindow = {
{
QT_MOC_LITERAL(0, 0, 10), // "UserWindow"
QT_MOC_LITERAL(1, 11, 7), // "sendata"
QT_MOC_LITERAL(2, 19, 0), // ""
QT_MOC_LITERAL(3, 20, 12), // "QSqlDatabase"
QT_MOC_LITERAL(4, 33, 7), // "getdata"
QT_MOC_LITERAL(5, 41, 3), // "db1"
QT_MOC_LITERAL(6, 45, 10), // "tablename1"
QT_MOC_LITERAL(7, 56, 19), // "on_usrtable_clicked"
QT_MOC_LITERAL(8, 76, 19), // "on_find_usr_clicked"
QT_MOC_LITERAL(9, 96, 20), // "on_delet_usr_clicked"
QT_MOC_LITERAL(10, 117, 17), // "on_goback_clicked"
QT_MOC_LITERAL(11, 135, 21) // "on_updata_usr_clicked"
},
"UserWindow\0sendata\0\0QSqlDatabase\0"
"getdata\0db1\0tablename1\0on_usrtable_clicked\0"
"on_find_usr_clicked\0on_delet_usr_clicked\0"
"on_goback_clicked\0on_updata_usr_clicked"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_UserWindow[] = {
// content:
7, // revision
0, // classname
0, 0, // classinfo
7, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
1, // signalCount
// signals: name, argc, parameters, tag, flags
1, 2, 49, 2, 0x06 /* Public */,
// slots: name, argc, parameters, tag, flags
4, 2, 54, 2, 0x0a /* Public */,
7, 0, 59, 2, 0x08 /* Private */,
8, 0, 60, 2, 0x08 /* Private */,
9, 0, 61, 2, 0x08 /* Private */,
10, 0, 62, 2, 0x08 /* Private */,
11, 0, 63, 2, 0x08 /* Private */,
// signals: parameters
QMetaType::Void, 0x80000000 | 3, QMetaType::QString, 2, 2,
// slots: parameters
QMetaType::Void, 0x80000000 | 3, QMetaType::QString, 5, 6,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
0 // eod
};
void UserWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
UserWindow *_t = static_cast<UserWindow *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->sendata((*reinterpret_cast< QSqlDatabase(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
case 1: _t->getdata((*reinterpret_cast< QSqlDatabase(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
case 2: _t->on_usrtable_clicked(); break;
case 3: _t->on_find_usr_clicked(); break;
case 4: _t->on_delet_usr_clicked(); break;
case 5: _t->on_goback_clicked(); break;
case 6: _t->on_updata_usr_clicked(); break;
default: ;
}
} else if (_c == QMetaObject::IndexOfMethod) {
int *result = reinterpret_cast<int *>(_a[0]);
void **func = reinterpret_cast<void **>(_a[1]);
{
typedef void (UserWindow::*_t)(QSqlDatabase , QString );
if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&UserWindow::sendata)) {
*result = 0;
return;
}
}
}
}
const QMetaObject UserWindow::staticMetaObject = {
{ &QMainWindow::staticMetaObject, qt_meta_stringdata_UserWindow.data,
qt_meta_data_UserWindow, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};
const QMetaObject *UserWindow::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *UserWindow::qt_metacast(const char *_clname)
{
if (!_clname) return Q_NULLPTR;
if (!strcmp(_clname, qt_meta_stringdata_UserWindow.stringdata0))
return static_cast<void*>(const_cast< UserWindow*>(this));
return QMainWindow::qt_metacast(_clname);
}
int UserWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QMainWindow::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 7)
qt_static_metacall(this, _c, _id, _a);
_id -= 7;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 7)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 7;
}
return _id;
}
// SIGNAL 0
void UserWindow::sendata(QSqlDatabase _t1, QString _t2)
{
void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
QMetaObject::activate(this, &staticMetaObject, 0, _a);
}
QT_END_MOC_NAMESPACE
File deleted
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment