10#include <QtGui/qtextcursor.h>
11#include <QtCore/qmetatype.h>
13#if __has_include(<QtCore/qtmochelpers.h>)
14#include <QtCore/qtmochelpers.h>
22#if !defined(Q_MOC_OUTPUT_REVISION)
23#error "The header file 'style_exigence.h' doesn't include <QObject>."
24#elif Q_MOC_OUTPUT_REVISION != 68
25#error "This file was generated using the moc from 6.5.3. It"
26#error "cannot be used with the include files from this version of Qt."
27#error "(The moc has changed too much.)"
36QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
39#ifdef QT_MOC_HAS_STRINGDATA
40struct qt_meta_stringdata_CLASSstyle_exigenceENDCLASS_t {};
41static constexpr auto qt_meta_stringdata_CLASSstyle_exigenceENDCLASS = QtMocHelpers::stringData(
43 "on_pushButton_2_clicked",
45 "on_pushButton_3_clicked",
46 "on_pushButton_4_clicked",
47 "on_pushButton_6_clicked"
59#define QT_MOC_LITERAL(ofs, len) \
60 uint(sizeof(qt_meta_stringdata_CLASSstyle_exigenceENDCLASS_t::offsetsAndSizes) + ofs), len
61Q_CONSTINIT static const qt_meta_stringdata_CLASSstyle_exigenceENDCLASS_t qt_meta_stringdata_CLASSstyle_exigenceENDCLASS = {
71 "on_pushButton_2_clicked",
73 "on_pushButton_3_clicked",
74 "on_pushButton_4_clicked",
75 "on_pushButton_6_clicked"
81Q_CONSTINIT static const uint qt_meta_data_CLASSstyle_exigenceENDCLASS[] = {
95 1, 0, 38, 2, 0x08, 1 ,
96 3, 0, 39, 2, 0x08, 2 ,
97 4, 0, 40, 2, 0x08, 3 ,
98 5, 0, 41, 2, 0x08, 4 ,
109Q_CONSTINIT const QMetaObject style_exigence::staticMetaObject = { {
110 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
112 qt_meta_data_CLASSstyle_exigenceENDCLASS,
115 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSstyle_exigenceENDCLASS_t,
117 QtPrivate::TypeAndForceComplete<style_exigence, std::true_type>,
119 QtPrivate::TypeAndForceComplete<void, std::false_type>,
121 QtPrivate::TypeAndForceComplete<void, std::false_type>,
123 QtPrivate::TypeAndForceComplete<void, std::false_type>,
125 QtPrivate::TypeAndForceComplete<void, std::false_type>
130void style_exigence::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
132 if (_c == QMetaObject::InvokeMetaMethod) {
136 case 0: _t->on_pushButton_2_clicked();
break;
137 case 1: _t->on_pushButton_3_clicked();
break;
138 case 2: _t->on_pushButton_4_clicked();
break;
139 case 3: _t->on_pushButton_6_clicked();
break;
146const QMetaObject *style_exigence::metaObject()
const
148 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
151void *style_exigence::qt_metacast(
const char *_clname)
153 if (!_clname)
return nullptr;
154 if (!strcmp(_clname, qt_meta_stringdata_CLASSstyle_exigenceENDCLASS.
stringdata0))
155 return static_cast<void*
>(
this);
156 return QDialog::qt_metacast(_clname);
159int style_exigence::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
161 _id = QDialog::qt_metacall(_c, _id, _a);
164 if (_c == QMetaObject::InvokeMetaMethod) {
166 qt_static_metacall(
this, _c, _id, _a);
168 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
170 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
style_exigence(QWidget *parent, QVector< Sss * > fichiers)
Le constructeur initialise l'interface de styles d'exigences créés dans Qt Designer.
Definition style_exigence.cpp:33
#define Q_CONSTINIT
Definition moc_fenetreexigences.cpp:30
#define QT_MOC_LITERAL(ofs, len)
Definition moc_style_exigence.cpp:59
Definition moc_fenetreexigences.cpp:36