11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'intro.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.2. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
23QT_WARNING_DISABLE_DEPRECATED
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_Intro_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
49 "Intro\0requestCheck\0\0setStatus\0status\0"
50 "message\0bytesAvailable\0"
51 "on_dataDirectory_textChanged\0arg1\0"
52 "on_ellipsisButton_clicked\0"
53 "on_dataDirDefault_clicked\0"
54 "on_dataDirCustom_clicked"
85 QMetaType::Void, QMetaType::Int, QMetaType::QString, QMetaType::ULongLong, 4, 5, 6,
86 QMetaType::Void, QMetaType::QString, 8,
94void Intro::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
96 if (_c == QMetaObject::InvokeMetaMethod) {
97 auto *_t =
static_cast<Intro *
>(_o);
101 case 1: _t->setStatus((*
reinterpret_cast< int(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< quint64(*)
>(_a[3])));
break;
102 case 2: _t->on_dataDirectory_textChanged((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
103 case 3: _t->on_ellipsisButton_clicked();
break;
104 case 4: _t->on_dataDirDefault_clicked();
break;
105 case 5: _t->on_dataDirCustom_clicked();
break;
108 }
else if (_c == QMetaObject::IndexOfMethod) {
109 int *result =
reinterpret_cast<int *
>(_a[0]);
111 using _t = void (
Intro::*)();
120QT_INIT_METAOBJECT
const QMetaObject Intro::staticMetaObject = { {
121 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
130const QMetaObject *Intro::metaObject()
const
132 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
135void *Intro::qt_metacast(
const char *_clname)
137 if (!_clname)
return nullptr;
139 return static_cast<void*
>(
this);
140 return QDialog::qt_metacast(_clname);
143int Intro::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
145 _id = QDialog::qt_metacall(_c, _id, _a);
148 if (_c == QMetaObject::InvokeMetaMethod) {
150 qt_static_metacall(
this, _c, _id, _a);
152 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
154 *
reinterpret_cast<int*
>(_a[0]) = -1;
163 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
Introduction screen (pre-GUI startup).
static const qt_meta_stringdata_Intro_t qt_meta_stringdata_Intro
#define QT_MOC_LITERAL(idx, ofs, len)
static const uint qt_meta_data_Intro[]