9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'intro.h' doesn't include <QObject>." 13 #elif Q_MOC_OUTPUT_REVISION != 67 14 #error "This file was generated using the moc from 5.5.1. It" 15 #error "cannot be used with the include files from this version of Qt." 16 #error "(The moc has changed too much.)" 19 QT_BEGIN_MOC_NAMESPACE
24 #define QT_MOC_LITERAL(idx, ofs, len) \ 25 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 26 qptrdiff(offsetof(qt_meta_stringdata_Intro_t, stringdata0) + ofs \ 27 - idx * sizeof(QByteArrayData)) \ 46 "Intro\0requestCheck\0\0stopThread\0setStatus\0" 47 "status\0message\0bytesAvailable\0" 48 "on_dataDirectory_textChanged\0arg1\0" 49 "on_ellipsisButton_clicked\0" 50 "on_dataDirDefault_clicked\0" 51 "on_dataDirCustom_clicked" 55 static const uint qt_meta_data_Intro[] = {
84 QMetaType::Void, QMetaType::Int, QMetaType::QString, QMetaType::ULongLong, 5, 6, 7,
85 QMetaType::Void, QMetaType::QString, 9,
93 void Intro::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
95 if (_c == QMetaObject::InvokeMetaMethod) {
101 case 2: _t->
setStatus((*
reinterpret_cast< int(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< quint64(*)
>(_a[3])));
break;
108 }
else if (_c == QMetaObject::IndexOfMethod) {
109 int *result =
reinterpret_cast<int *
>(_a[0]);
110 void **func =
reinterpret_cast<void **
>(_a[1]);
112 typedef void (
Intro::*_t)();
118 typedef void (
Intro::*_t)();
126 const QMetaObject Intro::staticMetaObject = {
127 { &QDialog::staticMetaObject, qt_meta_stringdata_Intro.
data,
128 qt_meta_data_Intro, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
132 const QMetaObject *Intro::metaObject()
const 134 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
137 void *Intro::qt_metacast(
const char *_clname)
139 if (!_clname)
return Q_NULLPTR;
140 if (!strcmp(_clname, qt_meta_stringdata_Intro.
stringdata0))
141 return static_cast<void*
>(
const_cast< Intro*
>(
this));
142 return QDialog::qt_metacast(_clname);
145 int Intro::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
147 _id = QDialog::qt_metacall(_c, _id, _a);
150 if (_c == QMetaObject::InvokeMetaMethod) {
152 qt_static_metacall(
this, _c, _id, _a);
154 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
156 *
reinterpret_cast<int*
>(_a[0]) = -1;
165 QMetaObject::activate(
this, &staticMetaObject, 0, Q_NULLPTR);
171 QMetaObject::activate(
this, &staticMetaObject, 1, Q_NULLPTR);
void on_dataDirCustom_clicked()
#define QT_MOC_LITERAL(idx, ofs, len)
void on_dataDirectory_textChanged(const QString &arg1)
void setStatus(int status, const QString &message, quint64 bytesAvailable)
void on_ellipsisButton_clicked()
void on_dataDirDefault_clicked()
Introduction screen (pre-GUI startup).