9 #include "../pkextract_gui/mainwindow.h"
10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'mainwindow.h' doesn't include <QObject>."
14 #elif Q_MOC_OUTPUT_REVISION != 67
15 #error "This file was generated using the moc from 5.0.1. It"
16 #error "cannot be used with the include files from this version of Qt."
17 #error "(The moc has changed too much.)"
20 QT_BEGIN_MOC_NAMESPACE
22 QByteArrayData data[11];
25 #define QT_MOC_LITERAL(idx, ofs, len) \
26 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
27 offsetof(qt_meta_stringdata_MainWindow_t, stringdata) + ofs \
28 - idx * sizeof(QByteArrayData) \
32 QT_MOC_LITERAL(0, 0, 10),
33 QT_MOC_LITERAL(1, 11, 24),
34 QT_MOC_LITERAL(2, 36, 0),
35 QT_MOC_LITERAL(3, 37, 25),
36 QT_MOC_LITERAL(4, 63, 25),
37 QT_MOC_LITERAL(5, 89, 27),
38 QT_MOC_LITERAL(6, 117, 28),
39 QT_MOC_LITERAL(7, 146, 28),
40 QT_MOC_LITERAL(8, 175, 25),
41 QT_MOC_LITERAL(9, 201, 33),
42 QT_MOC_LITERAL(10, 235, 29)
44 "MainWindow\0on_actionInput_triggered\0"
45 "\0on_actionSample_triggered\0"
46 "on_actionOutput_triggered\0"
47 "on_toolButton_input_clicked\0"
48 "on_toolButton_output_clicked\0"
49 "on_toolButton_sample_clicked\0"
50 "on_pushButton_run_clicked\0"
51 "on_toolButton_createTable_clicked\0"
52 "on_pushButton_restore_clicked\0"
56 static const uint qt_meta_data_MainWindow[] = {
94 void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
96 if (_c == QMetaObject::InvokeMetaMethod) {
99 case 0: _t->on_actionInput_triggered();
break;
100 case 1: _t->on_actionSample_triggered();
break;
101 case 2: _t->on_actionOutput_triggered();
break;
102 case 3: _t->on_toolButton_input_clicked();
break;
103 case 4: _t->on_toolButton_output_clicked();
break;
104 case 5: _t->on_toolButton_sample_clicked();
break;
105 case 6: _t->on_pushButton_run_clicked();
break;
106 case 7: _t->on_toolButton_createTable_clicked();
break;
107 case 8: _t->on_pushButton_restore_clicked();
break;
114 const QMetaObject MainWindow::staticMetaObject = {
115 { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data,
116 qt_meta_data_MainWindow, qt_static_metacall, 0, 0}
120 const QMetaObject *MainWindow::metaObject()
const
122 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
125 void *MainWindow::qt_metacast(
const char *_clname)
127 if (!_clname)
return 0;
128 if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata))
129 return static_cast<void*
>(
const_cast< MainWindow*
>(
this));
130 return QMainWindow::qt_metacast(_clname);
133 int MainWindow::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
135 _id = QMainWindow::qt_metacall(_c, _id, _a);
138 if (_c == QMetaObject::InvokeMetaMethod) {
140 qt_static_metacall(
this, _c, _id, _a);
142 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
144 *
reinterpret_cast<int*
>(_a[0]) = -1;