添加OpenCv

This commit is contained in:
2025-09-15 22:28:43 +08:00
parent c0593df9e1
commit 94282fb1d9
423 changed files with 622349 additions and 97439 deletions

View File

@@ -22,8 +22,8 @@ QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_P01_MianPage_t {
QByteArrayData data[1];
char stringdata0[13];
QByteArrayData data[4];
char stringdata0[51];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
@@ -32,10 +32,14 @@ struct qt_meta_stringdata_P01_MianPage_t {
)
static const qt_meta_stringdata_P01_MianPage_t qt_meta_stringdata_P01_MianPage = {
{
QT_MOC_LITERAL(0, 0, 12) // "P01_MianPage"
QT_MOC_LITERAL(0, 0, 12), // "P01_MianPage"
QT_MOC_LITERAL(1, 13, 16), // "UIRefreshTimeOut"
QT_MOC_LITERAL(2, 30, 0), // ""
QT_MOC_LITERAL(3, 31, 19) // "TrailRefreshTimeOut"
},
"P01_MianPage"
"P01_MianPage\0UIRefreshTimeOut\0\0"
"TrailRefreshTimeOut"
};
#undef QT_MOC_LITERAL
@@ -45,21 +49,35 @@ static const uint qt_meta_data_P01_MianPage[] = {
8, // revision
0, // classname
0, 0, // classinfo
0, 0, // methods
2, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
// slots: name, argc, parameters, tag, flags
1, 0, 24, 2, 0x08 /* Private */,
3, 0, 25, 2, 0x08 /* Private */,
// slots: parameters
QMetaType::Void,
QMetaType::Void,
0 // eod
};
void P01_MianPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
Q_UNUSED(_o);
Q_UNUSED(_id);
Q_UNUSED(_c);
if (_c == QMetaObject::InvokeMetaMethod) {
auto *_t = static_cast<P01_MianPage *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->UIRefreshTimeOut(); break;
case 1: _t->TrailRefreshTimeOut(); break;
default: ;
}
}
Q_UNUSED(_a);
}
@@ -89,6 +107,17 @@ void *P01_MianPage::qt_metacast(const char *_clname)
int P01_MianPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QWidget::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 2)
qt_static_metacall(this, _c, _id, _a);
_id -= 2;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 2)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 2;
}
return _id;
}
QT_WARNING_POP