10 #include <QtCore/qbytearray.h> 11 #include <QtCore/qmetatype.h> 12 #if !defined(Q_MOC_OUTPUT_REVISION) 13 #error "The header file 'intro.h' doesn't include <QObject>." 14 #elif Q_MOC_OUTPUT_REVISION != 67 15 #error "This file was generated using the moc from 5.12.7. 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
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_Intro_t, stringdata0) + ofs \ 30 - idx * sizeof(QByteArrayData)) \ 48 "Intro\0requestCheck\0\0setStatus\0status\0" 49 "message\0bytesAvailable\0" 50 "on_dataDirectory_textChanged\0arg1\0" 51 "on_ellipsisButton_clicked\0" 52 "on_dataDirDefault_clicked\0" 53 "on_dataDirCustom_clicked" 84 QMetaType::Void, QMetaType::Int, QMetaType::QString, QMetaType::ULongLong, 4, 5, 6,
85 QMetaType::Void, QMetaType::QString, 8,
93 void Intro::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
95 if (_c == QMetaObject::InvokeMetaMethod) {
96 auto *_t =
static_cast<Intro *
>(_o);
100 case 1: _t->setStatus((*
reinterpret_cast< int(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< quint64(*)
>(_a[3])));
break;
101 case 2: _t->on_dataDirectory_textChanged((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
102 case 3: _t->on_ellipsisButton_clicked();
break;
103 case 4: _t->on_dataDirDefault_clicked();
break;
104 case 5: _t->on_dataDirCustom_clicked();
break;
107 }
else if (_c == QMetaObject::IndexOfMethod) {
108 int *result =
reinterpret_cast<int *
>(_a[0]);
110 using _t = void (
Intro::*)();
119 QT_INIT_METAOBJECT
const QMetaObject Intro::staticMetaObject = { {
120 &QDialog::staticMetaObject,
129 const QMetaObject *Intro::metaObject()
const 131 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
134 void *Intro::qt_metacast(
const char *_clname)
136 if (!_clname)
return nullptr;
138 return static_cast<void*
>(
this);
139 return QDialog::qt_metacast(_clname);
142 int Intro::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
144 _id = QDialog::qt_metacall(_c, _id, _a);
147 if (_c == QMetaObject::InvokeMetaMethod) {
149 qt_static_metacall(
this, _c, _id, _a);
151 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
153 *
reinterpret_cast<int*
>(_a[0]) = -1;
162 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
static const uint qt_meta_data_Intro[]
#define QT_MOC_LITERAL(idx, ofs, len)
static const qt_meta_stringdata_Intro_t qt_meta_stringdata_Intro
Introduction screen (pre-GUI startup).