添加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_CursorController_t {
QByteArrayData data[9];
char stringdata0[78];
QByteArrayData data[10];
char stringdata0[86];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
@@ -40,11 +40,13 @@ QT_MOC_LITERAL(4, 40, 7), // "clicked"
QT_MOC_LITERAL(5, 48, 8), // "QWidget*"
QT_MOC_LITERAL(6, 57, 6), // "target"
QT_MOC_LITERAL(7, 64, 9), // "handleKey"
QT_MOC_LITERAL(8, 74, 3) // "key"
QT_MOC_LITERAL(8, 74, 3), // "key"
QT_MOC_LITERAL(9, 78, 7) // "pressed"
},
"CursorController\0cursorMoved\0\0globalPos\0"
"clicked\0QWidget*\0target\0handleKey\0key"
"clicked\0QWidget*\0target\0handleKey\0key\0"
"pressed"
};
#undef QT_MOC_LITERAL
@@ -54,7 +56,7 @@ static const uint qt_meta_data_CursorController[] = {
8, // revision
0, // classname
0, 0, // classinfo
3, 14, // methods
4, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
@@ -62,11 +64,12 @@ static const uint qt_meta_data_CursorController[] = {
2, // signalCount
// signals: name, argc, parameters, tag, flags
1, 1, 29, 2, 0x06 /* Public */,
4, 1, 32, 2, 0x06 /* Public */,
1, 1, 34, 2, 0x06 /* Public */,
4, 1, 37, 2, 0x06 /* Public */,
// slots: name, argc, parameters, tag, flags
7, 1, 35, 2, 0x0a /* Public */,
7, 1, 40, 2, 0x0a /* Public */,
7, 2, 43, 2, 0x0a /* Public */,
// signals: parameters
QMetaType::Void, QMetaType::QPoint, 3,
@@ -74,6 +77,7 @@ static const uint qt_meta_data_CursorController[] = {
// slots: parameters
QMetaType::Void, QMetaType::Int, 8,
QMetaType::Void, QMetaType::Int, QMetaType::Bool, 8, 9,
0 // eod
};
@@ -87,6 +91,7 @@ void CursorController::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int
case 0: _t->cursorMoved((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
case 1: _t->clicked((*reinterpret_cast< QWidget*(*)>(_a[1]))); break;
case 2: _t->handleKey((*reinterpret_cast< int(*)>(_a[1]))); break;
case 3: _t->handleKey((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
default: ;
}
} else if (_c == QMetaObject::IndexOfMethod) {
@@ -137,13 +142,13 @@ int CursorController::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 3)
if (_id < 4)
qt_static_metacall(this, _c, _id, _a);
_id -= 3;
_id -= 4;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 3)
if (_id < 4)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 3;
_id -= 4;
}
return _id;
}