9#include "../../../../src/dialogs/customprofiledialog.h"
10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'customprofiledialog.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.7.2. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
35#ifdef QT_MOC_HAS_STRINGDATA
36struct qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS = QtMocHelpers::stringData(
38 "CustomProfileDialog",
39 "on_buttonBox_accepted",
41 "on_widthSpinner_editingFinished",
42 "on_heightSpinner_editingFinished",
43 "on_fpsSpinner_editingFinished",
44 "on_fpsComboBox_textActivated",
46 "on_resolutionComboBox_textActivated",
47 "on_aspectRatioComboBox_textActivated"
50#error "qtmochelpers.h not found or too old."
54Q_CONSTINIT
static const uint qt_meta_data_CLASSCustomProfileDialogENDCLASS[] = {
68 1, 0, 56, 2, 0x08, 1 ,
69 3, 0, 57, 2, 0x08, 2 ,
70 4, 0, 58, 2, 0x08, 3 ,
71 5, 0, 59, 2, 0x08, 4 ,
72 6, 1, 60, 2, 0x08, 5 ,
73 8, 1, 63, 2, 0x08, 7 ,
74 9, 1, 66, 2, 0x08, 9 ,
81 QMetaType::Void, QMetaType::QString, 7,
82 QMetaType::Void, QMetaType::QString, 7,
83 QMetaType::Void, QMetaType::QString, 7,
88Q_CONSTINIT
const QMetaObject CustomProfileDialog::staticMetaObject = { {
89 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
90 qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS.offsetsAndSizes,
91 qt_meta_data_CLASSCustomProfileDialogENDCLASS,
94 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t,
96 QtPrivate::TypeAndForceComplete<CustomProfileDialog, std::true_type>,
98 QtPrivate::TypeAndForceComplete<void, std::false_type>,
100 QtPrivate::TypeAndForceComplete<void, std::false_type>,
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
104 QtPrivate::TypeAndForceComplete<void, std::false_type>,
106 QtPrivate::TypeAndForceComplete<void, std::false_type>,
107 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
109 QtPrivate::TypeAndForceComplete<void, std::false_type>,
110 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
112 QtPrivate::TypeAndForceComplete<void, std::false_type>,
113 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
118void CustomProfileDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
120 if (_c == QMetaObject::InvokeMetaMethod) {
121 auto *_t =
static_cast<CustomProfileDialog *
>(_o);
124 case 0: _t->on_buttonBox_accepted();
break;
125 case 1: _t->on_widthSpinner_editingFinished();
break;
126 case 2: _t->on_heightSpinner_editingFinished();
break;
127 case 3: _t->on_fpsSpinner_editingFinished();
break;
128 case 4: _t->on_fpsComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
129 case 5: _t->on_resolutionComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
130 case 6: _t->on_aspectRatioComboBox_textActivated((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
136const QMetaObject *CustomProfileDialog::metaObject()
const
138 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
141void *CustomProfileDialog::qt_metacast(
const char *_clname)
143 if (!_clname)
return nullptr;
144 if (!strcmp(_clname, qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS.stringdata0))
145 return static_cast<void*
>(
this);
146 return QDialog::qt_metacast(_clname);
149int CustomProfileDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
151 _id = QDialog::qt_metacall(_c, _id, _a);
154 if (_c == QMetaObject::InvokeMetaMethod) {
156 qt_static_metacall(
this, _c, _id, _a);
158 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
160 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();