1 /****************************************************************************
2 ** Meta object code from reading C++ file 'partcfgdialog.h'
4 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.0)
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
9 #include "../partcfgdialog.h"
10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'partcfgdialog.h' doesn't include <QObject>."
14 #elif Q_MOC_OUTPUT_REVISION != 67
15 #error "This file was generated using the moc from 5.9.0. 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 QT_WARNING_DISABLE_DEPRECATED
23 struct qt_meta_stringdata_PartCfgDialog_t
{
24 QByteArrayData data
[6];
27 #define QT_MOC_LITERAL(idx, ofs, len) \
28 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
29 qptrdiff(offsetof(qt_meta_stringdata_PartCfgDialog_t, stringdata0) + ofs \
30 - idx * sizeof(QByteArrayData)) \
32 static const qt_meta_stringdata_PartCfgDialog_t qt_meta_stringdata_PartCfgDialog
= {
34 QT_MOC_LITERAL(0, 0, 13), // "PartCfgDialog"
35 QT_MOC_LITERAL(1, 14, 23), // "on_pushButtonOK_clicked"
36 QT_MOC_LITERAL(2, 38, 0), // ""
37 QT_MOC_LITERAL(3, 39, 27), // "on_pushButtonCancel_clicked"
38 QT_MOC_LITERAL(4, 67, 24), // "on_checkBox_stateChanged"
39 QT_MOC_LITERAL(5, 92, 4) // "arg1"
42 "PartCfgDialog\0on_pushButtonOK_clicked\0"
43 "\0on_pushButtonCancel_clicked\0"
44 "on_checkBox_stateChanged\0arg1"
48 static const uint qt_meta_data_PartCfgDialog
[] = {
61 // slots: name, argc, parameters, tag, flags
62 1, 0, 29, 2, 0x08 /* Private */,
63 3, 0, 30, 2, 0x08 /* Private */,
64 4, 1, 31, 2, 0x08 /* Private */,
69 QMetaType::Void
, QMetaType::Int
, 5,
74 void PartCfgDialog::qt_static_metacall(QObject
*_o
, QMetaObject::Call _c
, int _id
, void **_a
)
76 if (_c
== QMetaObject::InvokeMetaMethod
) {
77 PartCfgDialog
*_t
= static_cast<PartCfgDialog
*>(_o
);
80 case 0: _t
->on_pushButtonOK_clicked(); break;
81 case 1: _t
->on_pushButtonCancel_clicked(); break;
82 case 2: _t
->on_checkBox_stateChanged((*reinterpret_cast< int(*)>(_a
[1]))); break;
88 const QMetaObject
PartCfgDialog::staticMetaObject
= {
89 { &QDialog::staticMetaObject
, qt_meta_stringdata_PartCfgDialog
.data
,
90 qt_meta_data_PartCfgDialog
, qt_static_metacall
, nullptr, nullptr}
94 const QMetaObject
*PartCfgDialog::metaObject() const
96 return QObject::d_ptr
->metaObject
? QObject::d_ptr
->dynamicMetaObject() : &staticMetaObject
;
99 void *PartCfgDialog::qt_metacast(const char *_clname
)
101 if (!_clname
) return nullptr;
102 if (!strcmp(_clname
, qt_meta_stringdata_PartCfgDialog
.stringdata0
))
103 return static_cast<void*>(const_cast< PartCfgDialog
*>(this));
104 return QDialog::qt_metacast(_clname
);
107 int PartCfgDialog::qt_metacall(QMetaObject::Call _c
, int _id
, void **_a
)
109 _id
= QDialog::qt_metacall(_c
, _id
, _a
);
112 if (_c
== QMetaObject::InvokeMetaMethod
) {
114 qt_static_metacall(this, _c
, _id
, _a
);
116 } else if (_c
== QMetaObject::RegisterMethodArgumentMetaType
) {
118 *reinterpret_cast<int*>(_a
[0]) = -1;