1/****************************************************************************
2** Meta object code from reading C++ file 'qlayoutpolicy_p.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.0.0)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "util/qlayoutpolicy_p.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'qlayoutpolicy_p.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 68
16#error "This file was generated using the moc from 6.0.0. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
24struct qt_meta_stringdata_QLayoutPolicy_t {
25 const uint offsetsAndSize[18];
26 char stringdata0[88];
27};
28#define QT_MOC_LITERAL(ofs, len) \
29 uint(offsetof(qt_meta_stringdata_QLayoutPolicy_t, stringdata0) + ofs), len
30static const qt_meta_stringdata_QLayoutPolicy_t qt_meta_stringdata_QLayoutPolicy = {
31 {
32QT_MOC_LITERAL(0, 13), // "QLayoutPolicy"
33QT_MOC_LITERAL(14, 6), // "Policy"
34QT_MOC_LITERAL(21, 5), // "Fixed"
35QT_MOC_LITERAL(27, 7), // "Minimum"
36QT_MOC_LITERAL(35, 7), // "Maximum"
37QT_MOC_LITERAL(43, 9), // "Preferred"
38QT_MOC_LITERAL(53, 16), // "MinimumExpanding"
39QT_MOC_LITERAL(70, 9), // "Expanding"
40QT_MOC_LITERAL(80, 7) // "Ignored"
41
42 },
43 "QLayoutPolicy\0Policy\0Fixed\0Minimum\0"
44 "Maximum\0Preferred\0MinimumExpanding\0"
45 "Expanding\0Ignored"
46};
47#undef QT_MOC_LITERAL
48
49static const uint qt_meta_data_QLayoutPolicy[] = {
50
51 // content:
52 9, // revision
53 0, // classname
54 0, 0, // classinfo
55 0, 0, // methods
56 0, 0, // properties
57 1, 14, // enums/sets
58 0, 0, // constructors
59 4, // flags
60 0, // signalCount
61
62 // enums: name, alias, flags, count, data
63 1, 1, 0x0, 7, 19,
64
65 // enum data: key, value
66 2, uint(QLayoutPolicy::Fixed),
67 3, uint(QLayoutPolicy::Minimum),
68 4, uint(QLayoutPolicy::Maximum),
69 5, uint(QLayoutPolicy::Preferred),
70 6, uint(QLayoutPolicy::MinimumExpanding),
71 7, uint(QLayoutPolicy::Expanding),
72 8, uint(QLayoutPolicy::Ignored),
73
74 0 // eod
75};
76
77const QMetaObject QLayoutPolicy::staticMetaObject = { {
78 nullptr,
79 qt_meta_stringdata_QLayoutPolicy.offsetsAndSize,
80 qt_meta_data_QLayoutPolicy,
81 nullptr,
82 nullptr,
83 nullptr,
84 nullptr
85} };
86
87QT_WARNING_POP
88QT_END_MOC_NAMESPACE
89