9#include "../../../../src/dialogs/customprofiledialog.h"
10#include <QtCore/qmetatype.h>
12#if __has_include(<QtCore/qtmochelpers.h>)
13#include <QtCore/qtmochelpers.h>
21#if !defined(Q_MOC_OUTPUT_REVISION)
22#error "The header file 'customprofiledialog.h' doesn't include <QObject>."
23#elif Q_MOC_OUTPUT_REVISION != 68
24#error "This file was generated using the moc from 6.6.2. It"
25#error "cannot be used with the include files from this version of Qt."
26#error "(The moc has changed too much.)"
34QT_WARNING_DISABLE_DEPRECATED
35QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39struct qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t {};
40constexpr auto qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS = QtMocHelpers::stringData(
41 "CustomProfileDialog",
42 "on_buttonBox_accepted",
44 "on_widthSpinner_editingFinished",
45 "on_heightSpinner_editingFinished",
46 "on_fpsSpinner_editingFinished",
47 "on_fpsComboBox_textActivated",
49 "on_resolutionComboBox_textActivated",
50 "on_aspectRatioComboBox_textActivated"
53struct qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t {
54 uint offsetsAndSizes[20];
66#define QT_MOC_LITERAL(ofs, len) \
67 uint(sizeof(qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t::offsetsAndSizes) + ofs), len
68Q_CONSTINIT
static const qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS = {
70 QT_MOC_LITERAL(0, 19),
71 QT_MOC_LITERAL(20, 21),
72 QT_MOC_LITERAL(42, 0),
73 QT_MOC_LITERAL(43, 31),
74 QT_MOC_LITERAL(75, 32),
75 QT_MOC_LITERAL(108, 29),
76 QT_MOC_LITERAL(138, 28),
77 QT_MOC_LITERAL(167, 4),
78 QT_MOC_LITERAL(172, 35),
79 QT_MOC_LITERAL(208, 36)
81 "CustomProfileDialog",
82 "on_buttonBox_accepted",
84 "on_widthSpinner_editingFinished",
85 "on_heightSpinner_editingFinished",
86 "on_fpsSpinner_editingFinished",
87 "on_fpsComboBox_textActivated",
89 "on_resolutionComboBox_textActivated",
90 "on_aspectRatioComboBox_textActivated"
96Q_CONSTINIT
static const uint qt_meta_data_CLASSCustomProfileDialogENDCLASS[] = {
110 1, 0, 56, 2, 0x08, 1 ,
111 3, 0, 57, 2, 0x08, 2 ,
112 4, 0, 58, 2, 0x08, 3 ,
113 5, 0, 59, 2, 0x08, 4 ,
114 6, 1, 60, 2, 0x08, 5 ,
115 8, 1, 63, 2, 0x08, 7 ,
116 9, 1, 66, 2, 0x08, 9 ,
123 QMetaType::Void, QMetaType::QString, 7,
124 QMetaType::Void, QMetaType::QString, 7,
125 QMetaType::Void, QMetaType::QString, 7,
130Q_CONSTINIT
const QMetaObject CustomProfileDialog::staticMetaObject = { {
131 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
132 qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS.offsetsAndSizes,
133 qt_meta_data_CLASSCustomProfileDialogENDCLASS,
136 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t,
138 QtPrivate::TypeAndForceComplete<CustomProfileDialog, std::true_type>,
140 QtPrivate::TypeAndForceComplete<void, std::false_type>,
142 QtPrivate::TypeAndForceComplete<void, std::false_type>,
144 QtPrivate::TypeAndForceComplete<void, std::false_type>,
146 QtPrivate::TypeAndForceComplete<void, std::false_type>,
148 QtPrivate::TypeAndForceComplete<void, std::false_type>,
149 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
151 QtPrivate::TypeAndForceComplete<void, std::false_type>,
152 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
154 QtPrivate::TypeAndForceComplete<void, std::false_type>,
155 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
160void CustomProfileDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
162 if (_c == QMetaObject::InvokeMetaMethod) {
163 auto *_t =
static_cast<CustomProfileDialog *
>(_o);
166 case 0: _t->on_buttonBox_accepted();
break;
167 case 1: _t->on_widthSpinner_editingFinished();
break;
168 case 2: _t->on_heightSpinner_editingFinished();
break;
169 case 3: _t->on_fpsSpinner_editingFinished();
break;
170 case 4: _t->on_fpsComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
171 case 5: _t->on_resolutionComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
172 case 6: _t->on_aspectRatioComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
178const QMetaObject *CustomProfileDialog::metaObject()
const
180 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
183void *CustomProfileDialog::qt_metacast(
const char *_clname)
185 if (!_clname)
return nullptr;
186 if (!strcmp(_clname, qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS.stringdata0))
187 return static_cast<void*
>(
this);
188 return QDialog::qt_metacast(_clname);
191int CustomProfileDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
193 _id = QDialog::qt_metacall(_c, _id, _a);
196 if (_c == QMetaObject::InvokeMetaMethod) {
198 qt_static_metacall(
this, _c, _id, _a);
200 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
202 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();