增加遥控器读取

This commit is contained in:
2025-10-10 23:10:21 +08:00
parent e7436bb288
commit ebc440d6d4
92 changed files with 111151 additions and 11136 deletions

View File

@@ -22,8 +22,8 @@ QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_P00_PublicPage_t {
QByteArrayData data[24];
char stringdata0[481];
QByteArrayData data[25];
char stringdata0[495];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
@@ -55,7 +55,8 @@ QT_MOC_LITERAL(19, 366, 22), // "on_But_Page_11_clicked"
QT_MOC_LITERAL(20, 389, 22), // "on_But_Page_12_clicked"
QT_MOC_LITERAL(21, 412, 22), // "on_But_Page_13_clicked"
QT_MOC_LITERAL(22, 435, 22), // "on_But_Page_14_clicked"
QT_MOC_LITERAL(23, 458, 22) // "on_But_Page_15_clicked"
QT_MOC_LITERAL(23, 458, 22), // "on_But_Page_15_clicked"
QT_MOC_LITERAL(24, 481, 13) // "voiceGeometry"
},
"P00_PublicPage\0UIRefreshTimeOut\0\0"
@@ -69,7 +70,7 @@ QT_MOC_LITERAL(23, 458, 22) // "on_But_Page_15_clicked"
"on_But_Page_9_clicked\0on_But_Page_10_clicked\0"
"on_But_Page_11_clicked\0on_But_Page_12_clicked\0"
"on_But_Page_13_clicked\0on_But_Page_14_clicked\0"
"on_But_Page_15_clicked"
"on_But_Page_15_clicked\0voiceGeometry"
};
#undef QT_MOC_LITERAL
@@ -80,7 +81,7 @@ static const uint qt_meta_data_P00_PublicPage[] = {
0, // classname
0, 0, // classinfo
20, 14, // methods
0, 0, // properties
1, 136, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
@@ -130,6 +131,9 @@ static const uint qt_meta_data_P00_PublicPage[] = {
QMetaType::Void,
QMetaType::Void,
// properties: name, type, flags
24, QMetaType::QRect, 0x00095103,
0 // eod
};
@@ -173,6 +177,26 @@ void P00_PublicPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _
break;
}
}
#ifndef QT_NO_PROPERTIES
else if (_c == QMetaObject::ReadProperty) {
auto *_t = static_cast<P00_PublicPage *>(_o);
Q_UNUSED(_t)
void *_v = _a[0];
switch (_id) {
case 0: *reinterpret_cast< QRect*>(_v) = _t->voiceGeometry(); break;
default: break;
}
} else if (_c == QMetaObject::WriteProperty) {
auto *_t = static_cast<P00_PublicPage *>(_o);
Q_UNUSED(_t)
void *_v = _a[0];
switch (_id) {
case 0: _t->setVoiceGeometry(*reinterpret_cast< QRect*>(_v)); break;
default: break;
}
} else if (_c == QMetaObject::ResetProperty) {
}
#endif // QT_NO_PROPERTIES
}
QT_INIT_METAOBJECT const QMetaObject P00_PublicPage::staticMetaObject = { {
@@ -212,6 +236,23 @@ int P00_PublicPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
qt_static_metacall(this, _c, _id, _a);
_id -= 20;
}
#ifndef QT_NO_PROPERTIES
else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
|| _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) {
qt_static_metacall(this, _c, _id, _a);
_id -= 1;
} else if (_c == QMetaObject::QueryPropertyDesignable) {
_id -= 1;
} else if (_c == QMetaObject::QueryPropertyScriptable) {
_id -= 1;
} else if (_c == QMetaObject::QueryPropertyStored) {
_id -= 1;
} else if (_c == QMetaObject::QueryPropertyEditable) {
_id -= 1;
} else if (_c == QMetaObject::QueryPropertyUser) {
_id -= 1;
}
#endif // QT_NO_PROPERTIES
return _id;
}
QT_WARNING_POP